1997-09-11 03:58:12 +08:00
|
|
|
./INSTALL
|
1998-04-11 02:30:19 +08:00
|
|
|
./INSTALL.ascired
|
1998-02-11 07:11:23 +08:00
|
|
|
./INSTALL.ibm.sp.parallel
|
1997-09-11 03:58:12 +08:00
|
|
|
./INSTALL_MAINT
|
1998-02-17 05:26:59 +08:00
|
|
|
./INSTALL_parallel
|
1998-04-25 01:19:08 +08:00
|
|
|
./INSTALL_parallel.ascired
|
1998-02-17 05:26:59 +08:00
|
|
|
./MANIFEST
|
1998-01-30 00:31:24 +08:00
|
|
|
./Makefile.dist
|
1997-08-16 00:35:53 +08:00
|
|
|
./Makefile.in
|
1998-02-11 00:38:55 +08:00
|
|
|
./README
|
|
|
|
./RELEASE
|
|
|
|
./acconfig.h
|
1997-09-11 03:58:12 +08:00
|
|
|
./bin/checkposix
|
1997-08-16 00:35:53 +08:00
|
|
|
./bin/config.guess
|
|
|
|
./bin/config.sub
|
1998-03-19 02:09:16 +08:00
|
|
|
./bin/distdep
|
1997-09-11 03:58:12 +08:00
|
|
|
./bin/errors
|
1997-08-16 00:35:53 +08:00
|
|
|
./bin/install-sh
|
1998-01-30 00:31:24 +08:00
|
|
|
./bin/release
|
[svn-r429] Changes since 19980616
----------------------
./html/tracing.html NEW
This entire update is to make it possible for the library to
print the name, arguments, and return value of every API call
without requiring any extra work from developers or app
programmers. This file describes how this all works.
./configure.in
Added the `--enable-tracing' switch. If you use it then the
library will include code to print API function names,
argument names and values, and function return values.
However, you must then turn on the tracing by setting the
HDF5_TRACE environment variable to a file descriptor number.
The default is `--disable-tracing' since enabling it causes a
slight increase in library size and a slowdown resulting from
an extra function call for each API function call (I couldn't
even measure the slowdown :-)
./bin/trace NEW
A perl script that synchronizes the H5TRACE() macro calls in
the *.c files with the function return type and formal
argument names and types. If you use GNU make and gcc then
this will be done automatically, otherwise just invoke this
script with the names of one or more .c files. You could do
it by hand to, but encoding argument types is a little tricky
at first.
./config/commence.in
Added the $(TRACE) macro, which defaults to the no-op.
Added -D_POSIX_SOURCE to the compiler command line.
./src/Makefile.in
Override the default for $(TRACE).
./config/depend.in
Automatically calls $(TRACE) to synchronize the H5TRACE()
macros in any source file that changed. As with makefile
dependencies, one way to force synchronization of all files is
to remove the `.depend' file.
./MANIFEST
Added new files.
./src/H5Eprivate.h
Modified HRETURN_ERROR() and HRETURN() for tracing.
./src/H5.c
./src/H5private.h
This is where the real tracing work really happens, in
H5_trace().
./src/H5A.c
./src/H5D.c
./src/H5G.c
./src/H5P.c
./src/H5S.c
./src/H5Z.c
Added H5TRACE() calls to all API functions. You don't really
need these changes if you don't want to merge your stuff
because they can be generated automatically by going to the
hdf5/src directory and saying ../bin/trace *.c
./src/H5T.c
Added H5TRACE() calls. Other stuff below.
./src/H5E.c
./src/H5Epublic.h
Added H5TRACE() calls. Created a type H5E_auto_t for the
`func' argument of H5Eset_auto() and H5Eget_auto() to make
those arguments easier to parse for tracing. It should also
make it clearer for users that don't know how to read
complicated ANSI data types.
./src/H5F.c
Added H5TRACE() calls. Changed a couple `uintn' argument
types in API functions to `unsigned int' since `uintn' part of
the API. Changed a few "can't" and "cant" error messages to
"unable to".
./src/H5Ipublic.h
Removed H5_DIRECTORY from the H5I_group_t enum. It wasn't
used anywhere.
./src/H5Tconv.c
Removed an unused label.
./src/H5Fistore.c
./src/H5Oattr.c
./src/H5Odtype.c
./src/H5T.c
./test/dsets.c
./test/dtypes.c
Fixed a warning about a variable possibly used before it's
initialized. Added __unused__ to turn off some unused
argument warnings that pop up when debugging is turned off and
optimizations are turned on.
1998-06-18 04:46:29 +08:00
|
|
|
./bin/trace
|
1998-04-24 05:52:09 +08:00
|
|
|
./bin/versinc
|
1998-04-03 11:29:38 +08:00
|
|
|
./config/BlankForm
|
1998-02-14 02:13:20 +08:00
|
|
|
./config/alpha-dec
|
1997-08-16 00:35:53 +08:00
|
|
|
./config/commence.in
|
|
|
|
./config/conclude.in
|
|
|
|
./config/depend.in
|
|
|
|
./config/freebsd2.2.1
|
1998-02-11 00:38:55 +08:00
|
|
|
./config/hpux10.20
|
1998-03-14 01:50:38 +08:00
|
|
|
./config/intel-osf1
|
|
|
|
./config/irix5.3
|
1998-01-29 05:43:08 +08:00
|
|
|
./config/irix6.2
|
|
|
|
./config/irix64
|
1997-08-16 00:35:53 +08:00
|
|
|
./config/linux
|
1998-02-12 09:22:25 +08:00
|
|
|
./config/powerpc-ibm-aix4.2.1.0
|
1998-02-11 07:11:23 +08:00
|
|
|
./config/rs6000-ibm-aix4.1.4.0
|
1998-01-29 05:43:08 +08:00
|
|
|
./config/solaris2.5
|
1998-02-17 05:26:59 +08:00
|
|
|
./configure
|
1997-08-16 00:35:53 +08:00
|
|
|
./configure.in
|
1998-07-09 00:48:48 +08:00
|
|
|
./doc/html/Attributes.html
|
|
|
|
./doc/html/Big.html
|
|
|
|
./doc/html/Caching.html
|
|
|
|
./doc/html/CodeReview.html
|
|
|
|
./doc/html/Coding.html
|
|
|
|
./doc/html/Compression.html
|
|
|
|
./doc/html/Datasets.html
|
|
|
|
./doc/html/Dataspaces.html
|
|
|
|
./doc/html/Datatypes.html
|
|
|
|
./doc/html/Errors.html
|
|
|
|
./doc/html/ExternalFiles.html
|
|
|
|
./doc/html/Files.html
|
|
|
|
./doc/html/Groups.html
|
|
|
|
./doc/html/H5.api.html
|
|
|
|
./doc/html/H5.api_map.html
|
|
|
|
./doc/html/H5.format.html
|
|
|
|
./doc/html/H5.intro.html
|
|
|
|
./doc/html/H5.sample_code.html
|
|
|
|
./doc/html/H5.user.html
|
|
|
|
./doc/html/IOPipe.html
|
|
|
|
./doc/html/MemoryManagement.html
|
|
|
|
./doc/html/ObjectHeader.txt
|
|
|
|
./doc/html/Properties.html
|
|
|
|
./doc/html/Version.html
|
|
|
|
./doc/html/chunk1.gif
|
|
|
|
./doc/html/chunk1.obj
|
|
|
|
./doc/html/compat.html
|
|
|
|
./doc/html/dataset_p1.gif
|
|
|
|
./doc/html/dataset_p1.obj
|
|
|
|
./doc/html/extern1.gif
|
|
|
|
./doc/html/extern1.obj
|
|
|
|
./doc/html/extern2.gif
|
|
|
|
./doc/html/extern2.obj
|
|
|
|
./doc/html/group_p1.gif
|
|
|
|
./doc/html/group_p1.obj
|
|
|
|
./doc/html/group_p2.gif
|
|
|
|
./doc/html/group_p2.obj
|
|
|
|
./doc/html/group_p3.gif
|
|
|
|
./doc/html/group_p3.obj
|
|
|
|
./doc/html/h5s.examples
|
|
|
|
./doc/html/ph5design.html
|
|
|
|
./doc/html/ph5example.c
|
|
|
|
./doc/html/ph5implement.txt
|
|
|
|
./doc/html/pipe1.gif
|
|
|
|
./doc/html/pipe1.obj
|
|
|
|
./doc/html/pipe2.gif
|
|
|
|
./doc/html/pipe2.obj
|
|
|
|
./doc/html/pipe3.gif
|
|
|
|
./doc/html/pipe3.obj
|
|
|
|
./doc/html/pipe4.gif
|
|
|
|
./doc/html/pipe4.obj
|
|
|
|
./doc/html/pipe5.gif
|
|
|
|
./doc/html/pipe5.obj
|
|
|
|
./doc/html/heap.txt
|
|
|
|
./doc/html/index.html
|
|
|
|
./doc/html/move.html
|
|
|
|
./doc/html/review1.html
|
|
|
|
./doc/html/review1a.html
|
|
|
|
./doc/html/storage.html
|
|
|
|
./doc/html/study.html
|
|
|
|
./doc/html/study_1000x1000.gif
|
|
|
|
./doc/html/study_250x250.gif
|
|
|
|
./doc/html/study_499x499.gif
|
|
|
|
./doc/html/study_5000x1000.gif
|
|
|
|
./doc/html/study_500x500.gif
|
|
|
|
./doc/html/study_p1.gif
|
|
|
|
./doc/html/study_p1.obj
|
|
|
|
./doc/html/symtab
|
|
|
|
./doc/html/tracing.html
|
|
|
|
./doc/html/version.gif
|
|
|
|
./doc/html/version.obj
|
1998-07-10 23:12:34 +08:00
|
|
|
./doc/src/Glossary.html
|
|
|
|
./doc/src/RM_H5A.html
|
|
|
|
./doc/src/RM_H5D.html
|
|
|
|
./doc/src/RM_H5E.html
|
|
|
|
./doc/src/RM_H5F.html
|
|
|
|
./doc/src/RM_H5Front.html
|
|
|
|
./doc/src/RM_H5G.html
|
|
|
|
./doc/src/RM_H5P.html
|
|
|
|
./doc/src/RM_H5S.html
|
|
|
|
./doc/src/RM_H5T.html
|
|
|
|
./doc/src/RM_H5Z.html
|
1998-07-09 00:48:48 +08:00
|
|
|
./doc/tgif/APIGrammar.obj
|
|
|
|
./doc/tgif/FileGrammar.obj
|
|
|
|
./doc/tgif/IOPipe.obj
|
|
|
|
./doc/tgif/RobbPipe.obj
|
|
|
|
./doc/tgif/UserView.obj
|
1998-07-09 02:41:04 +08:00
|
|
|
./examples/Attributes.txt
|
|
|
|
./examples/Makefile.in
|
|
|
|
./examples/h5_chunk_read.c
|
|
|
|
./examples/h5_compound.c
|
|
|
|
./examples/h5_extend_write.c
|
|
|
|
./examples/h5_group.c
|
|
|
|
./examples/h5_read.c
|
|
|
|
./examples/h5_write.c
|
1998-03-19 02:09:16 +08:00
|
|
|
./src/.distdep
|
1998-02-11 00:38:55 +08:00
|
|
|
./src/.indent.pro
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5.c
|
1998-04-24 06:23:43 +08:00
|
|
|
./src/H5A.c
|
|
|
|
./src/H5Aprivate.h
|
|
|
|
./src/H5Apublic.h
|
|
|
|
./src/H5Apkg.h
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5AC.c
|
|
|
|
./src/H5ACprivate.h
|
|
|
|
./src/H5ACpublic.h
|
|
|
|
./src/H5B.c
|
|
|
|
./src/H5Bprivate.h
|
|
|
|
./src/H5Bpublic.h
|
|
|
|
./src/H5D.c
|
|
|
|
./src/H5Dprivate.h
|
|
|
|
./src/H5Dpublic.h
|
|
|
|
./src/H5E.c
|
|
|
|
./src/H5Eprivate.h
|
|
|
|
./src/H5Epublic.h
|
|
|
|
./src/H5F.c
|
1998-01-17 03:52:04 +08:00
|
|
|
./src/H5Farray.c
|
1997-11-07 13:16:53 +08:00
|
|
|
./src/H5Fcore.c
|
1997-11-14 22:42:14 +08:00
|
|
|
./src/H5Ffamily.c
|
1997-10-21 07:14:35 +08:00
|
|
|
./src/H5Fistore.c
|
1997-10-23 06:08:14 +08:00
|
|
|
./src/H5Flow.c
|
1998-02-04 01:03:13 +08:00
|
|
|
./src/H5Fmpio.c
|
1998-02-17 05:26:59 +08:00
|
|
|
./src/H5Fprivate.h
|
|
|
|
./src/H5Fpublic.h
|
1997-10-23 06:08:14 +08:00
|
|
|
./src/H5Fsec2.c
|
1997-11-14 22:42:14 +08:00
|
|
|
./src/H5Fsplit.c
|
1997-10-23 06:08:14 +08:00
|
|
|
./src/H5Fstdio.c
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5G.c
|
1997-09-22 10:08:01 +08:00
|
|
|
./src/H5Gent.c
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5Gnode.c
|
1997-09-20 00:33:13 +08:00
|
|
|
./src/H5Gpkg.h
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5Gprivate.h
|
|
|
|
./src/H5Gpublic.h
|
1997-09-22 10:08:01 +08:00
|
|
|
./src/H5Gstab.c
|
1998-03-31 03:24:08 +08:00
|
|
|
./src/H5HG.c
|
|
|
|
./src/H5HGprivate.h
|
|
|
|
./src/H5HGpublic.h
|
|
|
|
./src/H5HL.c
|
|
|
|
./src/H5HLprivate.h
|
|
|
|
./src/H5HLpublic.h
|
1998-03-18 06:46:27 +08:00
|
|
|
./src/H5I.c
|
|
|
|
./src/H5Iprivate.h
|
|
|
|
./src/H5Ipublic.h
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5MF.c
|
|
|
|
./src/H5MFprivate.h
|
|
|
|
./src/H5MFpublic.h
|
|
|
|
./src/H5MM.c
|
|
|
|
./src/H5MMprivate.h
|
|
|
|
./src/H5MMpublic.h
|
|
|
|
./src/H5O.c
|
1998-04-24 06:23:43 +08:00
|
|
|
./src/H5Oattr.c
|
1998-04-18 05:29:43 +08:00
|
|
|
./src/H5Ocomp.c
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5Ocont.c
|
1997-12-12 05:34:05 +08:00
|
|
|
./src/H5Odtype.c
|
1997-12-11 06:38:07 +08:00
|
|
|
./src/H5Oefl.c
|
1998-01-17 03:52:04 +08:00
|
|
|
./src/H5Olayout.c
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5Oname.c
|
|
|
|
./src/H5Onull.c
|
|
|
|
./src/H5Oprivate.h
|
|
|
|
./src/H5Opublic.h
|
1997-12-12 05:34:05 +08:00
|
|
|
./src/H5Osdspace.c
|
1998-04-03 11:29:38 +08:00
|
|
|
./src/H5Oshared.c
|
1997-09-11 03:58:12 +08:00
|
|
|
./src/H5Ostab.c
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5P.c
|
|
|
|
./src/H5Pprivate.h
|
|
|
|
./src/H5Ppublic.h
|
1998-02-27 02:10:51 +08:00
|
|
|
./src/H5S.c
|
1998-07-07 04:58:42 +08:00
|
|
|
./src/H5Sall.c
|
|
|
|
./src/H5Shyper.c
|
|
|
|
./src/H5Spoint.c
|
1998-02-27 02:10:51 +08:00
|
|
|
./src/H5Sprivate.h
|
|
|
|
./src/H5Spublic.h
|
|
|
|
./src/H5Ssimp.c
|
1998-07-07 04:58:42 +08:00
|
|
|
./src/H5Sselect.c
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5T.c
|
1998-06-13 01:31:06 +08:00
|
|
|
./src/H5Tbit.c
|
1998-01-15 03:42:59 +08:00
|
|
|
./src/H5Tconv.c
|
1997-12-11 06:38:07 +08:00
|
|
|
./src/H5Tpkg.h
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/H5Tprivate.h
|
|
|
|
./src/H5Tpublic.h
|
1998-07-07 04:58:42 +08:00
|
|
|
./src/H5TB.c
|
|
|
|
./src/H5TBprivate.h
|
1997-10-21 07:14:35 +08:00
|
|
|
./src/H5V.c
|
|
|
|
./src/H5Vprivate.h
|
1998-04-18 05:29:43 +08:00
|
|
|
./src/H5Z.c
|
|
|
|
./src/H5Zprivate.h
|
|
|
|
./src/H5Zpublic.h
|
1998-02-17 05:26:59 +08:00
|
|
|
./src/H5config.h.in
|
|
|
|
./src/H5detect.c
|
|
|
|
./src/H5private.h
|
|
|
|
./src/H5public.h
|
1997-08-16 00:35:53 +08:00
|
|
|
./src/Makefile.in
|
1998-02-17 05:26:59 +08:00
|
|
|
./src/hdf5.h
|
1998-03-19 02:09:16 +08:00
|
|
|
./test/.distdep
|
1997-08-16 00:35:53 +08:00
|
|
|
./test/Makefile.in
|
[svn-r339] Changes since 19980408
----------------------
./src/H5Osdspace.c
./html/H5.format.html
In the past we were allowed to have >2GB files on a 32-bit
machine as long as no dataset within the file was larger than
4GB (or whatever sizeof(size_t) is). That's been fixed now.
All dataset size calculations are done with `hsize_t' which is
normally defined as `unsigned long long'.
./src/H5F.c
./src/H5Ffamily.c
./src/H5Fprivate.h
./src/H5P.c
./src/H5Ppublic.h
The file family member size can now be set/queried. The
default is still 64MB, but it can be set to 1GB by saying:
H5Pset_family (plist, 30, H5P_DEFAULT);
When opening an existing file family the specified
bits-per-member is ignored and the first member of the family
determines the bits-per-member, which can be retrieved with
H5Pget_family().
./acconfig.h
./configure.in
./src/H5config.h
./src/H5public.h
Added `--disable-hsizet' so that those with old GCC compilers
(<2.8.1) can still compile the code.
./src/H5.c
./src/H5private.h
Added HDfprintf() which works just like fprintf() except you
can give `H' as a size modifier for the integer conversions
and supply an `hsize_t' or `hssize_t' argument without casting
it. For instance:
hsize_t npoints = H5Sget_npoints(space);
HDfprintf(stdout,"Dataset has %Hd (%#018Hx) points\n",
npoints, npoints);
You can now give `%a' as a format to print an address, but all
formating flags are ignored and it causes the return value of
HDfprintf() to not include the characters in the address (but
who uses the return value anyway :-). Example:
H5G_t *grp;
HDfprintf(stdout, "Group object header at %a\n",
&(grp->ent.header));
Added HDstrtoll() which works exactly like [HD]strtol() except
the result is an int64.
./src/debug.c
Large addresses can now be entered from the command-line. Use
either decimal, octal (leading `0') or hexadecimal (leading
`0x') when giving the address.
./src/h5ls.c
The printf format for dataset dimensions was changed to `%Hu'
to support large datasets.
./test/big.c [NEW]
A test for big datasets on 32-bit machines. This test is not
run by default. Don't try to run it on an nfs-mounted file
system or other file system that doesn't support holes because
it creates two 32GB datasets of all zero.
1998-04-10 04:22:11 +08:00
|
|
|
./test/big.c
|
1998-06-17 03:38:26 +08:00
|
|
|
./test/bittests.c
|
1998-05-22 23:05:53 +08:00
|
|
|
./test/chunk.c
|
1998-01-24 03:53:37 +08:00
|
|
|
./test/cmpd_dset.c
|
1997-12-11 06:38:07 +08:00
|
|
|
./test/dsets.c
|
|
|
|
./test/dtypes.c
|
1998-01-31 07:32:28 +08:00
|
|
|
./test/extend.c
|
1998-03-05 00:20:23 +08:00
|
|
|
./test/external.c
|
1998-04-03 11:29:38 +08:00
|
|
|
./test/gheap.c
|
1997-10-21 07:14:35 +08:00
|
|
|
./test/hyperslab.c
|
1998-03-14 01:50:38 +08:00
|
|
|
./test/iopipe.c
|
1997-10-21 07:14:35 +08:00
|
|
|
./test/istore.c
|
1998-04-15 00:44:46 +08:00
|
|
|
./test/links.c
|
1998-04-04 05:11:05 +08:00
|
|
|
./test/shtype.c
|
1997-08-16 00:35:53 +08:00
|
|
|
./test/testhdf5.c
|
|
|
|
./test/testhdf5.h
|
1998-04-24 06:23:43 +08:00
|
|
|
./test/tattr.c
|
1997-08-16 00:35:53 +08:00
|
|
|
./test/tfile.c
|
1998-02-27 02:10:51 +08:00
|
|
|
./test/th5s.c
|
1997-08-16 00:35:53 +08:00
|
|
|
./test/theap.c
|
|
|
|
./test/tmeta.c
|
|
|
|
./test/tohdr.c
|
|
|
|
./test/tstab.c
|
1998-04-25 01:19:08 +08:00
|
|
|
./testpar/Makefile.ascired
|
1998-02-18 04:31:44 +08:00
|
|
|
./testpar/Makefile.irix64
|
|
|
|
./testpar/README
|
1998-07-03 09:16:22 +08:00
|
|
|
./testpar/t_dset.c
|
|
|
|
./testpar/t_file.c
|
1998-02-18 04:31:44 +08:00
|
|
|
./testpar/testphdf5.c
|
1998-07-03 09:16:22 +08:00
|
|
|
./testpar/testphdf5.h
|
1998-07-13 23:35:21 +08:00
|
|
|
./tools/Makefile.in
|
|
|
|
./tools/h5debug.c
|
|
|
|
./tools/h5import.c
|
|
|
|
./tools/h5ls.c
|
|
|
|
./tools/h5repart.c
|