summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-04-15 19:06:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-04-15 19:06:38 (GMT)
commit427add7c92172ee24e71dcc4e780b8d9d144fbe6 (patch)
tree09d7f6a6f6b120185ca5e934e78886a2c78212e3 /MANIFEST
parent39deb10f4a086fdabd4a297f19f10e5acdc3fd21 (diff)
downloadhdf5-427add7c92172ee24e71dcc4e780b8d9d144fbe6.zip
hdf5-427add7c92172ee24e71dcc4e780b8d9d144fbe6.tar.gz
hdf5-427add7c92172ee24e71dcc4e780b8d9d144fbe6.tar.bz2
[svn-r20513] Description:
Correct several problems with compound datatypes that don't have any fields added: - Change assertion to error report when a file is encountered which has this situation. - Added check to attribute creation to avoid creating attributes with a datatype like this (datasets and named datatypes already have the check) 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/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) 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, w/threadsafe, in production mode Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index dfb8bd2..724f41c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -809,6 +809,7 @@
./test/Makefile.in
./test/accum.c
./test/app_ref.c
+./test/bad_compound.h5
./test/be_data.h5
./test/be_extlink1.h5
./test/be_extlink2.h5
@@ -852,6 +853,7 @@
./test/flush1.c
./test/flush2.c
./test/gen_bad_ohdr.c _DO_NOT_DISTRIBUTE_
+./test/gen_bad_compound.c _DO_NOT_DISTRIBUTE_
./test/gen_bogus.c _DO_NOT_DISTRIBUTE_
./test/gen_cross.c _DO_NOT_DISTRIBUTE_
./test/gen_deflate.c _DO_NOT_DISTRIBUTE_