Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r22602] | Allen Byrne | 2012-07-25 | 13 | -729/+705 |
| | |||||
* | [svn-r22601] Purpose: Fix HDFFV-5853 | Neil Fortner | 2012-07-25 | 16 | -31/+155 |
| | | | | | | | | | | | | | | Description: 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: jam, koala, ostrich (h5committest), durandal | ||||
* | [svn-r22599] FinHDF5 should be generated during build. | Allen Byrne | 2012-07-24 | 2 | -1/+86 |
| | |||||
* | [svn-r22598] BE machines have a different offset in STORAGE_LAYOUT then the ↵ | Allen Byrne | 2012-07-23 | 2 | -1/+24 |
| | | | | | | | | LE machines. Use h5diff with -r to not report warnings. Tested: local with CMake and ostrich with shell script | ||||
* | [svn-r22594] Bug fix: HDFFV-8105 | Albert Cheng | 2012-07-22 | 2 | -4/+5 |
| | | | | | | | | | | | | | | | Description: 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 code and report errors if detected. Tested; committested. (note that ostrick still failed on errors committed by other staff). | ||||
* | [svn-r22590] correct reference file location in runTest command | Allen Byrne | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | [svn-r22589] Change strto functions to the HD prefix versions. | Allen Byrne | 2012-07-20 | 1 | -5/+5 |
| | | | | Tested: local | ||||
* | [svn-r22588] HDFFV-721: h5dump supplies input for h5import | Allen Byrne | 2012-07-19 | 16 | -321/+2062 |
| | | | | | Tested: local linux with cmake jam with configure | ||||
* | [svn-r22582] Description: | Quincey Koziol | 2012-07-16 | 23 | -475/+742 |
| | | | | | | | | | 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) | ||||
* | [svn-r22581] HDFFV-588: hdump restrictions on filename for split files. ↵ | Allen Byrne | 2012-07-16 | 10 | -54/+181 |
| | | | | | | Added text and example to usage. Tested: local linux | ||||
* | [svn-r22577] Windows compilers require declarations at top of routine. | Allen Byrne | 2012-07-16 | 1 | -6/+5 |
| | |||||
* | [svn-r22575] Issue 8068 - A user reported some random data in the padding of ↵ | Raymond Lu | 2012-07-13 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | [svn-r22570] Correct name of error reference file | Allen Byrne | 2012-07-13 | 1 | -2/+2 |
| | |||||
* | [svn-r22569] On windows read/write error reference file just like reference ↵ | Allen Byrne | 2012-07-13 | 1 | -0/+5 |
| | | | | file before comparision. This will set the line endings. | ||||
* | [svn-r22568] fix another typo - due to wrong edit state! | Allen Byrne | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | [svn-r22567] HDFFV-7784: add attributes to the list of file contents option ↵ | Allen Byrne | 2012-07-12 | 17 | -77/+224 |
| | | | | | | | | for h5dump. This is accomplished by adding an optional value to the option (-n) Created test and reference files. Tested: local linux with cmake | ||||
* | [svn-r22566] correct typo of new files names | Allen Byrne | 2012-07-12 | 1 | -2/+2 |
| | |||||
* | [svn-r22564] HDFFV-8095: index order of links wrong | Allen Byrne | 2012-07-12 | 4 | -0/+154 |
| | | | | | | | | 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 cmake | ||||
* | [svn-r22563] HDFFV-8095: index order of links wrong | Allen Byrne | 2012-07-12 | 7 | -6/+44 |
| | | | | | | | | 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 cmake | ||||
* | [svn-r22562] tattr-3err file missing from list in cmake | Allen Byrne | 2012-07-12 | 1 | -0/+1 |
| | |||||
* | [svn-r22561] Add errfile to list. | Allen Byrne | 2012-07-12 | 4 | -33/+36 |
| | | | | Create missing errfile, edit ddl file for test only on linux (not using cmake). | ||||
* | [svn-r22560] Changes to allow tests to compare error files! | Allen Byrne | 2012-07-12 | 1 | -3/+28 |
| | |||||
* | [svn-r22557] Add missing test file | Allen Byrne | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | [svn-r22556] HDFFV-7936: added error files in h5dump folder and adjusted ↵ | Allen Byrne | 2012-07-11 | 44 | -330/+1370 |
| | | | | | | | scripts to compare error files. Tested: local linux with cmake, jam with make check | ||||
* | [svn-r22552] update comment | Allen Byrne | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | [svn-r22550] Correct datatypes in generator and update files for test. | Allen Byrne | 2012-07-11 | 3 | -72/+72 |
| | | | | Tested: local linux with cmake | ||||
* | [svn-r22548] added test for "-w0" option | Allen Byrne | 2012-07-10 | 4 | -0/+140 |
| | | | | Tested: local linux | ||||
* | [svn-r22547] Remove clear-objects from ignore list (like h5import) | Allen Byrne | 2012-07-10 | 1 | -3/+0 |
| | |||||
* | [svn-r22546] Correct generation of testfile | Allen Byrne | 2012-07-10 | 3 | -43/+47 |
| | |||||
* | [svn-r22545] Enable H5IMPORT-clear-objects for valgrind | Allen Byrne | 2012-07-10 | 1 | -1/+1 |
| | | | | Tested: local linux | ||||
* | [svn-r22544] Add test to verify use of named datatypes | Allen Byrne | 2012-07-10 | 6 | -0/+406 |
| | | | | | HDFFV-2687 Tested: local linux with cmake | ||||
* | [svn-r22541] Purpose: | Jonathan Kim | 2012-07-10 | 1 | -411/+413 |
| | | | | | | | | | | | | | 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) | ||||
* | [svn-r22539] Correct indentation | Allen Byrne | 2012-07-10 | 1 | -2100/+2100 |
| | |||||
* | [svn-r22537] Correct error string contents | Allen Byrne | 2012-07-10 | 1 | -3/+3 |
| | |||||
* | [svn-r22535] added missing break to end of case statement | Allen Byrne | 2012-07-10 | 1 | -0/+1 |
| | |||||
* | [svn-r22534] Correct contents of reference files | Allen Byrne | 2012-07-10 | 2 | -14/+32 |
| | |||||
* | [svn-r22533] Correct order of declarations in functions. | Allen Byrne | 2012-07-10 | 1 | -3/+3 |
| | |||||
* | [svn-r22531] HDFFV-5942: sort options with contents option | Allen Byrne | 2012-07-09 | 8 | -5/+43 |
| | | | | | | | Added 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 linux | ||||
* | [svn-r22528] HDFFV-4206: h5dump -w0 needed to be tested within the get ↵ | Allen Byrne | 2012-07-09 | 1 | -0/+3 |
| | | | | | | option function. Tested: local linux and all H5DUMP tests still work | ||||
* | [svn-r22527] Update Ignore List for change to H5IMPORT tests | Allen Byrne | 2012-07-09 | 1 | -0/+16 |
| | |||||
* | [svn-r22526] ifdef around the text file generation in importtest. | Allen Byrne | 2012-07-09 | 3 | -57/+69 |
| | | | | | | | 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 | ||||
* | [svn-r22525] Snapshot version 1.9 release 124 | Larry Knox | 2012-07-09 | 14 | -29/+29 |
| | |||||
* | [svn-r22516] Add new testfiles for h5dump with eight varieties of ints and ↵ | Allen Byrne | 2012-07-05 | 8 | -4/+1236 |
| | | | | | | used in an Attribute and Compound datatypes. Tested: local linux using CMake | ||||
* | [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT | Allen Byrne | 2012-07-05 | 1 | -8/+11 |
| | |||||
* | [svn-r22510] Enabled the compilation of tH5E_F03.f90 | Scot Breitenfeld | 2012-07-03 | 2 | -12/+4 |
| | |||||
* | [svn-r22507] Correct file name typo | Allen Byrne | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | [svn-r22506] HDFFV-7782: resolve names of tests files with tests - added two ↵ | Allen Byrne | 2012-07-02 | 5 | -36/+72 |
| | | | | | | copies of references files and adjusted CMake and linux test script. Tested: local linux w/ CMake | ||||
* | [svn-r22504] Maintenance: | Elena Pourmal | 2012-06-29 | 3 | -5/+13 |
| | | | | | | | | See HELPDESK-643 issue in JIRA. NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments and no executable statements. Removed tH5E_F03.f90 from the list of modules to build. Tested on jam with Intel compiler using --enable-fortran2003 flag. | ||||
* | [svn-r22499] Add seconf new file! | Allen Byrne | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | [svn-r22498] Add new test to linux script | Allen Byrne | 2012-06-27 | 1 | -0/+4 |
| |