Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r22795] Create scalar test files and h5dump tests. | Allen Byrne | 2012-09-20 | 3 | -0/+439 |
| | | | | Tested: local linux | ||||
* | [svn-r22726] remove duplicate file line | Allen Byrne | 2012-08-30 | 1 | -1/+0 |
| | |||||
* | [svn-r22725] Add other h5 files needed by pbits tests | Allen Byrne | 2012-08-30 | 1 | -0/+3 |
| | |||||
* | [svn-r22720] Fix RelWithDebInfo packaging | Allen Byrne | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | [svn-r22716] HDFFV-8133: Add usage text to see Reference manual for compact ↵ | Allen Byrne | 2012-08-27 | 1 | -17/+18 |
| | | | | subsetting. | ||||
* | [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵ | Allen Byrne | 2012-08-23 | 4 | -27/+22 |
| | | | | | | autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest | ||||
* | [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, ↵ | Larry Knox | 2012-08-22 | 1 | -39/+93 |
| | | | | | | libtool 2.4.2 Tested THG machines. | ||||
* | [svn-r22674] Remove checks for filters are available because the h5dump ↵ | Allen Byrne | 2012-08-13 | 2 | -114/+14 |
| | | | | | | tests never used the filters in the tests. "-H" option excludes data. HDFFV-8125 | ||||
* | [svn-r22642] Correct check for filters in tools test | Allen Byrne | 2012-08-08 | 1 | -7/+26 |
| | |||||
* | [svn-r22617] Purpose: | Jonathan Kim | 2012-08-01 | 3 | -20/+51 |
| | | | | | | | | | | | | | | | Fix for HDFFV-8107 testh5diff will fail if build/test in HDF5 source tree Description: 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 change to the CMakeLists.txt files because CMake cautions/demands that in-source builds be avoided. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), some manual tests as well | ||||
* | [svn-r22588] HDFFV-721: h5dump supplies input for h5import | Allen Byrne | 2012-07-19 | 2 | -8/+34 |
| | | | | | Tested: local linux with cmake jam with configure | ||||
* | [svn-r22581] HDFFV-588: hdump restrictions on filename for split files. ↵ | Allen Byrne | 2012-07-16 | 1 | -6/+20 |
| | | | | | | 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-r22567] HDFFV-7784: add attributes to the list of file contents option ↵ | Allen Byrne | 2012-07-12 | 4 | -75/+80 |
| | | | | | | | | 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-r22564] HDFFV-8095: index order of links wrong | Allen Byrne | 2012-07-12 | 2 | -0/+50 |
| | | | | | | | | 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 | 4 | -1/+20 |
| | | | | | | | | 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 | 2 | -0/+35 |
| | | | | Create missing errfile, edit ddl file for test only on linux (not using cmake). | ||||
* | [svn-r22556] HDFFV-7936: added error files in h5dump folder and adjusted ↵ | Allen Byrne | 2012-07-11 | 36 | -159/+1336 |
| | | | | | | | 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 | 1 | -7/+7 |
| | | | | Tested: local linux with cmake | ||||
* | [svn-r22548] added test for "-w0" option | Allen Byrne | 2012-07-10 | 2 | -0/+8 |
| | | | | Tested: local linux | ||||
* | [svn-r22546] Correct generation of testfile | Allen Byrne | 2012-07-10 | 1 | -6/+10 |
| | |||||
* | [svn-r22544] Add test to verify use of named datatypes | Allen Byrne | 2012-07-10 | 3 | -0/+184 |
| | | | | | 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-r22531] HDFFV-5942: sort options with contents option | Allen Byrne | 2012-07-09 | 3 | -1/+5 |
| | | | | | | | 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-r22516] Add new testfiles for h5dump with eight varieties of ints and ↵ | Allen Byrne | 2012-07-05 | 3 | -4/+600 |
| | | | | | | used in an Attribute and Compound datatypes. Tested: local linux using CMake | ||||
* | [svn-r22498] Add new test to linux script | Allen Byrne | 2012-06-27 | 1 | -0/+4 |
| | |||||
* | [svn-r22496] Add file to test integer sizes for attributes | Allen Byrne | 2012-06-27 | 2 | -47/+247 |
| | | | | Tested: local linux | ||||
* | [svn-r22479] Remove subfolder tools from install command | Allen Byrne | 2012-06-20 | 1 | -2/+2 |
| | |||||
* | [svn-r22411] reduce compiler warnings by removing unreferenced variables and ↵ | Allen Byrne | 2012-05-25 | 2 | -4/+6 |
| | | | | | | adding cast Tested: local linux | ||||
* | [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵ | Allen Byrne | 2012-05-24 | 1 | -0/+3 |
| | | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows | ||||
* | [svn-r22396] Correct missing clean filenames in h5dump make | Allen Byrne | 2012-05-23 | 1 | -1/+1 |
| | | | | Sync 518/trunk version and cpack info | ||||
* | [svn-r22391] HDFFV-7999: h5dump did not display H5T_DSET_UTF8. | Allen Byrne | 2012-05-22 | 3 | -0/+62 |
| | | | | | | Changed if/else block to switch like in h5ls, and distinguished between ERROR and UNKNOWN. Reviewed by JKM Tested: local linux | ||||
* | [svn-r22390] Break out the packed bits tests into a new script. | Allen Byrne | 2012-05-22 | 5 | -231/+673 |
| | | | | | reconfigure on jam Tested: local linux | ||||
* | [svn-r22318] Use new function that combines two functions that check for ↵ | Allen Byrne | 2012-04-26 | 1 | -3/+1 |
| | | | | | | vlen types. Based on code used in h5ls. Tested: local linux | ||||
* | [svn-r22170] Removed extraneous svn executable properties from ↵ | Dana Robinson | 2012-03-28 | 1 | -0/+0 |
| | | | | non-executable files. | ||||
* | [svn-r22108] Purpose: | Jonathan Kim | 2012-03-21 | 2 | -1/+8 |
| | | | | | | | | | | | HDFFV-7523 JPSS: h5dump fails to open an attribute when using the -a option to specify an attribute with a slash in the name Description: Update command line help page and test generating file. Previous commits: r22052, r22063 Tested: jam (linux32-LE), koala (linux64-LE), cmake (jam) | ||||
* | [svn-r22098] Add reference file extensions in new tests. | Allen Byrne | 2012-03-20 | 1 | -3/+3 |
| | | | | Remove "STAR" test as some platforms vary in interpretation. | ||||
* | [svn-r22077] Add example of multiple files for h5dump help text. | Allen Byrne | 2012-03-15 | 1 | -1/+5 |
| | | | | Tested: local linux | ||||
* | [svn-r22075] Add test for multiple files with h5ls and h5dump. | Allen Byrne | 2012-03-15 | 2 | -5/+5 |
| | | | | Tested: local linux | ||||
* | [svn-r22068] HDFFV-7876: wildcard filenames | Allen Byrne | 2012-03-14 | 1 | -0/+9 |
| | | | | | | The test scripts for cmake, on windows, and the h5ls shell script do not work properly. Tested: h5committest | ||||
* | [svn-r22066] Comment out linux non-cmake only files | Allen Byrne | 2012-03-14 | 1 | -9/+9 |
| | |||||
* | [svn-r22063] escape char in test needed multiple slashes to get through ↵ | Allen Byrne | 2012-03-13 | 1 | -1/+15 |
| | | | | cmake parsing | ||||
* | [svn-r22052] - h5dump: Added capability for "-a" option to show ↵ | Peter Cao | 2012-03-12 | 3 | -7/+14 |
| | | | | | | | | attributes containing "/" by using an escape character. For example, for a dataset "/dset" containing attribute "speed(m/h)", use "h5dump -a "/dset/speed(\/h)" to show the content of the attribute. See details at HDFFV-7523 | ||||
* | [svn-r22042] HDFFV-7957-7958: | Allen Byrne | 2012-03-12 | 1 | -131/+159 |
| | | | | | Add tools error stack and check return from H5Dreference call. Tested: CMake and h5committest | ||||
* | [svn-r22033] Remove unnecessary INCLUDE_DIR command | Allen Byrne | 2012-03-07 | 1 | -1/+0 |
| | | | | Tested: local linux and windows | ||||
* | [svn-r22029] Add reference file to test list | Allen Byrne | 2012-03-06 | 2 | -43/+50 |
| | | | | | | Add error-stack to tests Tested: local linux |