hdf5/testpar
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
..
CMakeLists.txt [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
CMakeTests.cmake [svn-r25188] Implement change to cmake_ext_mod config folder 2014-05-14 14:50:28 -05:00
COPYING [svn-r22170] Removed extraneous svn executable properties from non-executable files. 2012-03-28 14:30:59 -05:00
Makefile.am [svn-r27162] fix for HDFFV-9412: 2015-06-08 15:52:48 -05:00
Makefile.in [svn-r27625] Added preprocessor commands for PGI compiler. 2015-08-31 13:49:17 -05:00
t_cache.c [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
t_chunk_alloc.c [svn-r25963] Do not remove the prefix in the chunk alloc file, otherwise it makes 2015-01-08 12:36:10 -05:00
t_coll_chunk.c [svn-r25573] fix error output when dataset verify detects wrong data. 2014-09-05 14:30:42 -05:00
t_dset.c [svn-r26329] Merge of r26069, r26070, and r26072 from the features/autotools_rework 2015-02-27 07:50:38 -05:00
t_file_image.c [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
t_file.c [svn-r24864] Description: 2014-03-21 18:02:24 -05:00
t_filter_read.c [svn-r26329] Merge of r26069, r26070, and r26072 from the features/autotools_rework 2015-02-27 07:50:38 -05:00
t_init_term.c [svn-r27162] fix for HDFFV-9412: 2015-06-08 15:52:48 -05:00
t_mdset.c [svn-r25401] add serial and parallel regression tests for zero dset read/write bug. 2014-07-09 14:01:25 -05:00
t_mpi.c [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
t_pflush1.c [svn-r26279] re-commit 26260 that Dana moved out fixing the versioning of functions to work with v16 default API. 2015-02-23 10:14:43 -05:00
t_pflush2.c [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
t_ph5basic.c [svn-r24864] Description: 2014-03-21 18:02:24 -05:00
t_prestart.c [svn-r26279] re-commit 26260 that Dana moved out fixing the versioning of functions to work with v16 default API. 2015-02-23 10:14:43 -05:00
t_prop.c [svn-r25503] - fix bug in encode/decode plist parallel test when 1 proccess is used to run the test. 2014-08-01 14:24:52 -05:00
t_pshutdown.c [svn-r26279] re-commit 26260 that Dana moved out fixing the versioning of functions to work with v16 default API. 2015-02-23 10:14:43 -05:00
t_shapesame.c [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
t_span_tree.c [svn-r24864] Description: 2014-03-21 18:02:24 -05:00
testpar.h [svn-r22758] Description: 2012-09-13 12:08:01 -05:00
testphdf5.c [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
testphdf5.h [svn-r26271] Reverse merge of r26260 which was causing daily test failures. 2015-02-22 03:38:18 -05:00