summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3098] Purpose:Bill Wendling2000-12-081-0/+2
| | | | | | | | Updated Description: Added the new C++ test files. Platforms tested: Linux
* [svn-r3092] Purpose:Bill Wendling2000-12-071-32/+32
| | | | | | Update Description: Changed to reflect the new C++ file names.
* [svn-r3069] Updated it.Albert Cheng2000-12-021-1/+1
|
* [svn-r3064] Purpose:Quincey Koziol2000-12-021-0/+4
| | | | | | | | Doc Fix Description: Update with missing files. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r2991] Purpose:Bill Wendling2000-11-211-3/+24
| | | | | | Adding Files Description: Added new test files to MANIFEST and removed old tests..
* [svn-r2978] Elena Pourmal2000-11-171-2/+2
| | | | | | | Purpose: Maintenance Description: Added H5f.c and H5ff.f90 and removed H5f90misc* files.
* [svn-r2970] Purpose:Bill Wendling2000-11-171-0/+1
| | | | Added ./tools/testfiles/tvldtypes.ls to the MANIFEST
* [svn-r2927] Purpose:Bill Wendling2000-11-151-1/+5
| | | | Added new files for c++ (Dependencies).
* [svn-r2906] Purpose:Bill Wendling2000-11-141-0/+110
| | | | Updated with C++ addition information.
* [svn-r2877] Purpose:Bill Wendling2000-11-131-0/+2
| | | | | | Updated Description: Added test files for variable length dumping.
* [svn-r2870] Purpose:Quincey Koziol2000-11-121-0/+1
| | | | | | | | Update Description: Added new test file. Platforms tested: FreeBSD 4.1.1 (hawkwind)
* [svn-r2843] Purpose:Quincey Koziol2000-11-091-0/+4
| | | | | | | | | | | | | | | New Feature Description: Added array datatype to library. See documentation at: http://hdf.ncsa.uiuc.edu/HDF5/planning/DP/ArrayType.html for complete details on the impact to the library. Solution: Changes to the base library include removing the ability of compound datatype fields to be an array (they can use an array type for the field, to duplicate the functionality) and adding in the new array datatype everywhere appropriate. (I hope :-) Platforms tested: FreeBSD 4.1.1 (hawkwind)
* [svn-r2841] MuQun Yang2000-11-091-0/+78
| | | | | | | | | | | | Purpose: add testfiles for h4toh5 converter Description: Solution: Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [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.