summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2812] Elena Pourmal2000-11-081-0/+1
| | | | | Purpose: Added tH5G.f90 test file to the list of fortran files.
* [svn-r2788] Purpose:Bill Wendling2000-11-011-0/+1
| | | | Added fortran/testpar/Dependencies to the MANIFEST.
* [svn-r2784] Purpose:Bill Wendling2000-10-311-0/+1
| | | | Added fortran/testpar/Makefile.in to MANIFEST
* [svn-r2773] Elena Pourmal2000-10-311-3/+3
| | | | | | | | | | | | Purpose: Maintenance Description: I renamed three files in the fortran/src directory H5Pf_parallel.c --> H5FDmpiof.c H5Pff_parallel.f90 --> H5FDmpioff.f90 HDF5_parallel.f90 --> HDF5mpio.f90 Solution: Updated names in the MANIFEST file.
* [svn-r2762] ./hdf5/MANIFESTRobb Matzke2000-10-311-0/+17
| | | | | * 2000-10-31 Robb Matzke <matzke@llnl.gov> Added files for expected h5ls output.
* [svn-r2758] Purpose:Albert Cheng2000-10-311-1/+2
| | | | | | Updated Platforms tested: via bin/chkmanifest on arabica.
* [svn-r2755] Elena Pourmal2000-10-311-0/+5
| | | | | | | | | | | Purpose: Maintenance Description: I created ./fortran/testpar directory and added files to it but forgot to update MANIFEST file. Solution: Fixed MANIFEST. Platforms tested:
* [svn-r2741] Purpose:Bill Wendling2000-10-271-0/+1
| | | | Added ThreadSafe.html document to MANIFEST.
* [svn-r2734] updated.Albert Cheng2000-10-241-0/+3
|
* [svn-r2726] Updated.Albert Cheng2000-10-241-0/+3
| | | | | Platforms tested: eirene via bin/chkmanifest
* [svn-r2700] Description:Frank Baker2000-10-191-0/+1
| | | | Adding .../doc/html/TechNotes/VFLfunc.html
* [svn-r2699] Purpose:Quincey Koziol2000-10-191-0/+1
| | | | | | | | | | | | | | | Bug fix Description: "Time" datatypes (H5T_UNIX_D*) were not being stored and retrieved in the datatype object header message correctly. Solution: Store endian-ness and precision in the datatype object header message and added test to continue to track them working correctly. This fixes bug #512. Platforms tested: FreeBSD 4.1.1 (hawkwind)
* [svn-r2698] Description:Frank Baker2000-10-181-0/+1
| | | | Adding .../doc/html/TechNotes/VFL.html
* [svn-r2651] Purpose:Quincey Koziol2000-10-101-0/+4
| | | | | | | | | Maintainance Description: Updated for the new files I'm adding as well as the tools/talign.c file missing from last night's tests. Platforms tested: Solaris 2.6 (baldric) & FreeBSD 4.1.1 (hawkwind)
* [svn-r2629] Purpose:Bill Wendling2000-10-031-0/+2
| | | | | | | | Added site-specific/ subdirectory in config/ directory Description: If a machine needs site-specific configure options but those options don't necessarily apply to all machines of that type, place them there.
* [svn-r2622] MuQun Yang2000-09-291-0/+13
| | | | | | | | | | Purpose: add h4toh5 converter into MANIFEST Description: add h4toh5 converter source codes, test files into MANIFEST Solution: Platforms tested: arabica,baldric,eirene
* [svn-r2611] Purpose:Quincey Koziol2000-09-281-0/+1
| | | | | | | | | | | | | Rearrange code Description: The data sieve buffering code for contiguously stored datasets was wedged in the H5F_arr_read/H5F_arr_write routines. Solution: Created a new H5Fcontig.c to hold I/O routines for contiguously stored datasets (like H5Fistore.c for chunked dataset I/O routines) and moved data sieving code into those routines. Platforms tested: Solaris 2.6 (i.e. baldric)
* [svn-r2605] Updated with the addition of SWControl.html entry.Albert Cheng2000-09-271-0/+1
|
* [svn-r2582] Purpose:Bill Wendling2000-09-201-0/+129
| | | | | | | Bug fix Description: Didn't regen the MANIFEST when I added the Fortran library...sorry.
* [svn-r2567] Description:Quincey Koziol2000-09-161-0/+3
| | | | Added Stream VFD modules to the MANIFEST
* [svn-r2490] Updated.Albert Cheng2000-08-301-0/+1
|
* [svn-r2486] MANIFEST: Added files for "HDF5 Technical Notes" document.Frank Baker2000-08-281-0/+38
|
* [svn-r2440] Added HDF5 FORTRAN90 Reference ManualFrank Baker2000-07-181-0/+17
| | | | | Function descriptions in ./doc/html/fortran/ Button graphics in ./doc/html/Graphics/
* [svn-r2399] Added config/hpux11.00 to the MANIFEST file for the devel branch...Bill Wendling2000-06-211-0/+1
|
* [svn-r2350] Updated.Albert Cheng2000-06-071-0/+1
|
* [svn-r2309] added entries for the bitfield test file and the ddlPatrick Lu2000-05-311-0/+2
|
* [svn-r2288] Updated.Albert Cheng2000-05-221-2/+8
|
* [svn-r2277] Added H5TSprivate.hQuincey Koziol2000-05-191-0/+2
|
* [svn-r2253] Updated.Albert Cheng2000-05-131-1/+0
|
* [svn-r2245] Added missing files..Quincey Koziol2000-05-121-0/+5
|
* [svn-r2217] added entries for the opaque testfile and the ddlPatrick Lu2000-05-041-0/+2
|
* [svn-r2168] Updated.Albert Cheng2000-04-201-1/+1
|
* [svn-r2140] Update.Raymond Lu2000-04-131-0/+5
|
* [svn-r2080] Added information about the H5Giterate bug fixed & added the new ↵Quincey Koziol2000-04-051-0/+1
| | | | | | test module (test/titerate.c) to the MANIFEST
* [svn-r2076] Removed H5FLpublic.h entryQuincey Koziol2000-04-051-1/+0
|
* [svn-r2073] Added free-list code to the library and took out the older ↵Quincey Koziol2000-04-041-2/+3
| | | | | | | "temporary buffer" code, since the functionality was superceded. See the followup document for details on the free-list code.
* [svn-r2058] Elena Pourmal2000-03-241-0/+1
| | | | Yesterday I forgot to change add HISTORY file. Fixed.
* [svn-r2044] added entries for the tnestedcomp.h5 and tnestcomp-1.ddl filesPatrick Lu2000-03-211-0/+2
|
* [svn-r2026] Switch from Globus1.0 to Globus1.1.x. Remove Globus ↵Raymond Lu2000-03-131-0/+1
| | | | configuration, keep GASS configuration.
* [svn-r2022] Updated.Albert Cheng2000-03-131-0/+2
|
* [svn-r1977] Updated with the newly added config file for cygwin.Albert Cheng2000-02-191-0/+1
|
* [svn-r1937] Updated with newly added files and deleted ones.Albert Cheng2000-01-071-1/+4
|
* [svn-r1880] Added the new test module file for testpar.Albert Cheng1999-12-171-0/+1
|
* [svn-r1820] Updated with deleted fileAlbert Cheng1999-11-041-1/+0
|
* [svn-r1812] Updated with recently added and deleted files.Albert Cheng1999-11-031-2/+7
|
* [svn-r1802] Changes since 19991019Robb Matzke1999-11-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./MANIFEST ./configure.in ./configure [REGENERATED] Added more checking for `make' features. ./Makefile.in ./doc/Makefile.in ./doc/html/Makefile.in ./doc/html/Tutor/Makefile.in ./examples/Makefile.in ./pablo/Makefile.in ./src/Makefile.in ./test/Makefile.in ./testpar/Makefile.in ./tools/Makefile.in ./config/commence.in ./config/conclude.in ./config/depend.in [REMOVED] ./config/depend1.in [NEW] ./config/depend2.in [NEW] ./config/depend3.in [NEW] ./config/depend4.in [NEW] ./config/dependN.in [NEW] The directory search stuff was moved into commence.in, thereby shortening the Makefile.in prologues. ./doc/html/Dependencies [NEW] ./doc/html/Tutor/Dependencies [NEW] ./examples/Dependencies [NEW] ./src/Dependencies [NEW] ./test/Dependencies [NEW] ./testpar/Dependencies [NEW] ./tools/Dependencies [NEW] The `.distdep' files were all renamed to `Dependencies' to make them more obvious. They are required (but may be empty) in every directory that has a Makefile.in that ends with @CONCLUDE@ (you'll get an obvious error from make if you forgot to create one). ./bin/trace ./src/H5.c Added H5E_major_t and H5E_minor_t although tracing only prints the integer value. ./src/H5E.c ./src/H5Epublic.h Added tracing information. ./src/H5FDcore.c ./src/H5FDfamily.c ./src/H5FDgass.c ./src/H5FDmpio.c ./src/H5FDsec2.c ./src/H5FDstdio.c Fixed places where FUNC_LEAVE() evaluated it's argument more than once. Added tracing information. Wrapped long lines. ./config/gnu-flags Fixed a syntax error when we don't have a gnu compiler.
* [svn-r1792] Updated MANIFEST.Albert Cheng1999-10-261-0/+3
|
* [svn-r1767] MANIFEST:Albert Cheng1999-10-151-1/+5
| | | | | | | | | Updated. configure.in: Removed the test for -lxnet in the GASS-driver part. There is no need for it and it does not exist in other machines like IRIX64. configure: Deriverd from configure.in.
* [svn-r1727] Updated it with new file.Albert Cheng1999-10-061-0/+1
|
* [svn-r1707] Changed to different locations or filenames.Albert Cheng1999-10-011-3/+3
| | | | | | INSTALL.ascired -> INSTALL_TFLOPS INSTALL.ibm.sp.parallel -> bin/config_para_ibm_sp.sh INSTALL_parallel.ascired -> bin/config_para_tflops.sh