AuthorCommitMessageCommit dateIssues
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
Allen ByrneAllen Byrne
87fe8971ed8[svn-r22544] Add test to verify use of named datatypesHDFFV-2687 Tested: local linux with cmakeHDFFV-2687
Jonathan KimJonathan Kim
bb696c61acd[svn-r22541] Purpose: HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5dump tool.Description: Update cmake script to fetch test files from any tools to a test directory and run test in organized manner. Also keep the apperance similiar to shell script for better maintainance. Tested: CMake (Windows and jam)HDFFV-7602
Allen ByrneAllen Byrne
212cd31641e[svn-r22539] Correct indentation
Allen ByrneAllen Byrne
a496d41ac70[svn-r22537] Correct error string contents
Allen ByrneAllen Byrne
a0aca32d35a[svn-r22535] added missing break to end of case statement
Allen ByrneAllen Byrne
8019ed0b59e[svn-r22534] Correct contents of reference files
Allen ByrneAllen Byrne
7417af566e4[svn-r22533] Correct order of declarations in functions.
Allen ByrneAllen Byrne
17eca872f13[svn-r22531] HDFFV-5942: sort options with contents optionAdded static local variables in h5trav to hold the index_by and index_order values. Defaults are set. H5dump only use of the trav_print function, added two parameters and passed in the sort_by and sort_order variables. Tested: local linuxHDFFV-5942
Allen ByrneAllen Byrne
637df340746[svn-r22528] HDFFV-4206: h5dump -w0 needed to be tested within the get option function.Tested: local linux and all H5DUMP tests still workHDFFV-4206
Allen ByrneAllen Byrne
b3cafaa61d3[svn-r22527] Update Ignore List for change to H5IMPORT tests
Allen ByrneAllen Byrne
1a195c1ee0e[svn-r22526] ifdef around the text file generation in importtest. reordered tests so that both scripts are in similar order. Changed ADD_H5_TEST in CMake file to always delete the created h5 file.Tested: local linux
Larry KnoxLarry Knox
9e79829ab8a[svn-r22525] Snapshot version 1.9 release 124
Allen ByrneAllen Byrne
6f5ba815f01[svn-r22516] Add new testfiles for h5dump with eight varieties of ints and used in an Attribute and Compound datatypes.Tested: local linux using CMake
Allen ByrneAllen Byrne
862d74c6ffa[svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT
Scot BreitenfeldScot Breitenfeld
ce47ef777fe[svn-r22510] Enabled the compilation of tH5E_F03.f90
Allen ByrneAllen Byrne
720769743e8[svn-r22507] Correct file name typo