Commit Graph

219 Commits

Author SHA1 Message Date
Bill Wendling
321f037a6f [svn-r3123] Purpose:
Update
Description:
	Added entry for ``./doc/html/PredefDTypes.html''
2000-12-13 11:26:32 -05:00
Bill Wendling
c3be87ad62 [svn-r3098] Purpose:
Updated
Description:
	Added the new C++ test files.
Platforms tested:
	Linux
2000-12-08 11:50:22 -05:00
Bill Wendling
297b31c448 [svn-r3092] Purpose:
Update
Description:
	Changed to reflect the new C++ file names.
2000-12-07 15:29:18 -05:00
Albert Cheng
17a906445b [svn-r3069] Updated it. 2000-12-02 15:23:02 -05:00
Quincey Koziol
0a2a84398d [svn-r3064] Purpose:
Doc Fix
Description:
    Update with missing files.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2000-12-02 10:11:16 -05:00
Bill Wendling
536374a275 [svn-r2991] Purpose:
Adding Files
Description:
	Added new test files to MANIFEST and removed old tests..
2000-11-21 16:56:05 -05:00
Elena Pourmal
ae1c7b47e3 [svn-r2978]
Purpose:
    Maintenance
Description:
    Added H5f.c and H5ff.f90 and removed H5f90misc* files.
2000-11-17 17:48:34 -05:00
Bill Wendling
d33deacac6 [svn-r2970] Purpose:
Added ./tools/testfiles/tvldtypes.ls to the MANIFEST
2000-11-17 13:52:08 -05:00
Bill Wendling
652c443d70 [svn-r2927] Purpose:
Added new files for c++ (Dependencies).
2000-11-15 12:45:46 -05:00
Bill Wendling
151b86a271 [svn-r2906] Purpose:
Updated with C++ addition information.
2000-11-14 18:20:32 -05:00
Bill Wendling
80aabe2a2e [svn-r2877] Purpose:
Updated
Description:
	Added test files for variable length dumping.
2000-11-13 12:15:26 -05:00
Quincey Koziol
f828fa13df [svn-r2870] Purpose:
Update
Description:
    Added new test file.
Platforms tested:
    FreeBSD 4.1.1 (hawkwind)
2000-11-11 19:08:59 -05:00
Quincey Koziol
e32c78d023 [svn-r2843] Purpose:
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)
2000-11-09 16:45:27 -05:00
MuQun Yang
73df5fb57a [svn-r2841]
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.]
2000-11-09 10:50:17 -05:00
Elena Pourmal
22aa01180d [svn-r2812]
Purpose:
    Added tH5G.f90 test file to the list of fortran files.
2000-11-08 10:25:23 -05:00
Bill Wendling
6d04c130ad [svn-r2788] Purpose:
Added fortran/testpar/Dependencies to the MANIFEST.
2000-11-01 12:41:33 -05:00
Bill Wendling
b5389be3aa [svn-r2784] Purpose:
Added fortran/testpar/Makefile.in to MANIFEST
2000-10-31 15:21:06 -05:00
Elena Pourmal
feb7e97b13 [svn-r2773]
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.
2000-10-31 12:58:37 -05:00
Robb Matzke
7f7ab4a163 [svn-r2762] ./hdf5/MANIFEST
* 2000-10-31 Robb Matzke  <matzke@llnl.gov>
	Added files for expected h5ls output.
2000-10-31 11:18:33 -05:00
Albert Cheng
24897d0be8 [svn-r2758] Purpose:
Updated
Platforms tested:
    via bin/chkmanifest on arabica.
2000-10-31 10:45:25 -05:00
Elena Pourmal
10a40a09e4 [svn-r2755]
Purpose:
    Maintenance
Description:
    I created ./fortran/testpar directory and added files to it
    but forgot to update MANIFEST file.
Solution:
    Fixed MANIFEST.
Platforms tested:
2000-10-31 09:27:02 -05:00
Bill Wendling
c5509bd820 [svn-r2741] Purpose:
Added ThreadSafe.html document to MANIFEST.
2000-10-27 10:59:34 -05:00
Albert Cheng
25886a7bba [svn-r2734] updated. 2000-10-24 17:09:46 -05:00
Albert Cheng
3c1dc022c6 [svn-r2726] Updated.
Platforms tested:
    eirene via bin/chkmanifest
2000-10-24 14:01:25 -05:00
Frank Baker
82725e62af [svn-r2700] Description:
Adding .../doc/html/TechNotes/VFLfunc.html
2000-10-19 12:17:47 -05:00
Quincey Koziol
95445613ca [svn-r2699] Purpose:
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)
2000-10-19 11:42:33 -05:00
Frank Baker
e5c6170754 [svn-r2698] Description:
Adding .../doc/html/TechNotes/VFL.html
2000-10-18 17:45:32 -05:00
Quincey Koziol
428f04e82a [svn-r2651] Purpose:
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)
2000-10-10 02:40:07 -05:00
Bill Wendling
578c71ef87 [svn-r2629] Purpose:
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.
2000-10-03 17:25:09 -05:00
MuQun Yang
d152c60a30 [svn-r2622]
Purpose:
    add h4toh5 converter into MANIFEST
Description:
     add h4toh5 converter source codes, test files into MANIFEST
Solution:
Platforms tested:
       arabica,baldric,eirene
2000-09-29 17:33:03 -05:00
Quincey Koziol
b53bfca418 [svn-r2611] Purpose:
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)
2000-09-28 14:12:43 -05:00
Albert Cheng
d59cdf21d9 [svn-r2605] Updated with the addition of SWControl.html entry. 2000-09-27 09:03:06 -05:00
Bill Wendling
53513a5ad2 [svn-r2582] Purpose:
Bug fix
Description:
	Didn't regen the MANIFEST when I added the Fortran
	library...sorry.
2000-09-20 10:22:46 -05:00
Quincey Koziol
100d757f88 [svn-r2567] Description:
Added Stream VFD modules to the MANIFEST
2000-09-16 11:55:24 -05:00
Albert Cheng
d222611cd3 [svn-r2490] Updated. 2000-08-30 14:36:20 -05:00
Frank Baker
f62ab9363a [svn-r2486] MANIFEST: Added files for "HDF5 Technical Notes" document. 2000-08-28 11:39:32 -05:00
Frank Baker
027b328b54 [svn-r2440] Added HDF5 FORTRAN90 Reference Manual
Function descriptions in ./doc/html/fortran/
	Button graphics in ./doc/html/Graphics/
2000-07-18 10:04:35 -05:00
Bill Wendling
e852a8b54e [svn-r2399] Added config/hpux11.00 to the MANIFEST file for the devel branch... 2000-06-21 11:38:05 -05:00
Albert Cheng
223ddb1a9a [svn-r2350] Updated. 2000-06-07 08:59:49 -05:00
Patrick Lu
4588fbf2ca [svn-r2309] added entries for the bitfield test file and the ddl 2000-05-31 11:23:52 -05:00
Albert Cheng
70354f23ba [svn-r2288] Updated. 2000-05-22 17:55:33 -05:00
Quincey Koziol
e21eba68c1 [svn-r2277] Added H5TSprivate.h 2000-05-19 09:52:03 -05:00
Albert Cheng
c089af22ee [svn-r2253] Updated. 2000-05-13 11:10:18 -05:00
Quincey Koziol
cd593a1281 [svn-r2245] Added missing files.. 2000-05-12 09:59:07 -05:00
Patrick Lu
e3fa05cf20 [svn-r2217] added entries for the opaque testfile and the ddl 2000-05-04 12:10:34 -05:00
Albert Cheng
ad7b98ef4e [svn-r2168] Updated. 2000-04-20 12:37:45 -05:00
Raymond Lu
cf9d1d7f39 [svn-r2140] Update. 2000-04-13 11:13:30 -05:00
Quincey Koziol
88c72b4568 [svn-r2080] Added information about the H5Giterate bug fixed & added the new test module
(test/titerate.c) to the MANIFEST
2000-04-05 15:51:10 -05:00
Quincey Koziol
170a650b2f [svn-r2076] Removed H5FLpublic.h entry 2000-04-05 13:12:03 -05:00
Quincey Koziol
02e4ee5edf [svn-r2073] Added free-list code to the library and took out the older "temporary buffer"
code, since the functionality was superceded.  See the followup document for
details on the free-list code.
2000-04-04 16:00:31 -05:00