hdf5/test
Quincey Koziol 40160d4d74 [svn-r13870] Description:
Fix writing variable-length datatype fill values for contiguous dataset
storage

Tested on:
    Mac OS X/32 10.4.9 (amazon)
    Linux/32 2.6 (chicago)
    Linux/64 2.6 (chicago2)
2007-06-15 12:52:25 -05:00
..
testfiles
be_data.h5
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-r13832] Some minor changes - let each driver use its own file name respectively. 2007-06-04 14:42:13 -05:00
bittests.c
btree2.c
cache_api.c
cache_common.c [svn-r13690] Description: 2007-04-19 13:43:10 -05:00
cache_common.h [svn-r13618] Modified metadata cache to support multiple read only protects of 2007-04-09 13:58:42 -05:00
cache.c [svn-r13697] Fixed error in check_unprotect_ro_dirty_err() in cache.c. Basic problem 2007-04-24 05:51:12 -05:00
cmpd_dset.c [svn-r13833] Added a test case for the optimization of compound data reading 2007-06-04 15:27:10 -05:00
COPYING
cross_read.c
dangle.c
deflate.h5
dsets.c [svn-r13549] Description: 2007-03-26 22:06:48 -05:00
dt_arith.c [svn-r13798] Description: 2007-05-22 21:18:10 -05:00
dtransform.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
dtypes.c [svn-r13549] Description: 2007-03-26 22:06:48 -05:00
enum.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
err_compat.c
error_test.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
extend.c
external.c [svn-r13549] Description: 2007-03-26 22:06:48 -05:00
family_v1.6_00000.h5
family_v1.6_00001.h5
family_v1.6_00002.h5
family_v1.6_00003.h5
fheap.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
fill_old.h5
fillval.c [svn-r13836] Description: 2007-06-05 12:51:06 -05:00
flush1.c [svn-r13549] Description: 2007-03-26 22:06:48 -05:00
flush2.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
gen_bogus.c [svn-r13752] Added an include to the ohdr testfile generator code to fix an issue with Visual Studio. I've also turned this project on by default in Windows. 2007-05-14 13:50:54 -05:00
gen_cross.c
gen_deflate.c
gen_filters.c
gen_mergemsg.c
gen_new_array.c
gen_new_fill.c
gen_new_group.c
gen_new_mtime.c
gen_new_super.c
gen_noencoder.c
gen_nullspace.c
gen_old_array.c
gen_old_group.c
gen_old_layout.c
gen_old_mtime.c
gen_udlinks.c
getname.c [svn-r13705] Change to getname.c so that when tests query the name of a dereferenced object, they do not expect the name length to count the null terminator. 2007-04-27 14:08:43 -05:00
gheap.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
group_old.h5
h5test.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
h5test.h [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
hyperslab.c
istore.c [svn-r13549] Description: 2007-03-26 22:06:48 -05:00
le_data.h5
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-r13745] Description: 2007-05-10 15:35:35 -05:00
links.c [svn-r13750] Description: 2007-05-13 23:05:28 -05:00
Makefile.am [svn-r13858] Added sec2.h5 to the list of the files to be deleted. 2007-06-12 16:53:20 -05:00
Makefile.in [svn-r13858] Added sec2.h5 to the list of the files to be deleted. 2007-06-12 16:53:20 -05:00
mergemsg.h5
mount.c
mtime.c
noencoder.h5
ntypes.c
objcopy.c [svn-r13820] 2007-05-30 16:29:41 -05:00
ohdr.c [svn-r13808] Description: 2007-05-24 13:36:53 -05:00
pool.c
reserved.c
set_extent.c [svn-r13741] Description: 2007-05-10 10:06:49 -05:00
space_overflow.c
stab.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
stream_test.c
tarray.c [svn-r13501] Suppress the compiler warning about the equality comparison of floating-point values. 2007-03-12 10:52:52 -05:00
tarrold.h5
tattr.c [svn-r13807] Description: 2007-05-24 09:31:51 -05:00
tbogus.h5 [svn-r13721] Description: 2007-05-01 16:00:52 -05:00
tchecksum.c
tconfig.c
test_filters_be.hdf5
test_filters_le.hdf5
testerror.sh
testframe.c [svn-r13782] Increase the max number of tests to 45. 2007-05-21 19:10:22 -05:00
testhdf5.c [svn-r13340] Fixed a bug where shared messages with the same hash values could be sorted 2007-02-19 19:23:19 -05:00
testhdf5.h [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
testmeta.c
tfile.c [svn-r13497] Description: 2007-03-11 18:15:03 -05:00
tgenprop.c [svn-r13501] Suppress the compiler warning about the equality comparison of floating-point values. 2007-03-12 10:52:52 -05:00
th5o.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
th5s.c [svn-r13501] Suppress the compiler warning about the equality comparison of floating-point values. 2007-03-12 10:52:52 -05:00
th5s.h5
theap.c
tid.c
titerate.c [svn-r13477] Description: 2007-03-08 15:10:12 -05:00
tlayouto.h5
tmeta.c
tmisc.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
tmtimen.h5
tmtimeo.h5
trefer.c [svn-r13535] Included test of reference with value 100 that was skipped previously. 2007-03-21 21:22:51 -05:00
trefstr.c
tselect.c
tskiplist.c
tsohm.c [svn-r13796] Description: 2007-05-22 21:16:41 -05:00
ttime.c
ttsafe_acreate.c
ttsafe_cancel.c
ttsafe_dcreate.c
ttsafe_error.c [svn-r13650] Description: 2007-04-12 16:41:23 -05:00
ttsafe.c
ttsafe.h
ttst.c
tunicode.c
tvlstr.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
tvltypes.c [svn-r13870] Description: 2007-06-15 12:52:25 -05:00
unlink.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
vfd.c [svn-r13588] A support of files bigger than 2GB for STDIO driver. Configure will 2007-04-04 14:59:00 -05:00
vms_data.h5