summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn-r22027] HDFFV-7839: Dangling link should not display errorAllen Byrne2012-03-053-11/+9
| | | | | | | If a link is specified on the command with the -d option, call the handle_links function on error from the H5Dopen command. Updated test file results with error stack when link not found. Tested: local linux and jam
* [svn-r22019] Cleanup warnings from compilesAllen Byrne2012-03-021-27/+27
| | | | Tested: local linux
* [svn-r21991] Cleanup minor issues found during 518 mergeAllen Byrne2012-02-272-5/+1
|
* [svn-r21985] Tools must call h5tools_init before command_line parsing or ↵Allen Byrne2012-02-244-617/+680
| | | | | | | | using tools_mesg functions. Tools library uses alais variables for stdout, stderr and tools library uses HDfprintf() functions. Tested: local linux
* [svn-r21984] Correct HD prefix in toolsAllen Byrne2012-02-241-1/+1
| | | | Checked for HD support.
* [svn-r21982] Correct HD prefix in tools for exitAllen Byrne2012-02-241-1/+1
| | | | Checked for HD support.
* [svn-r21981] Correct HD prefix in tools for fprintfAllen Byrne2012-02-242-100/+100
| | | | Checked for HD support.
* [svn-r21980] Correct HD prefix in tools for *allocAllen Byrne2012-02-243-14/+14
| | | | Checked for HD support.
* [svn-r21979] Correct HD prefix in tools for strlen and memcpyAllen Byrne2012-02-243-61/+61
| | | | Checked for HD support.
* [svn-r21974] Update HSIZE_T print statements to use correct macro.Allen Byrne2012-02-234-484/+484
| | | | | | Fix some more HD prefix issues in tools. Tested: local linux
* [svn-r21963] Fixed issue with compression value not printing - format ↵Allen Byrne2012-02-201-20/+20
| | | | | | | | parameter was wrong, needed to be long long. Enabled compression tests Tested: 32-bit windows
* [svn-r21960] Fix unsigned long long format string in xml code.Allen Byrne2012-02-192-5/+4
| | | | | | Re-enable xml tests Tested: 32-bits
* [svn-r21959] SKIP h5dump XML until MaxDims issue is resolvedAllen Byrne2012-02-181-2/+3
|
* [svn-r21958] SKIP failing filter tests until compression values can be verifedAllen Byrne2012-02-181-35/+35
|
* [svn-r21955] Missed bin/reconfigure on h5dump and tools/libAllen Byrne2012-02-182-4/+13
|
* [svn-r21953] HDDFV-7560: h5dump refactoringAllen Byrne2012-02-179-6041/+6875
| | | | Tested: local linux
* [svn-r21952] HDFFV-5874: -c and -k subsettingAllen Byrne2012-02-172-290/+317
| | | | Tested:local linux
* [svn-r21942] Purpose:Jonathan Kim2012-02-141-4/+6
| | | | | | | | | | | Add shell script test case for HDFFV-7689 - h5dump fix. Description: support to add shell script test case for "HDFFV-7689 - h5dump with the -d option fails to display a dataset that has a "[" in the name." task. The svn commit for HDFFV-7689 was r21931. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
* [svn-r21931] HDFFV-7689 - could not not use a "[" character in a dataset name.Allen Byrne2012-02-132-22/+29
| | | | | | A second problem also discovered was an if statement that should have comapered lengths of a string actually was comapring addreeses. Once thatt was fixed, The "[" character could be used but broke other functionality. Consultation with tools team resulted in the creation of a "--no-subset" option to disable interpretation of "[" character as a subsetting compact-form. This also eliminated and cleaned up the code containing the plomatic if statement. Tested: local linux and added test, CMake updated autotools test to be added next.
* [svn-r21815] Description:Jonathan Kim2011-12-051-0/+4
| | | | | | | Add test case to unix test-script for "HDFFV-2567 - added test for be generated files with at least 9 attributes at root". It's committed previously as r21812 along with Cmake test. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE)
* [svn-r21814] HDFFV-2567 - added test for be generated files with at least 9 ↵Allen Byrne2011-12-051-0/+6
| | | | | | attributes at root Tested: local linux
* [svn-r21804] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21667] Update FOLDER solution option for target properties. Added ↵Allen Byrne2011-10-251-2/+2
| | | | | | OPTION command for solution folder and no packaging. Tested: local linux
* [svn-r21664] Added solution folders for most of the projects. This still ↵Dana Robinson2011-10-251-0/+2
| | | | | | needs some polish - the solution folder assignment should go closer to the target declaration and not all projects are grouped (parallel, c++, fortran, hl, and a few others). Tested on Windows.
* [svn-r21378] The tools used "%hhd" to print signed char. But VMS doesn't ↵Raymond Lu2011-09-131-2/+10
| | | | | | know it. So I used H5_VMS to have a different way ("%hd") to print it. Tested on jam. Not tested on VMS yet. Simple change.
* [svn-r21249] Description: Part II of F2003 branch merge into the trunk.Scot Breitenfeld2011-08-181-0/+3
| | | | | | Ran bin/reconfigure to update the Makefile.in in directories not part of the fortran directory check=in. Updates Makefile.in due to changes made in configure.in for the Fortran 2003 additions. Tested on all platforms run under daily tests.
* [svn-r21210] Correct location of xml schema files. JIRA HDFFV-7688Allen Byrne2011-08-101-5/+5
| | | | Tested: local linux
* [svn-r21057] [hdf5 Trunk ] TODOJonathan Kim2011-06-301-37/+441
| | | | | | | | | | | Purpose: Work for HDFFV-7602 - HDF5 command tools: Provide framework for reusable test files among tools Description: Provide framework to share test files among tools for tools test. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE)