hdf5/tools/misc
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
..
testfiles
CMakeLists.txt [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
CMakeTests.cmake
h5cc.in [svn-r26505] Merge r26435 from autotools_rework branch. 2015-03-20 14:04:30 -05:00
h5debug.c [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
h5mkgrp.c [svn-r27626] Various minor warning fixes before major SWMR and VDS merges. 2015-08-31 14:04:23 -05:00
h5perf_gentest.c
h5redeploy.in
h5repart_gentest.c
h5repart.c [svn-r27626] Various minor warning fixes before major SWMR and VDS merges. 2015-08-31 14:04:23 -05:00
Makefile.am
Makefile.in [svn-r27625] Added preprocessor commands for PGI compiler. 2015-08-31 13:49:17 -05:00
repart_test.c
talign.c [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
testh5mkgrp.sh.in
testh5repart.sh.in