AuthorCommitMessageCommit dateIssues
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
Allen ByrneAllen Byrne
f48ae2195a0[svn-r22569] On windows read/write error reference file just like reference file before comparision.This will set the line endings.
Allen ByrneAllen Byrne
a947f3b7553[svn-r22568] fix another typo - due to wrong edit state!
Allen ByrneAllen Byrne
210d04b05f1[svn-r22567] HDFFV-7784: add attributes to the list of file contents option for h5dump. This is accomplished by adding an optional value to the option (-n) Created test and reference files.Tested: local linux with cmakeHDFFV-7784
Allen ByrneAllen Byrne
1942f47bcfa[svn-r22566] correct typo of new files names
Allen ByrneAllen Byrne
6e0eb24b7bc[svn-r22564] HDFFV-8095: index order of links wrong Create setters for indexing options in h5trav.c to be set before the obj table is created. Revert h5trav_print to remove now duplicated parameters. Added test and testfiles.Tested: local linux with cmakeHDFFV-8095
Allen ByrneAllen Byrne
b54b3fcf290[svn-r22563] HDFFV-8095: index order of links wrong Create setters for indexing options in h5trav.c to be set before the obj table is created. Revert h5trav_print to remove now duplicated parameters. Added test and testfiles.Tested: local linux with cmakeHDFFV-8095
Allen ByrneAllen Byrne
4bba12dbee4[svn-r22562] tattr-3err file missing from list in cmake
Allen ByrneAllen Byrne
fa28c69b555[svn-r22561] Add errfile to list.Create missing errfile, edit ddl file for test only on linux (not using cmake).
Allen ByrneAllen Byrne
f1850c6156f[svn-r22560] Changes to allow tests to compare error files!
Allen ByrneAllen Byrne
7bed6ec213a[svn-r22557] Add missing test file
Allen ByrneAllen Byrne
d987b061127[svn-r22556] HDFFV-7936: added error files in h5dump folder and adjusted scripts to compare error files.Tested: local linux with cmake, jam with make checkHDFFV-7936
Allen ByrneAllen Byrne
4b29d11f745[svn-r22552] update comment
Allen ByrneAllen Byrne
61cb9cc5472[svn-r22550] Correct datatypes in generator and update files for test.Tested: local linux with cmake
Allen ByrneAllen Byrne
91d63fa0ae9[svn-r22548] added test for "-w0" optionTested: local linux
Allen ByrneAllen Byrne
59da54f0fd2[svn-r22547] Remove clear-objects from ignore list (like h5import)
Allen ByrneAllen Byrne
912daba4640[svn-r22546] Correct generation of testfile
Allen ByrneAllen Byrne
a7f482142e9[svn-r22545] Enable H5IMPORT-clear-objects for valgrindTested: local linux