hdf5/test
Quincey Koziol 0ac0358a80 [svn-r16630] Description:
Add 'notify' callback to metadata cache clients, so that they can be
aware when the cache has taken/will take certain actions.  Notifications are
urrently limited to when an entry has successfully entered the cache (via an
insertion or a load from the file) and when an entry is about to be evicted
from the cache.

Tested on:
        FreeBSD/32 6.3 (duty) in debug mode
        FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
        Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
                                in debug mode
        Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x,
                                w/C++ & FORTRAN, in production mode
        Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
                                w/szip filter, in production mode
        Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
                                in production mode
        Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
        Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
        Mac OS X/32 10.5.6 (amazon) in debug mode
        Mac OS X/32 10.5.6 (amazon) w/C++ & FORTRAN, w/threadsafe,
                                in production mode
2009-03-31 08:20:42 -05:00
..
testfiles [svn-r12345] Purpose: Codes for backward compatibility. 2006-05-12 13:29:49 -05:00
app_ref.c [svn-r15515] Fix faulty error checking in call to H5I_remove(). 2008-08-21 17:38:46 -05:00
be_data.h5 [svn-r12221] Purpose: 2006-04-09 22:03:30 -05:00
be_extlink1.h5 [svn-r13580] Description: 2007-04-03 14:51:14 -05:00
be_extlink2.h5 [svn-r13498] Description: 2007-03-11 21:38:08 -05:00
big.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
bittests.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
btree2.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
cache_api.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
cache_common.c [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
cache_common.h [svn-r16618] Description: 2009-03-26 13:16:54 -05:00
cache.c [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
chunk_info.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
cmpd_dset.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
COPYING [svn-r16340] Description: 2009-01-22 15:53:59 -05:00
corrupt_stab_msg.h5 [svn-r16594] Purpose: fix bug 1189 2009-03-23 13:51:29 -05:00
cross_read.c [svn-r14193] Description: 2007-10-08 14:59:36 -05:00
dangle.c [svn-r15825] Description: 2008-10-08 22:44:22 -05:00
deflate.h5 [svn-r6117] Purpose: 2002-11-20 08:27:30 -05:00
dsets.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
dt_arith.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
dtransform.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
dtypes.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
earray.c [svn-r16623] Description: 2009-03-26 17:06:57 -05:00
enum.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
err_compat.c [svn-r16006] Modify the commit of r15943 for H5_USE_16_API. Let H5version.h check if H5_USE_16_API_DEFAULT is defined by the configure. Then define H5_USE_16_API and use it throughout. 2008-10-30 15:49:08 -05:00
error_test.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
extend.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
external.c [svn-r16144] Removed the check of H5Dset_extent for the space to be chunked, since external datasets can be extended 2008-12-01 15:38:02 -05:00
family_v16_00000.h5 [svn-r16609] Bug fix (#1161): When a family file created with v1.6 library is opened and closed with 2009-03-24 17:06:07 -05:00
family_v16_00001.h5 [svn-r14340] Maintenance for VMS system: 2007-12-13 13:17:02 -05:00
family_v16_00002.h5 [svn-r14340] Maintenance for VMS system: 2007-12-13 13:17:02 -05:00
family_v16_00003.h5 [svn-r14340] Maintenance for VMS system: 2007-12-13 13:17:02 -05:00
fheap.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
fill_old.h5 [svn-r5171] 2002-04-11 17:53:26 -05:00
fillval.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
flush1.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
flush2.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
freespace.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
gen_bad_ohdr.c [svn-r14402] Description: 2008-01-13 00:37:00 -05:00
gen_bogus.c [svn-r14204] Description: 2007-10-11 20:29:45 -05:00
gen_cross.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
gen_deflate.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
gen_filters.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
gen_mergemsg.c [svn-r14222] Description: 2007-10-30 15:37:39 -05:00
gen_new_array.c [svn-r14212] Description: 2007-10-18 17:02:19 -05:00
gen_new_fill.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
gen_new_group.c [svn-r14413] Description: 2008-01-14 18:49:12 -05:00
gen_new_mtime.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
gen_new_super.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
gen_noencoder.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
gen_nullspace.c [svn-r14218] Description: 2007-10-30 13:13:48 -05:00
gen_old_array.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
gen_old_group.c [svn-r14104] Description: 2007-08-23 15:25:25 -05:00
gen_old_layout.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
gen_old_mtime.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
gen_udlinks.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
getname.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
gheap.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
group_old.h5 [svn-r11712] Purpose: 2005-11-14 21:55:39 -05:00
h5test.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
h5test.h [svn-r16511] bug fix: TESTING2 macro introduced recently for the test suite (it adds an extra space at the beginning of output, for indentation) was already available for HL and caused compilation problems on AIX. Replaced the name with TESTING_2 2009-02-23 14:56:24 -05:00
hyperslab.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
istore.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
le_data.h5 [svn-r12221] Purpose: 2006-04-09 22:03:30 -05:00
le_extlink1.h5 [svn-r13580] Description: 2007-04-03 14:51:14 -05:00
le_extlink2.h5 [svn-r13498] Description: 2007-03-11 21:38:08 -05:00
lheap.c [svn-r13871] Description: 2007-06-15 14:11:59 -05:00
links.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
Makefile.am [svn-r16488] Description: 2009-02-17 18:17:07 -05:00
Makefile.in [svn-r16561] Purpose: 2009-03-10 16:01:50 -05:00
mergemsg.h5 [svn-r12465] Add regression test to check that the library handles files with merged 2006-07-14 14:06:24 -05:00
mf.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
mount.c [svn-r16609] Bug fix (#1161): When a family file created with v1.6 library is opened and closed with 2009-03-24 17:06:07 -05:00
mtime.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
noencoder.h5 [svn-r15037] Description: 2008-05-19 01:03:16 -05:00
ntypes.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
objcopy.c [svn-r16439] Description: 2009-02-05 10:50:25 -05:00
ohdr.c [svn-r16436] Checkin for moving messages forward into continuation message: 2009-02-05 10:29:27 -05:00
pool.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
reserved.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
set_extent.c [svn-r16523] Purpose: Fix bugs related to H5Dset_extent and fill values 2009-02-27 12:01:00 -05:00
space_overflow.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
stab.c [svn-r16594] Purpose: fix bug 1189 2009-03-23 13:51:29 -05:00
tarray.c [svn-r16594] Purpose: fix bug 1189 2009-03-23 13:51:29 -05:00
tarrold.h5 [svn-r2844] Purpose: 2000-11-09 16:47:59 -05:00
tattr.c [svn-r16477] Purpose: Fix problem with opening an attribute multiple times through multiple 2009-02-12 14:06:37 -05:00
tbad_msg_count.h5 [svn-r14402] Description: 2008-01-13 00:37:00 -05:00
tbogus.h5 [svn-r13721] Description: 2007-05-01 16:00:52 -05:00
tchecksum.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
tconfig.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
tcoords.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
test_filters_be.hdf5 [svn-r8246] Purpose: 2004-03-10 16:45:30 -05:00
test_filters_le.hdf5 [svn-r8246] Purpose: 2004-03-10 16:45:30 -05:00
testerror.sh.in [svn-r14097] Description: 2007-08-21 16:08:27 -05:00
testframe.c [svn-r14097] Description: 2007-08-21 16:08:27 -05:00
testhdf5.c [svn-r15395] When an attribute was opened twice and data was written with one of the handles, 2008-07-22 15:36:31 -05:00
testhdf5.h [svn-r14354] Bug fix for #956 where the element coordinates went wrong for dataspace selection. Added a test 2007-12-20 16:09:58 -05:00
testmeta.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
tfile.c [svn-r16615] Purpose: Fix bug 1499 2009-03-26 10:12:48 -05:00
tgenprop.c [svn-r14204] Description: 2007-10-11 20:29:45 -05:00
th5o.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
th5s.c [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
th5s.h5 [svn-r2717] Purpose: 2000-10-20 15:57:56 -05:00
theap.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
tid.c [svn-r16036] Purpose: add H5Iis_valid function 2008-11-05 14:07:40 -05:00
titerate.c [svn-r14413] Description: 2008-01-14 18:49:12 -05:00
tlayouto.h5 [svn-r9603] Purpose: 2004-11-30 15:53:53 -05:00
tmeta.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
tmisc.c [svn-r16594] Purpose: fix bug 1189 2009-03-23 13:51:29 -05:00
tmtimen.h5 [svn-r6252] Purpose: 2003-01-09 12:20:03 -05:00
tmtimeo.h5 [svn-r7035] Purpose: 2003-06-13 15:30:43 -05:00
trefer.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
trefstr.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
tselect.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
tskiplist.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
tsohm.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
ttime.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
ttsafe_acreate.c [svn-r14218] Description: 2007-10-30 13:13:48 -05:00
ttsafe_cancel.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
ttsafe_dcreate.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
ttsafe_error.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
ttsafe.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
ttsafe.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
ttst.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
tunicode.c [svn-r14229] Description: 2007-11-01 13:24:08 -05:00
tvlstr.c [svn-r15502] Description: 2008-08-21 10:43:34 -05:00
tvltypes.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
unlink.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
vfd.c [svn-r16612] I changed the API function H5Dopen to H5Dopen2, which I introduced in recent checkin. 2009-03-25 14:28:01 -05:00
vms_data.h5 [svn-r12221] Purpose: 2006-04-09 22:03:30 -05:00