summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22987] ported revisions from 22742 to 22986 from the trunkRaymond Lu2012-10-296-18/+454
|
* [svn-r22726] remove duplicate file lineAllen Byrne2012-08-301-1/+0
|
* [svn-r22725] Add other h5 files needed by pbits testsAllen Byrne2012-08-301-0/+3
|
* [svn-r22720] Fix RelWithDebInfo packagingAllen Byrne2012-08-281-1/+1
|
* [svn-r22716] HDFFV-8133: Add usage text to see Reference manual for compact ↵Allen Byrne2012-08-271-17/+18
| | | | subsetting.
* [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵Allen Byrne2012-08-234-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 Knox2012-08-221-39/+93
| | | | | | libtool 2.4.2 Tested THG machines.
* [svn-r22674] Remove checks for filters are available because the h5dump ↵Allen Byrne2012-08-132-114/+14
| | | | | | tests never used the filters in the tests. "-H" option excludes data. HDFFV-8125
* [svn-r22642] Correct check for filters in tools testAllen Byrne2012-08-081-7/+26
|
* [svn-r22617] Purpose:Jonathan Kim2012-08-013-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 h5importAllen Byrne2012-07-192-8/+34
| | | | | Tested: local linux with cmake jam with configure
* [svn-r22581] HDFFV-588: hdump restrictions on filename for split files. ↵Allen Byrne2012-07-161-6/+20
| | | | | | Added text and example to usage. Tested: local linux
* [svn-r22577] Windows compilers require declarations at top of routine.Allen Byrne2012-07-161-6/+5
|
* [svn-r22567] HDFFV-7784: add attributes to the list of file contents option ↵Allen Byrne2012-07-124-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 wrongAllen Byrne2012-07-122-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 wrongAllen Byrne2012-07-124-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 cmakeAllen Byrne2012-07-121-0/+1
|
* [svn-r22561] Add errfile to list.Allen Byrne2012-07-122-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 Byrne2012-07-1136-159/+1336
| | | | | | | scripts to compare error files. Tested: local linux with cmake, jam with make check
* [svn-r22552] update commentAllen Byrne2012-07-111-1/+1
|
* [svn-r22550] Correct datatypes in generator and update files for test.Allen Byrne2012-07-111-7/+7
| | | | Tested: local linux with cmake
* [svn-r22548] added test for "-w0" optionAllen Byrne2012-07-102-0/+8
| | | | Tested: local linux
* [svn-r22546] Correct generation of testfileAllen Byrne2012-07-101-6/+10
|
* [svn-r22544] Add test to verify use of named datatypesAllen Byrne2012-07-103-0/+184
| | | | | HDFFV-2687 Tested: local linux with cmake
* [svn-r22541] Purpose:Jonathan Kim2012-07-101-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 indentationAllen Byrne2012-07-101-2100/+2100
|
* [svn-r22531] HDFFV-5942: sort options with contents optionAllen Byrne2012-07-093-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 Byrne2012-07-091-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 Byrne2012-07-053-4/+600
| | | | | | used in an Attribute and Compound datatypes. Tested: local linux using CMake
* [svn-r22498] Add new test to linux scriptAllen Byrne2012-06-271-0/+4
|
* [svn-r22496] Add file to test integer sizes for attributesAllen Byrne2012-06-272-47/+247
| | | | Tested: local linux
* [svn-r22479] Remove subfolder tools from install commandAllen Byrne2012-06-201-2/+2
|
* [svn-r22411] reduce compiler warnings by removing unreferenced variables and ↵Allen Byrne2012-05-252-4/+6
| | | | | | adding cast Tested: local linux
* [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵Allen Byrne2012-05-241-0/+3
| | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows
* [svn-r22396] Correct missing clean filenames in h5dump makeAllen Byrne2012-05-231-1/+1
| | | | Sync 518/trunk version and cpack info
* [svn-r22391] HDFFV-7999: h5dump did not display H5T_DSET_UTF8.Allen Byrne2012-05-223-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 Byrne2012-05-225-231/+673
| | | | | reconfigure on jam Tested: local linux
* [svn-r22318] Use new function that combines two functions that check for ↵Allen Byrne2012-04-261-3/+1
| | | | | | vlen types. Based on code used in h5ls. Tested: local linux
* [svn-r22170] Removed extraneous svn executable properties from ↵Dana Robinson2012-03-281-0/+0
| | | | non-executable files.
* [svn-r22108] Purpose:Jonathan Kim2012-03-212-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 Byrne2012-03-201-3/+3
| | | | Remove "STAR" test as some platforms vary in interpretation.
* [svn-r22077] Add example of multiple files for h5dump help text.Allen Byrne2012-03-151-1/+5
| | | | Tested: local linux
* [svn-r22075] Add test for multiple files with h5ls and h5dump.Allen Byrne2012-03-152-5/+5
| | | | Tested: local linux
* [svn-r22068] HDFFV-7876: wildcard filenamesAllen Byrne2012-03-141-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 filesAllen Byrne2012-03-141-9/+9
|
* [svn-r22063] escape char in test needed multiple slashes to get through ↵Allen Byrne2012-03-131-1/+15
| | | | cmake parsing
* [svn-r22052] - h5dump: Added capability for "-a" option to show ↵Peter Cao2012-03-123-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 Byrne2012-03-121-131/+159
| | | | | Add tools error stack and check return from H5Dreference call. Tested: CMake and h5committest
* [svn-r22033] Remove unnecessary INCLUDE_DIR commandAllen Byrne2012-03-071-1/+0
| | | | Tested: local linux and windows
* [svn-r22029] Add reference file to test listAllen Byrne2012-03-062-43/+50
| | | | | | Add error-stack to tests Tested: local linux