hdf5/tools/lib
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
..
CMakeLists.txt [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
h5diff_array.c [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
h5diff_attr.c [svn-r23395] Description: 2013-03-19 22:44:28 -05:00
h5diff_dset.c [svn-r22751] Purpose: 2012-09-10 16:40:47 -05:00
h5diff_util.c [svn-r22684] Purpose: 2012-08-15 11:04:26 -05:00
h5diff.c [svn-r23395] Description: 2013-03-19 22:44:28 -05:00
h5diff.h [svn-r23395] Description: 2013-03-19 22:44:28 -05:00
h5tools_dump.c [svn-r24030] Description: 2013-08-19 17:13:15 -05:00
h5tools_dump.h [svn-r24030] Description: 2013-08-19 17:13:15 -05:00
h5tools_error.h [svn-r22042] HDFFV-7957-7958: 2012-03-12 11:33:15 -05:00
h5tools_filters.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
h5tools_ref.c [svn-r21603] Purpose: Add generic skip list implementation 2011-10-18 16:27:58 -05:00
h5tools_ref.h [svn-r18759] pull r18757 from 1.8 branch 2010-05-11 15:10:25 -05:00
h5tools_str.c [svn-r23800] Added the HD prefix to the system functions used in the h5tools_str_replace function. 2013-06-20 17:02:17 -05:00
h5tools_str.h [svn-r22052] - h5dump: Added capability for "-a" option to show attributes containing "/" 2012-03-12 16:27:11 -05:00
h5tools_type.c [svn-r21969] Added missing HD prefix 2012-02-22 16:58:50 -05:00
h5tools_utils.c [svn-r23226] HDFFV-8285: suppress-ddl option: Changed file options to allow for filename F to be optional. 2013-02-04 15:15:59 -05:00
h5tools_utils.h [svn-r23395] Description: 2013-03-19 22:44:28 -05:00
h5tools.c [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
h5tools.h [svn-r23953] Update stream handling to allow binary mode - due to unjam fix. 2013-07-31 11:22:40 -05:00
h5trav.c [svn-r24030] Description: 2013-08-19 17:13:15 -05:00
h5trav.h [svn-r22625] HDFFV-8111: h5diff compare file to itself - removed path shortcut 2012-08-03 15:11:36 -05:00
Makefile.am [svn-r21953] HDDFV-7560: h5dump refactoring 2012-02-17 16:41:58 -05:00
Makefile.in [svn-r23305] HDFFV-8257: szip still used even if headers are not found. Change configure to test the result of the CHECK HEADERS call before checking for the library. 2013-02-18 15:56:21 -05:00
ph5diff.h [svn-r21967] Checked all %lu references and corrected 2 that should have been '%"H5_PRINTF_LL_WIDTH"u' 2012-02-22 09:03:59 -05:00