AuthorCommitMessageCommit dateIssues
Dana RobinsonDana Robinson
d8f67a62cc4[svn-r22700] Description: Minor refactoring to extract managed object length determination. This makes the tiny, managed, and huge code work alike.Tested on: jam (very minor change, no need for full commit test)
Private HDFPrivate HDF
1560a6ea38d[svn-r22697] Snapshot version 1.9 release 126
Dana RobinsonDana Robinson
3f6b6fbe932[svn-r22694] Description: Minor change to consolidate odd bitmasking due to an old bugfix.Tested on: jam (very minor change)
Allen ByrneAllen Byrne
60dc75f4f41[svn-r22693] Add missing H5Tclose().
Jonathan KimJonathan Kim
bb11cbee94f[svn-r22691] Purpose: HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same classDescription: This is additional fix due to daily build fail against previous r22684. Refer to the svn -r22684 log for previous details Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), cmake (jam)HDFFV-7942
Jonathan KimJonathan Kim
231fc4d7818[svn-r22684] Purpose: Address HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same classDescription: When comparing attribute data values with same type class but different size, the result was incorrect. It was due to the size difference and got truncated. Fixed to match up the smaller type size to big type size like what dataset does. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake),...HDFFV-7942
Quincey KoziolQuincey Koziol
d27ec1d3bd4[svn-r22681] Description: Clean up file driver property handling, along with some misc. warnings.Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.1, C++, FORTRAN & threadsafe (h5committest upcoming)
Vailin ChoiVailin Choi
8b723437535[svn-r22679] Changed H5O_copy_search_comm_dt_check() to use H5O_obj_class() to get object type instead of H5O_get_info(...TRUE...) saving time in traversing metadata.(This is part of the checkin to 1.8 branch #22677)
Vailin ChoiVailin Choi
a9602d1b34e[svn-r22676] Changes needed to make the default free-list mapping from H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY.
Allen ByrneAllen Byrne
eb4fd07b5ac[svn-r22674] Remove checks for filters are available because the h5dump tests never used the filters in the tests. "-H" option excludes data.HDFFV-8125HDFFV-8125
Allen ByrneAllen Byrne
4f4db8799ca[svn-r22673] Add "_" to list of version separators
Private HDFPrivate HDF
2eb782130a1[svn-r22670] Snapshot version 1.9 release 125
Quincey KoziolQuincey Koziol
d20da589dd5[svn-r22668] Description: Have free space manager use temporary address space for storing the section info, until the file is flushed or closed.Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.x, C++, FORTRAN & threadsafe (h5committest forthcoming)
Quincey KoziolQuincey Koziol
3552beb08b1[svn-r22666] Description: Merge "flush me last" & "flush me collectively" feature from the avoid_truncate branch back to the trunk. (To help enable allowing the free space section info to reside in temporary address space)Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.x, C++, FORTRAN & threadsafe (h5committest forthcoming)
Albert ChengAlbert Cheng
60c9d889518[svn-r22657] Bug fix: previous commit has a mistake--it used the wrong type of return value of FAIL. The function type is a pointer. Fixed it by changing it to NULL.Tested: In remote machine ADA (aix).
Mohamad ChaarawiMohamad Chaarawi
c3247876b11[svn-r22651] fix a bug that would skip or include the parallel atomicity test with cmd arguments -o or -x
Allen ByrneAllen Byrne
fcdc7614d7b[svn-r22650] Allow second find_package call for legacy libraries (not cmake-configured)
Quincey KoziolQuincey Koziol
88a94bbe7ff[svn-r22646] Description: Changes resulting from Klocwork static analysis tool, from Mark Miller @ LLNL (miller86@llnl.gov).Tested on: Mac OS X/64 10.7.4 (amazon) w/debug, C++ & FORTRAN, using gcc 4.7.x (too minor to require h5committest)
Allen ByrneAllen Byrne
79b2eb993e2[svn-r22642] Correct check for filters in tools test
Allen ByrneAllen Byrne
9c547117ece[svn-r22637] Remove legacy command to kill MPI processes on obj to obj testing.Tested: Windows, jam, koala
Allen ByrneAllen Byrne
e7896ce1ceb[svn-r22633] Correct packaing info
Allen ByrneAllen Byrne
db5a8eaa54f[svn-r22631] Move executable statement to after declarations
Larry KnoxLarry Knox
456b97b9fad[svn-r22629] Snapshot version 1.9 release 124
Quincey KoziolQuincey Koziol
f2bc1b43def[svn-r22627] Description: Merge some of the changes on the plist_encode_decode branch back to the trunk.Tested on: Mac OSX/64 10.7.4 (amazon) w/debug (Too minor to require h5committest)
Allen ByrneAllen Byrne
28943c415b7[svn-r22625] HDFFV-8111: h5diff compare file to itself - removed path shortcutHDFFV-8111
Allen ByrneAllen Byrne
c9cd62c1b55[svn-r22624] The cmake folder needed a local variable to not include a "." as one of the path components on windows.
Allen ByrneAllen Byrne
cc7ae0a7fe9[svn-r22622] Windows config is up one level
Allen ByrneAllen Byrne
49a11118eec[svn-r22620] Add ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} to default include_dirsCorrect cmake packaging names
Jonathan KimJonathan Kim
99ef5765f5e[svn-r22618] Purpose: HDFFV-8003 - ph5diff (parallel h5diff): daily test failure on ember intermittently during non comparable test file comparison HDFFV-7755 - parallel h5diff : hanging on koala intermittently during non comparable test file comparisonDescription: non-comparable test intermittently hung on koala and ember, but not on jam. it didn't occur until -np reaches 4 or bigger. it occurred once out of many repeated attempts of the same test. There was a incorrectly (mistakenly?) duplicated code in MPI section which caused such hang in a certain condition. The test used more processes than other tests, which increased chance to tri...2 JIRA Issues
Jonathan KimJonathan Kim
840ad091059[svn-r22617] Purpose: Fix for HDFFV-8107 testh5diff will fail if build/test in HDF5 source treeDescription: This is sub-task for "HDFFV-8105 testh5diff.sh uses the wrong operator (-a) in an if statement." From the HDFFV-8105's update, h5diff test failed if build&test is performed in HDF5 source tree because 'cp' try to copy test files to self dir. It's addressed by skipping if cp's src dir and dest dir is same. Also this applied for all other tools under src/tools dir. No chan...2 JIRA Issues
Allen ByrneAllen Byrne
d4d9cbd52d8[svn-r22614] Revert heading of summary.
Scot BreitenfeldScot Breitenfeld
65100aa371a[svn-r22611] Fixed: HDFFV-8013 H5LTget_attribute_string appears to not close an object identifierTested: gnu and intel (jam)HDFFV-8013
Scot BreitenfeldScot Breitenfeld
f385b0d537b[svn-r22610] HDFFV-8055 H5TBdelete_record destroys data after the deleted rowAdded fix and test case. Tested: gnu and intel (jam)HDFFV-8055
Quincey KoziolQuincey Koziol
7143164de9d[svn-r22608] Description: Switch propert list/class iteration from internal to external form of iteration, cleaning up and simplifying the code a bit. Bring other general improvements from plist_encode_decode branch back to trunk. Clean up many warnings. Tested on: Mac OSX/64 10.7.4 (amazon) w/gcc 4.7, debug and C++ & FORTRAN (too minor to require h5committest)
Allen ByrneAllen Byrne
74e00605264[svn-r22606] Correct typo from cut/paste
Allen ByrneAllen Byrne
aeaab5204b9[svn-r22605] Skip test that require h5diff to compress when the DEFALTE filter is unavailable
Allen ByrneAllen Byrne
389e928176a[svn-r22604] cast void* to char* for calculation Issue on windows
Allen ByrneAllen Byrne
dd27fe612cf[svn-r22602]
Neil FortnerNeil Fortner
c04144fb39b[svn-r22601] Purpose: Fix HDFFV-5853Description: When jumping out from between H5_BEGIN_TAG and H5_END_TAG macros using HGOTO_ERROR or HGOTO_DONE, the previous metadata tag is not reset on the dxpl. This could cause problems when, for example, calling H5Ocopy within an H5Literate callback. Added new HGOTO_ERROR_TAG and HGOTO_DONE_TAG macros which must be used in place of the above between H5_BEGIN_TAG and H5_END_TAG. Tested: ja...HDFFV-5853
Allen ByrneAllen Byrne
b5ef63b550d[svn-r22599] FinHDF5 should be generated during build.
Allen ByrneAllen Byrne
ab072288ad0[svn-r22598] BE machines have a different offset in STORAGE_LAYOUT then the LE machines. Use h5diff with -r to not report warnings.Tested: local with CMake and ostrich with shell script
Albert ChengAlbert Cheng
9e08a0d8c5f[svn-r22594] Bug fix: HDFFV-8105Description: The test command in COPY_TESTFILES_TO_TESTDIR used the wrong operator -a which means and. It is not sufficient to test mere existence as $tstfile could have been a directory or other non-file things. If the file is not readable, the $CP command would fail but its return code was not checked. Solution: Get rid of the test command and go ahead to $CP it and then check its returned ...HDFFV-8105
Allen ByrneAllen Byrne
23d32fec254[svn-r22590] correct reference file location in runTest command
Allen ByrneAllen Byrne
3a1c4de3596[svn-r22589] Change strto functions to the HD prefix versions.Tested: local
Allen ByrneAllen Byrne
4a6f93f895a[svn-r22588] HDFFV-721: h5dump supplies input for h5importTested: local linux with cmake jam with configureHDFFV-721
Quincey KoziolQuincey Koziol
75f4e51a1a0[svn-r22582] Description: Refactor ID class registration to be more like how other "class"s in the library are registered, and clean up compiler warnings.Tested on: Mac OSX/64 10.7.4 (amazon) w/debug (Too minor to require h5comittest)
Allen ByrneAllen Byrne
2e3ab09a520[svn-r22581] HDFFV-588: hdump restrictions on filename for split files. Added text and example to usage.Tested: local linuxHDFFV-588
Allen ByrneAllen Byrne
d06dd112915[svn-r22577] Windows compilers require declarations at top of routine.
Raymond LuRaymond Lu
feb79ce8ea3[svn-r22575] Issue 8068 - A user reported some random data in the padding of fill value. The problem happened in H5P_get_fill_value. I believe it's because the background buffer wasn't big enough. So I corrected it in this checkin.Tested on jam and koala - simple change.
Allen ByrneAllen Byrne
c7513e17769[svn-r22570] Correct name of error reference file