mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
c8d2f1e17a
---------------------- ./src/H5A.c ./src/H5Apublic.h ./test/tattr.c Switched the order of the second and third argument of H5Aget_name() to make it consistent with other functions that take buffers and buffer sizes. ./src/H5G.c ./src/H5Gpublic.h ./src/H5Gprivate.h The H5Gget_comment() function returns the size of the comment including the null terminator. If the object has no comment then zero is returned. If an error occurs then a negative value is returned. ./MANIFEST ./tools/Makefile.in ./tools/h5tools.h [NEW] ./tools/h5dump.c [NEW] Created a library for printing values of datasets in a way that looks nice. It's not done yet, but I needed it for debugging the contents of files from Jim Reus. ./tools/h5ls.c Added the `-d' and `--dump' options which cause the contents of a dataset to be printed. Added `-w N' and `--width=N' options to control how wide the raw data output should be. If you want single-column output then say `-w1'. Printing dataset values can now handle datasets of any integer or floating point atomic type. As a special case, integers which are one byte wide are treated a character strings for now. Sample output: $ h5ls --dump --width=60 banana.hdf ARCHIVE 0:0:0:744 Dataset {52/Inf} Data: (0) "U struct complex { double R; double I; };\012V" (43) " double;\012" U 0:0:0:2500 Dataset {256/512} Data: printing of compound data types is not implemented yet V 0:0:0:3928 Dataset {256/512} Data: (0) 0, 0.015625, 0.03125, 0.046875, 0.0625, (5) 0.078125, 0.09375, 0.109375, 0.125, 0.140625, (10) 0.15625, 0.171875, 0.1875, 0.203125, 0.21875, (15) 0.234375, 0.25, 0.265625, 0.28125, 0.296875, ...
291 lines
5.5 KiB
Plaintext
291 lines
5.5 KiB
Plaintext
./COPYING
|
|
./INSTALL
|
|
./INSTALL.ascired
|
|
./INSTALL.ibm.sp.parallel
|
|
./INSTALL_MAINT
|
|
./INSTALL_parallel
|
|
./INSTALL_parallel.ascired
|
|
./MANIFEST
|
|
./Makefile.dist
|
|
./Makefile.in
|
|
./README
|
|
./RELEASE
|
|
./acconfig.h
|
|
./bin/checkapi
|
|
./bin/checkposix
|
|
./bin/config.guess
|
|
./bin/config.sub
|
|
./bin/debug-ohdr
|
|
./bin/distdep
|
|
./bin/errors
|
|
./bin/h5vers
|
|
./bin/install-sh
|
|
./bin/iostats
|
|
./bin/release
|
|
./bin/trace
|
|
./bin/versinc
|
|
./config/BlankForm
|
|
./config/alpha-dec
|
|
./config/commence.in
|
|
./config/conclude.in
|
|
./config/depend.in
|
|
./config/freebsd2.2.1
|
|
./config/hpux10.20
|
|
./config/intel-osf1
|
|
./config/irix5.3
|
|
./config/irix6.2
|
|
./config/irix64
|
|
./config/linux
|
|
./config/powerpc-ibm-aix4.2.1.0
|
|
./config/rs6000-ibm-aix4.1.4.0
|
|
./config/solaris2.5
|
|
./configure
|
|
./configure.in
|
|
./doc/html/ddl.html
|
|
./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/Glossary.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/RM_H5.html
|
|
./doc/html/RM_H5A.html
|
|
./doc/html/RM_H5D.html
|
|
./doc/html/RM_H5E.html
|
|
./doc/html/RM_H5F.html
|
|
./doc/html/RM_H5Front.html
|
|
./doc/html/RM_H5G.html
|
|
./doc/html/RM_H5P.html
|
|
./doc/html/RM_H5S.html
|
|
./doc/html/RM_H5T.html
|
|
./doc/html/RM_H5Z.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
|
|
./doc/src/Glossary.html
|
|
./doc/src/H5.intro.doc
|
|
./doc/src/RM_H5.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
|
|
./doc/tgif/APIGrammar.obj
|
|
./doc/tgif/FileGrammar.obj
|
|
./doc/tgif/IOPipe.obj
|
|
./doc/tgif/RobbPipe.obj
|
|
./doc/tgif/UserView.obj
|
|
./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
|
|
./src/.distdep
|
|
./src/.indent.pro
|
|
./src/H5.c
|
|
./src/H5A.c
|
|
./src/H5Aprivate.h
|
|
./src/H5Apublic.h
|
|
./src/H5Apkg.h
|
|
./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
|
|
./src/H5Farray.c
|
|
./src/H5Fcore.c
|
|
./src/H5Ffamily.c
|
|
./src/H5Fistore.c
|
|
./src/H5Flow.c
|
|
./src/H5Fmpio.c
|
|
./src/H5Fprivate.h
|
|
./src/H5Fpublic.h
|
|
./src/H5Fsec2.c
|
|
./src/H5Fsplit.c
|
|
./src/H5Fstdio.c
|
|
./src/H5G.c
|
|
./src/H5Gent.c
|
|
./src/H5Gnode.c
|
|
./src/H5Gpkg.h
|
|
./src/H5Gprivate.h
|
|
./src/H5Gpublic.h
|
|
./src/H5Gstab.c
|
|
./src/H5HG.c
|
|
./src/H5HGprivate.h
|
|
./src/H5HGpublic.h
|
|
./src/H5HL.c
|
|
./src/H5HLprivate.h
|
|
./src/H5HLpublic.h
|
|
./src/H5I.c
|
|
./src/H5Iprivate.h
|
|
./src/H5Ipublic.h
|
|
./src/H5MF.c
|
|
./src/H5MFprivate.h
|
|
./src/H5MFpublic.h
|
|
./src/H5MM.c
|
|
./src/H5MMprivate.h
|
|
./src/H5MMpublic.h
|
|
./src/H5O.c
|
|
./src/H5Oattr.c
|
|
./src/H5Ocomp.c
|
|
./src/H5Ocont.c
|
|
./src/H5Odtype.c
|
|
./src/H5Oefl.c
|
|
./src/H5Olayout.c
|
|
./src/H5Oname.c
|
|
./src/H5Onull.c
|
|
./src/H5Oprivate.h
|
|
./src/H5Opublic.h
|
|
./src/H5Osdspace.c
|
|
./src/H5Oshared.c
|
|
./src/H5Ostab.c
|
|
./src/H5P.c
|
|
./src/H5Pprivate.h
|
|
./src/H5Ppublic.h
|
|
./src/H5S.c
|
|
./src/H5Sall.c
|
|
./src/H5Shyper.c
|
|
./src/H5Spoint.c
|
|
./src/H5Sprivate.h
|
|
./src/H5Spublic.h
|
|
./src/H5Ssimp.c
|
|
./src/H5Sselect.c
|
|
./src/H5T.c
|
|
./src/H5Tbit.c
|
|
./src/H5Tconv.c
|
|
./src/H5Tpkg.h
|
|
./src/H5Tprivate.h
|
|
./src/H5Tpublic.h
|
|
./src/H5TB.c
|
|
./src/H5TBprivate.h
|
|
./src/H5V.c
|
|
./src/H5Vprivate.h
|
|
./src/H5Z.c
|
|
./src/H5Zprivate.h
|
|
./src/H5Zpublic.h
|
|
./src/H5config.h.in
|
|
./src/H5detect.c
|
|
./src/H5private.h
|
|
./src/H5public.h
|
|
./src/Makefile.in
|
|
./src/hdf5.h
|
|
./test/.distdep
|
|
./test/Makefile.in
|
|
./test/big.c
|
|
./test/bittests.c
|
|
./test/chunk.c
|
|
./test/cmpd_dset.c
|
|
./test/dsets.c
|
|
./test/dtypes.c
|
|
./test/extend.c
|
|
./test/external.c
|
|
./test/gheap.c
|
|
./test/hyperslab.c
|
|
./test/iopipe.c
|
|
./test/istore.c
|
|
./test/links.c
|
|
./test/shtype.c
|
|
./test/testhdf5.c
|
|
./test/testhdf5.h
|
|
./test/tattr.c
|
|
./test/tfile.c
|
|
./test/th5s.c
|
|
./test/theap.c
|
|
./test/tmeta.c
|
|
./test/tohdr.c
|
|
./test/tselect.c
|
|
./test/tstab.c
|
|
./testpar/Makefile.ascired
|
|
./testpar/Makefile.irix64
|
|
./testpar/README
|
|
./testpar/t_dset.c
|
|
./testpar/t_file.c
|
|
./testpar/testphdf5.c
|
|
./testpar/testphdf5.h
|
|
./tools/Makefile.in
|
|
./tools/h5debug.c
|
|
./tools/h5dump.c
|
|
./tools/h5import.c
|
|
./tools/h5ls.c
|
|
./tools/h5repart.c
|
|
./tools/h5tools.h
|