hdf5/tools/h5dump
Quincey Koziol 1023374492 [svn-r27768] Description:
Complete revamp of package initialization/shutdown mechanism in the library.
Each package now has a single init/term routine.

    This new way should avoid packages being re-initialized during library
shutdown and is also be _much_ more proactive about giving feedback for
resource leaks internal to the library.

    Introduces a new "module" header file for packages in the library
(e.g src/H5Fmodule.h) which sets up some necessary package configuration macros
for the FUNC_ENTER/LEAVE macros.  (The VFL drivers have their own slightly
modified version of this header, src/H5FDdrvr_module.h)

    Also cleaned up a bunch of resources leaks all across the library and tests,
along with addressing many warnings, as I encountered them.

Tested on:
    MacOSX/64 10.10.5 (amazon) w/serial & parallel
    Linux/64 3.10.x (kituo) w/serial & parallel
    Linux/64 2.6.x (ostrich) w/serial
2015-09-13 22:58:59 -05:00
..
errfiles [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
binread.c [svn-r26649] squish warnings. 2015-03-30 10:12:49 -05:00
CMakeLists.txt [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
CMakeTests.cmake [svn-r26750] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type. 2015-04-07 13:10:21 -05:00
CMakeTestsPBITS.cmake [svn-r27196] Move pbbits file to subfolder 2015-06-12 16:33:27 -05:00
CMakeTestsXML.cmake [svn-r26670] Remove VPATH and LONE_COLON 2015-03-30 19:05:07 -05:00
h5dump_ddl.c [svn-r27626] Various minor warning fixes before major SWMR and VDS merges. 2015-08-31 14:04:23 -05:00
h5dump_ddl.h [svn-r27133] - Add a new attribute function characterstic for format: 2015-06-01 14:38:09 -05:00
h5dump_defines.h [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
h5dump_extern.h
h5dump_xml.c [svn-r27626] Various minor warning fixes before major SWMR and VDS merges. 2015-08-31 14:04:23 -05:00
h5dump_xml.h
h5dump.c [svn-r27626] Various minor warning fixes before major SWMR and VDS merges. 2015-08-31 14:04:23 -05:00
h5dump.h [svn-r27626] Various minor warning fixes before major SWMR and VDS merges. 2015-08-31 14:04:23 -05:00
h5dumpgentest.c [svn-r27133] - Add a new attribute function characterstic for format: 2015-06-01 14:38:09 -05:00
Makefile.am [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1 2014-03-31 12:07:05 -05:00
Makefile.in [svn-r27625] Added preprocessor commands for PGI compiler. 2015-08-31 13:49:17 -05:00
testh5dump.sh.in [svn-r26750] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type. 2015-04-07 13:10:21 -05:00
testh5dumppbits.sh.in [svn-r27196] Move pbbits file to subfolder 2015-06-12 16:33:27 -05:00
testh5dumpxml.sh.in [svn-r26670] Remove VPATH and LONE_COLON 2015-03-30 19:05:07 -05:00