summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24482] HDFFV-8635: remove test of whole file and just test dsets that ↵Allen Byrne2013-12-023-67/+5
| | | | | | have szip compression. Tested local linux with cmake and autotools
* [svn-r24481] HDFFV-8635: disable test because of szip causing different read ↵Allen Byrne2013-12-021-4/+5
| | | | call then expected.
* [svn-r24471] JAVA-1798: Add the testfiles for hdf-java and the h5dump tests ↵Allen Byrne2013-11-274-21/+672
| | | | | | including the test to read filter data. Tested: cmake and autotools - local linux
* [svn-r24411] Correct file generationAllen Byrne2013-11-071-10/+21
|
* [svn-r24408] Add compound integer tests filesAllen Byrne2013-11-062-0/+500
| | | | Tested: local linux cmake
* [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-013-2/+48
| | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
* [svn-r24194] Don't add hdf5 library dependencies to lib files when ↵Larry Knox2013-09-241-0/+1
| | | | | | --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276. Tested with h5committest and on hdf-duck.
* [svn-r24172] Position trunk/1.8 vars in similar location for comparison.Allen Byrne2013-09-191-3/+3
|
* [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.Allen Byrne2013-09-191-0/+3
| | | | | | | Add more usage info for UserMacros. Add new option information about the Plugin default path. Tested: local linux, jam
* [svn-r24115] Reduce warnings for conversions of different widths.Larry Knox2013-09-062-472/+472
| | | | h5committested on jam, ostrich, koala, and platypus.
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-061-1/+35
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24101] Description:Quincey Koziol2013-09-052-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up warnings, enable new compiler warning flag(s) and bring back changes from Coverity branch: r20813: Remove the dead code as listed for coverity bug #1722. h5committested. r20814: Issue 69: Check return value and throw error if negative return. Also free datatype id on error r20815: Use HDstrncpy. --gh r20816: Replaced one last HDstrcat call with HDstrncat to resolve coverity issue 832. r20817: Use HDstrncpy and HDstrncat. --gh r20818: Purpose: Fix valgrind issues with h5jam Description: Modified h5jam to free strings strdup'd in parse_command_line before exit. Note that they may still not be freed in case of error, due to the widespread use of exit(). r20819: Issue 80: change loop to use int as loop index. r20820: Maintenance: Fixed the bug found by coverity CID 788 There were two problems with this function: 1) it tried to unnecessary free NULL pointer 2) it tried to allocate c_name buffer that is done by H5Pget_class_name Tested on: Mac OSX 10.8.4 (amazon) w/gcc 4.8.1, C++ & FORTRAN (too minor to require h5committest)
* [svn-r24058] Coorect usage text wrt dataset subsettingAllen Byrne2013-08-221-1/+1
|
* [svn-r24057] Add --superblock long name to parser and add tests for both ↵Allen Byrne2013-08-223-0/+13
| | | | | | --boot-block and --superblock. Tested: local linux
* [svn-r24030] Description:Quincey Koziol2013-08-193-85/+86
| | | | | | | | Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest)
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-194-2138/+2179
| | | | | | developers. Tested: local linux
* [svn-r24022] any_object option should be any_pathAllen Byrne2013-08-193-5/+5
|
* [svn-r24020] Description:Quincey Koziol2013-08-174-15/+19
| | | | | | | | Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
* [svn-r24002] Fix 32-bit and valgrind issues with new handle_paths code - ↵Allen Byrne2013-08-131-1/+1
| | | | | | correct math of adding a NULL to a string. Tested: local linux (valgrind) and h5committest
* [svn-r23999] Move declaration to top of block - fix for windows.Allen Byrne2013-08-131-1/+1
|
* [svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. ↵Allen Byrne2013-08-125-2/+281
| | | | | | 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-32/+37
| | | | Tested: local linux
* [svn-r23953] Update stream handling to allow binary mode - due to unjam fix.Allen Byrne2013-07-311-1/+1
| | | | Tested: local linux
* [svn-r23944] Move stream functions into tools lib.Allen Byrne2013-07-301-171/+5
| | | | Tested: local linux
* [svn-r23862] Change printfs in perform output and h5dump to prevent overflow.Mohamad Chaarawi2013-07-031-2/+2
| | | | | | This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450 Tested on Jam.
* [svn-r23830] HDFFV-8476: Add the optional arg to the help usage text.Allen Byrne2013-06-261-5/+1
| | | | Tested: local linux
* [svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the ↵Allen Byrne2013-06-267-17/+62
| | | | | | technique and creates a test. Help changes will be added after trunk tests pass the test cycle. Tested: local linux
* [svn-r23825] Bug HDFFV-8469: C++ comments in C code.Albert Cheng2013-06-261-2/+0
| | | | | | | | Found and removed two more "//" comments. Tested: in Koala by $ env CFLAGS="-ansi" ../hdf5/bin/buildhdf5 -fortran -cxx -config # enable fortran and cxx, configure only $ make AM_CFLAGS=-ansi # compile all source file by setting HDF5 build CFLAGS as "-ansi" only
* [svn-r23819] Change name of generated file in test to use the macro based ↵Allen Byrne2013-06-251-8/+2
| | | | | | removal line. Tested: local linux
* [svn-r23798] HDFFV-8465: dtd reference incorrect. Fixed loading of xml files ↵Allen Byrne2013-06-201-2/+2
| | | | | | with respect to XSD file. Tested: local linux
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-0/+2
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23740] HDFFV-8447: subsetting broke data output file option.Allen Byrne2013-06-072-1/+10
| | | | Reviewed in H5T-59, tested local linux
* [svn-r23733] HDFFV-8366: Patches tested by Larry using h5committest, it ↵Allen Byrne2013-06-053-0/+6
| | | | creates the intermediate testfiles folder first.
* [svn-r23548] Fix typo in macro end macroAllen Byrne2013-04-041-1/+1
| | | | Warning only.
* [svn-r23530] Moved test property into test macro.Allen Byrne2013-04-031-2/+28
| | | | Tested: local linux
* [svn-r23447] Add new env var to prevent filter plugin loadingAllen Byrne2013-03-252-1/+66
| | | | Tested: jam
* [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵Raymond Lu2013-03-221-1/+4
| | | | | | during data reading. Tested on koala and jam.
* [svn-r23347] ported revision 23248:23346 from the trunkRaymond Lu2013-03-132-164/+146
|
* [svn-r23244] Correct test dependency handling.Allen Byrne2013-02-111-86/+78
| | | | Tested: local linux
* [svn-r23226] HDFFV-8285: suppress-ddl option: Changed file options to allow ↵Allen Byrne2013-02-043-33/+37
| | | | | | for filename F to be optional. Tested: local linux
* [svn-r23209] Change "diff -b" to just "cmp" for tests. diff is for text ↵Allen Byrne2013-01-311-4/+4
| | | | files and the ddl redirect does not have an ending newline.
* [svn-r23198] Remove -q option from diff as some OS do not support it.Allen Byrne2013-01-241-1/+1
| | | | Tested: local linux
* [svn-r23195] Compares without end of file newlinesAllen Byrne2013-01-231-2/+2
| | | | Tested: duck
* [svn-r23193] Rename ddl export file and force file write on copy for windows.Allen Byrne2013-01-232-5/+5
| | | | Tested: local linux
* [svn-r23190] HDFFV-8285: Add suppress ddl option.Allen Byrne2013-01-225-231/+324
| | | | Tested: local linux
* [svn-r23185] Comment out unimplemented testsAllen Byrne2013-01-221-25/+27
|
* [svn-r23178] Comment out unimplemented testsAllen Byrne2013-01-181-4/+4
|
* [svn-r23177] Adjust mkdir to create all dependent foldersAllen Byrne2013-01-183-3/+3
|