mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
1b3a1f8014
---------------------- ./src/H5Tbit.c ./src/H5Tpkg.h Fixed a bug in H5T_bit_copy(). Added H5T_bit_get_d() and H5T_bit_set_d() which treat portions of a bit vector as an unsigned integer. Added H5T_bit_inc() that increments part of a bit vector and returns an indication of overflow. ./src/H5Tconv.c ./src/H5Tpkg.h ./test/dtypes.c Added a slow general floating point conversion which works so far on Intel, MIPS, and DEC but the test is turned off because a cast from double to float will cause a SIGFPE on some systems if an overflow occurs. Added fast hardware conversions between native floating point types. This function is also subject to the SIGFPE problem. ./src/H5detect.c Removed the exponent bias adjustment when the significand isn't normalized. This is now handled in the conversion functions instead. ./src/H5T.c Register new conversion functions. Plugged a memory leak in the library termination code. ./RELEASE Added a list of major changes since the first alpha. ./src/H5.c ./src/H5private.h ./src/H5A.c ./src/H5AC.c ./src/H5D.c ./src/H5Ffamily.c ./src/H5Fistore.c ./src/H5G.c ./src/H5Gprivate.h ./src/H5HG.c ./src/H5O.c ./src/H5T.c ./src/H5Tbit.c ./src/H5Tconv.c Fixed various compiler warnings on Irix64. ./src/H5MM.c Added PABLO_MASK to this file. ./test/chunk.c Removed a warning about memcpy().
447 lines
9.9 KiB
Plaintext
447 lines
9.9 KiB
Plaintext
testhdf5.o: \
|
|
testhdf5.c \
|
|
testhdf5.h \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h
|
|
tattr.o: \
|
|
tattr.c \
|
|
testhdf5.h \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Eprivate.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Ipublic.h \
|
|
../src/hdf5.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h
|
|
tfile.o: \
|
|
tfile.c \
|
|
testhdf5.h \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Eprivate.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Bprivate.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Fprivate.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Pprivate.h
|
|
theap.o: \
|
|
theap.c \
|
|
testhdf5.h \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Eprivate.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Iprivate.h \
|
|
../src/H5ACprivate.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Fprivate.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Pprivate.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h
|
|
tmeta.o: \
|
|
tmeta.c \
|
|
testhdf5.h \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Eprivate.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Ipublic.h
|
|
tohdr.o: \
|
|
tohdr.c \
|
|
testhdf5.h \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Eprivate.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Iprivate.h \
|
|
../src/H5ACprivate.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Fprivate.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Pprivate.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Gprivate.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5Bprivate.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Oprivate.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5HGprivate.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5Tprivate.h \
|
|
../src/H5Tpublic.h \
|
|
../src/H5Sprivate.h \
|
|
../src/H5Spublic.h
|
|
tstab.o: \
|
|
tstab.c \
|
|
testhdf5.h \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Eprivate.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Iprivate.h \
|
|
../src/H5ACprivate.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Fprivate.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Pprivate.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Gprivate.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5Bprivate.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Oprivate.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5HGprivate.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5Tprivate.h \
|
|
../src/H5Tpublic.h \
|
|
../src/H5Sprivate.h \
|
|
../src/H5Spublic.h
|
|
th5s.o: \
|
|
th5s.c \
|
|
testhdf5.h \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Eprivate.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Bprivate.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Fprivate.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Sprivate.h \
|
|
../src/H5Spublic.h \
|
|
../src/H5Gprivate.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5Oprivate.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5HGprivate.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5Tprivate.h \
|
|
../src/H5Tpublic.h \
|
|
../src/H5Zprivate.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Pprivate.h
|
|
dtypes.o: \
|
|
dtypes.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h \
|
|
../src/H5Tpublic.h \
|
|
../src/H5Tpkg.h \
|
|
../src/H5HGprivate.h \
|
|
../src/H5Fprivate.h \
|
|
../src/H5private.h
|
|
hyperslab.o: \
|
|
hyperslab.c \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h
|
|
istore.o: \
|
|
istore.c \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Iprivate.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Pprivate.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Fprivate.h \
|
|
../src/H5Gprivate.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5Bprivate.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5MMprivate.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Oprivate.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5HGprivate.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5Tprivate.h \
|
|
../src/H5Tpublic.h \
|
|
../src/H5Sprivate.h
|
|
dsets.o: \
|
|
dsets.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h \
|
|
../src/H5Tpublic.h
|
|
cmpd_dset.o: \
|
|
cmpd_dset.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h
|
|
extend.o: \
|
|
extend.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h
|
|
external.o: \
|
|
external.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h \
|
|
../src/H5Tpublic.h
|
|
iopipe.o: \
|
|
iopipe.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h \
|
|
../src/H5Tpublic.h
|
|
gheap.o: \
|
|
gheap.c \
|
|
../src/H5private.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Eprivate.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Fprivate.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Gprivate.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5Bprivate.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5HGprivate.h \
|
|
../src/H5HGpublic.h
|
|
shtype.o: \
|
|
shtype.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h
|
|
big.o: \
|
|
big.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h \
|
|
../src/H5Tpublic.h \
|
|
../src/H5private.h
|
|
links.o: \
|
|
links.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h \
|
|
../src/H5Tpublic.h
|
|
chunk.o: \
|
|
chunk.c \
|
|
../src/hdf5.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5Apublic.h \
|
|
../src/H5ACpublic.h \
|
|
../src/H5Bpublic.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Epublic.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5HLpublic.h \
|
|
../src/H5MFpublic.h \
|
|
../src/H5MMpublic.h \
|
|
../src/H5Opublic.h \
|
|
../src/H5Ppublic.h \
|
|
../src/H5Zpublic.h \
|
|
../src/H5Spublic.h \
|
|
../src/H5Tpublic.h
|
|
bittests.o: \
|
|
bittests.c \
|
|
../src/H5Tpkg.h \
|
|
../src/H5HGprivate.h \
|
|
../src/H5HGpublic.h \
|
|
../src/H5public.h \
|
|
../src/H5config.h \
|
|
../src/H5Fprivate.h \
|
|
../src/H5Fpublic.h \
|
|
../src/H5Ipublic.h \
|
|
../src/H5private.h \
|
|
../src/H5Dpublic.h \
|
|
../src/H5Tprivate.h \
|
|
../src/H5Tpublic.h \
|
|
../src/H5Gprivate.h \
|
|
../src/H5Gpublic.h \
|
|
../src/H5Bprivate.h
|