summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tpbitsLengthExceeded.ddl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27196] Move pbbits file to subfolderAllen Byrne2015-06-121-136/+0
|
* [svn-r24058] Coorect usage text wrt dataset subsettingAllen Byrne2013-08-221-1/+1
|
* [svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. ↵Allen Byrne2013-08-121-0/+2
| | | | | | New test added, scripts updated, help text updated. Tested: local linux
* [svn-r23994] Correct printf % handlingAllen Byrne2013-08-121-1/+1
|
* [svn-r23991] Reorder groupingAllen Byrne2013-08-121-23/+23
|
* [svn-r23960] HDFFV-8490: Reorder and group h5dump help text.Allen Byrne2013-08-011-24/+31
| | | | Tested: local linux
* [svn-r23830] HDFFV-8476: Add the optional arg to the help usage text.Allen Byrne2013-06-261-0/+1
| | | | Tested: local linux
* [svn-r23226] HDFFV-8285: suppress-ddl option: Changed file options to allow ↵Allen Byrne2013-02-041-1/+1
| | | | | | for filename F to be optional. Tested: local linux
* [svn-r23190] HDFFV-8285: Add suppress ddl option.Allen Byrne2013-01-221-0/+2
| | | | Tested: local linux
* [svn-r22716] HDFFV-8133: Add usage text to see Reference manual for compact ↵Allen Byrne2012-08-271-17/+18
| | | | subsetting.
* [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-r22567] HDFFV-7784: add attributes to the list of file contents option ↵Allen Byrne2012-07-121-0/+1
| | | | | | | | 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-r22108] Purpose:Jonathan Kim2012-03-211-0/+7
| | | | | | | | | | | 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-r22077] Add example of multiple files for h5dump help text.Allen Byrne2012-03-151-1/+5
| | | | Tested: local linux
* [svn-r21931] HDFFV-7689 - could not not use a "[" character in a dataset name.Allen Byrne2012-02-131-0/+2
| | | | | | 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-r20869] Purpose:Jonathan Kim2011-05-191-3/+0
| | | | | | | | | | | HDFFV-7514 - GMQS: h5dump - improve effectiveness of testing scripts for handling expected output files Description: Fist phase for h5dump test update. Next phase will be for h5ls. This is prerequisite for 'HDFFV-7602 Tools - upgrade tools' test scripts to share test files among tools, providing framework for test file re-usability.' Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), linew (solaris-BE), Windows (32-LE), Cmake (jam)
* [svn-r20713] Packed Bits Merge:Allen Byrne2011-05-031-1/+1
| | | | | | | | | removed option defines and #ifdef/#endif refactored all printf to HDfprintf in h5dump.c formatted and indention improvements synched with 1.8 branch Tested: local linux
* [svn-r20677] Merge packed bits option from 1.8 branch to trunk. CMake only. ↵Allen Byrne2011-04-291-0/+98
Autotools merge to come. Tested: local Linux