hdf5/tools/h5dump
Quincey Koziol 5b876c929f [svn-r24101] Description:
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)
2013-09-05 15:44:14 -05:00
..
errfiles [svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the technique and creates a test. Help changes will be added after trunk tests pass the test cycle. 2013-06-26 16:04:20 -05:00
binread.c
CMakeLists.txt [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
CMakeTests.cmake [svn-r24057] Add --superblock long name to parser and add tests for both --boot-block and --superblock. 2013-08-22 14:57:31 -05:00
CMakeTestsPBITS.cmake [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
CMakeTestsXML.cmake [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
h5dump_ddl.c [svn-r24030] Description: 2013-08-19 17:13:15 -05:00
h5dump_ddl.h [svn-r24020] Description: 2013-08-17 15:05:27 -05:00
h5dump_defines.h [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
h5dump_extern.h [svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the technique and creates a test. Help changes will be added after trunk tests pass the test cycle. 2013-06-26 16:04:20 -05:00
h5dump_xml.c [svn-r24030] Description: 2013-08-19 17:13:15 -05:00
h5dump_xml.h [svn-r24030] Description: 2013-08-19 17:13:15 -05:00
h5dump.c [svn-r24058] Coorect usage text wrt dataset subsetting 2013-08-22 15:16:45 -05:00
h5dump.h [svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the technique and creates a test. Help changes will be added after trunk tests pass the test cycle. 2013-06-26 16:04:20 -05:00
h5dumpgentest.c [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
Makefile.am [svn-r22396] Correct missing clean filenames in h5dump make 2012-05-23 13:15:08 -05:00
Makefile.in [svn-r23347] ported revision 23248:23346 from the trunk 2013-03-13 17:34:23 -05:00
testh5dump.sh.in [svn-r24057] Add --superblock long name to parser and add tests for both --boot-block and --superblock. 2013-08-22 14:57:31 -05:00
testh5dumppbits.sh.in [svn-r23733] HDFFV-8366: Patches tested by Larry using h5committest, it creates the intermediate testfiles folder first. 2013-06-05 08:36:45 -05:00
testh5dumpxml.sh.in [svn-r23733] HDFFV-8366: Patches tested by Larry using h5committest, it creates the intermediate testfiles folder first. 2013-06-05 08:36:45 -05:00