Commit Graph

408 Commits

Author SHA1 Message Date
Bill Wendling
480c319ab4 [svn-r5087] Purpose:
Update
Description:
	Reflect the removal of the HDF4 stuff from the HDF5 library
2002-03-27 11:10:06 -05:00
Binh-Minh Ribler
867e0c5316 [svn-r5041]
Purpose:
    Updated MANIFEST for removing all_lang.zip
2002-03-07 00:06:07 -05:00
Albert Cheng
aa5d82f9b0 [svn-r5037] Updated with added file.
Platforms tested:
    bin/chkmanifest
2002-03-06 09:49:10 -05:00
Bill Wendling
2a576e3f85 [svn-r5028] Purpose:
Update
Description:
	Added the addition of the tlarge_objname.* files...
Platforms tested:
	Linux
2002-02-28 12:25:40 -05:00
Binh-Minh Ribler
7d1f2c7d1c [svn-r5013]
Purpose:
    For adding INSTALL_Windows_withcpp.txt
2002-02-26 10:10:04 -05:00
Bill Wendling
6a22514a56 [svn-r5008] Purpose:
Test Add
Description:
	Added a test for dumping files with the multi driver.
Platforms tested:
	Linux
2002-02-25 18:06:26 -05:00
Bill Wendling
e3458407ef [svn-r5007] Purpose:
Update
Description:
	Updated with the newest testfiles.
Platforms tested:
	Linux
2002-02-25 17:40:32 -05:00
Bill Wendling
f81bca3fc6 [svn-r4942] Purpose:
Feature Add
Description:
	Added set_extend to the MANIFEST and test/ directory Makefile.
2002-02-12 11:20:56 -05:00
Albert Cheng
61f6b93eb7 [svn-r4881] Updated for the removal of examples/runexample.sh 2002-01-29 11:14:45 -05:00
Quincey Koziol
618c63fda1 [svn-r4855] Purpose:
Update manifest with new test file.
2002-01-25 09:54:58 -05:00
Binh-Minh Ribler
c524358b6c [svn-r4844]
Purpose:
    Updated MANIFEST
Description:
    Added file c++/config/irix6.x for modi4
2002-01-21 08:03:52 -05:00
Bill Wendling
3c6be60da7 [svn-r4782]
Purpose:
	Feature Add
Description:
	Added support for dumping Group Comments. This involved a
	modification of the DDL as well.
Solution:
	Steal code from h5ls and put it in the h5dump. The ddl.html file was
	updated as normal. And a test was created...
Platforms tested:
	Dangermouse, Modi4, Kelgia
2002-01-05 11:33:50 -05:00
Albert Cheng
e22c095636 [svn-r4757] Purpose:
Removing the DPSS (gridstorage) driver source code.
Description:
    The DPSS (using Grid-Storage) driver is retired.
    Removed the configure option with-gridstorage from configure.in.
    Cvs remove the following files
    ./src/H5FDdpss.c
    ./src/H5FDdpss.h
    ./test/dpss_read.c
    ./test/dpss_write.c

    Regenerated Dependencies files (some had to be hand-edited since
    'make depend' did not cover them.)
    Removed reference to DPSS Virtual file driver from H5F.c.
Platforms tested:
    modi4 (Parallel; -with-gass=...), eirene, arabica (fortran, cxx).
2001-12-30 00:23:38 -05:00
Quincey Koziol
fe5803b9ee [svn-r4725] Purpose:
Add missing h4toh5 file.
2001-12-16 09:54:31 -05:00
Elena Pourmal
76e9fe7298 [svn-r4658]
Purpose:
    Maintenance
Description:
    Added configuration file for SP3 to support C++
Platforms tested:
    NERSC SP3
2001-11-28 15:55:43 -05:00
Elena Pourmal
2e910e48b9 [svn-r4636]
Purpose:
    Bug fix and maintenance
Description:
    I added new file tH5E.f90 to the fortran/test directory
Platforms tested:
    arabica and eirene
2001-11-27 10:07:15 -05:00
Quincey Koziol
a496459acc [svn-r4630] Purpose:
Add missing file.
2001-11-21 10:05:12 -05:00
Quincey Koziol
5c373b3136 [svn-r4615] Purpose:
Code cleanup
Description:
    Add new header file
2001-11-20 13:47:42 -05:00
Binh-Minh Ribler
e9019388d8 [svn-r4613]
Purpose:
    Updating MANIFEST
Description:
    Added ./windows/all_lang.zip, which is all.zip plus the C++ API
    library and tests.
2001-11-20 08:22:41 -05:00
Albert Cheng
ef7dfc021a [svn-r4593] Updated for the PIO performance files. 2001-11-07 10:32:21 -05:00
Albert Cheng
8f0acc1697 [svn-r4547] Description:
Revise the beginning comment block with "better" wording,
    at least better to me. :-)
Platforms tested:
    chkmanifest it in eirene.
2001-10-16 11:40:38 -05:00
Albert Cheng
1ee381c552 [svn-r4475] Updated with newly added file. 2001-09-26 00:39:48 -05:00
Bill Wendling
5e834c4cbc [svn-r4466]
Purpose:
    Feature Add
Description:
    Added "install-example" and "install-all" to the Makefile system.
    The behaviour of the "make install*" options:

        make install          - Installs binaries, libraries, include
                                files, and example programs.
        make install-examples - Installs only the example programs.
                                The directories are:

                            ${prefix}/doc/hdf5/examples/{c,c++,fortran}

        make install-all      - Install the binaries, libraries, include
                                files, example programs, and
                                documentation. The whole kit-n'-caboodle.
        make uninstall-examples - Get rid of those example files (but not
                                  the ${prefix}/doc/hdf5/examples/...
                                  directories)

    There's a new bin/ program which helps create directories which are
    deeply nested called "mkdirs". It's a simple shell script.
Platforms tested:
    Linux
2001-09-21 18:50:15 -05:00
Albert Cheng
a70c5b5a0e [svn-r4450] Updated. 2001-09-18 00:56:34 -05:00
Bill Wendling
c5bebe9ddf [svn-r4387]
Purpose:
    Update
Description:
    Added new test files
2001-08-18 03:57:06 -05:00
Albert Cheng
510a1b3415 [svn-r4368] Purpose:
updated
Platforms tested:
    bin/chkmanifest
2001-08-16 11:15:13 -05:00
Quincey Koziol
6c16b1f8fb [svn-r4350] Purpose:
Update manifest..
2001-08-14 15:05:03 -05:00
Albert Cheng
072bbbd9cb [svn-r4347] Purpose:
New feature
Description:
    Added perform programs to test the HDF5 library performance.  Programs
    are installed in directory perform/.
Platforms tested:
    eirene
2001-08-14 13:54:46 -05:00
Quincey Koziol
26f7410fb7 [svn-r4330] Purpose:
Update missing files.
Platforms tested:
    Eyeballs 2.1
2001-08-12 08:30:20 -05:00
Bill Wendling
b5d11111b0 [svn-r4292]
Purpose:
    Bug Fix
Description:
    The way we were generating Dependencies and .depend files was broken.
    If the $srcdir or other macros began with a ".", then it would match
    anything and cause problems since it would then overwrite the
    beginning of the header file's path.
Solution:
    Wrote a Perl script which can handle this type of weirdness better.
    It's only used when the environment is a GNU one with a GCC
    compiler...
Platforms tested:
    Linux
2001-08-01 16:00:25 -05:00
Quincey Koziol
a836c9bf45 [svn-r4280] Purpose:
Include new 'testmeta' source.
2001-07-30 15:02:48 -05:00
Pedro Vicente Nunes
a979452f69 [svn-r4159]
Purpose:


added CW doc to manifest


Description:
Solution:
Platforms tested:
2001-07-09 13:35:23 -05:00
Elena Pourmal
b2375a85c1 [svn-r4114]
Purpose:
    Maintenance
Description:
    Source directory has been rearranged.                                                                        INSTALL*, HISTORY.txt and RELEASE.txt were moved to the release_docs directory.                              *.zip files were moved to the windows directory.                                                             README file was renamed to README.txt                                                                        MANIFEST was updated to reflect those changes.
2001-07-05 11:36:40 -05:00
Dan Wells
cf5d06ef36 [svn-r4111]
Purpose:
    Feature
Description:
    Changed Pablo source code to allow the user to build the instrumented
    library to link with either the Trace Libraries or Pablo PCF.
Solution:
    Added conditionally compiled code to routines in the pablo subdirectory.
    Also added a new file PabloHDF_MPIO.c containing all of the MPI I/O code
    for better code structure.
Platforms tested:
    Solaris 32-bit, Irix 64
2001-07-05 10:14:24 -05:00
Frank Baker
1912327dce [svn-r4095]
Purpose:
    Adding two new files (doc/html/fortran/F90Flags.html, and
    doc/html/fortran/h5_FORTRAN.html) to FORTRAN portion of
    reference manual.
Platforms tested:
    IE 5
2001-07-02 13:18:27 -05:00
Barbara Jones
790cc5a280 [svn-r4056]
Purpose:
    Added footer-ncsalogo.gif to the MANIFEST
Description:
    Fixes problem where NCSA logo caused broken link
2001-06-22 13:46:26 -05:00
Pedro Vicente Nunes
437d2abde9 [svn-r4009] updated manifest 2001-06-15 14:02:48 -05:00
Pedro Vicente Nunes
1bac62e0de [svn-r3979] image example 2001-06-09 00:04:08 -05:00
Pedro Vicente Nunes
9d5ea1dde5 [svn-r3978] manifest add files 2001-06-08 22:57:33 -05:00
Pedro Vicente Nunes
3a5b6aff1e [svn-r3975] added image and lite files 2001-06-07 11:17:28 -05:00
Bill Wendling
a56b6bedd4 [svn-r3950] Purpose:
Updated
Description:
    Showed removal of versinfo
2001-05-29 14:43:29 -05:00
Bill Wendling
0d2d6fb97d [svn-r3933] Purpose:
Updated to reflect removal of bin/ directory in fortran/ and c++/
    directories.
2001-05-15 13:05:58 -05:00
Elena Pourmal
ac946ee749 [svn-r3922]
Purpose:
    Bug fix
Description:
    There was a typo in the gif.h path that I overlooked first time.
Solution:
    Fixed a typo. bin/chkmanifest does not complain anymore.
Platforms tested:
    baldric
2001-05-12 14:12:25 -05:00
Rushabh Doshi
2eb5516b09 [svn-r3919]
Purpose:
    Adding new feature
Description:
    Added gif2h5 and h52gif conversion utilities
Solution:
    The utilites follow the framework built for the gif2hdf and hdf2gif
    utilities for hdf4. The main files modified were those that read the
    H5 file and those that write H5 file. In the future, if you wish to
    continue with the framework and extend it to .png or some other fileformat
    the main files to edit will be the gif reader and writer.
    One point to note with h52gif. You have to specify the exact location of
    the image and the palette that it links to. You can choose not to specify
    a palette (uniform grayscale chosen in this case) but you must specify
    image location. In the future, someone could edit the readhdf.c source
    to enable the reader to parse the hdf file and select all images with
    corresponding palettes.
Platforms tested:
    modi4 , eirene , hawkwind , arabica , Ren (NT 4.0) , Personal box (win2k)
2001-05-12 12:55:47 -05:00
Albert Cheng
9f0c10b507 [svn-r3883] Updated for newly added files. 2001-05-01 17:32:33 -05:00
Elena Pourmal
4f19d133e7 [svn-r3873]
Purpose:
    Maintenace
Description:
    Added new files ./fortran/src/h5_f.c and ./fortran/src/h5_ff.f90
    and removed old ones (h5f.c and h5ff.f90)
2001-04-28 20:12:16 -05:00
Elena Pourmal
c048eed3be [svn-r3859]
Purpose:
     Windows F90 port
Description:
     all_withf90.zip file conyains all necessary projects to build
     and test HDF5 library (both C and F90) on Windows platforms
Platforms tested:
     Windows 98
2001-04-26 22:30:55 -05:00
Bill Wendling
0e0ad103de [svn-r3856] Purpose:
Update
Description:
    Added the new testfiles.
2001-04-24 18:10:15 -05:00
Albert Cheng
bf5b897dc9 [svn-r3850] Updated for the added file. 2001-04-24 16:11:35 -05:00
Quincey Koziol
e0ae710109 [svn-r3813] Purpose:
Update..
Description:
    Add OSF5 files.
2001-04-16 10:26:43 -05:00
Albert Cheng
d5d9c57d14 [svn-r3775] Purpose:
Updated for the removal of pablo/ProcTrace.inc
Platforms tested:
    bin/chkmanifest it in eirene
2001-04-04 17:05:56 -05:00
Bill Wendling
3ad27d3fac [svn-r3647] Purpose:
Update
Description:
    Added the ./c++/test/th5s.h5 file to the MANIFEST
Platforms tested:
    Linux
2001-03-15 14:20:25 -05:00
Bill Wendling
704300d992 [svn-r3630] Purpose:
Update
Description:
    Added new test for C++ library
Platforms tested:
    Linux
2001-03-14 13:30:42 -05:00
Elena Pourmal
22f31e6cc6 [svn-r3608]
Purpose:
    Bug fix
Description:
    ./fortran/testpar/thdf5.f90 line was included twice in the file
Solution:
    Removed.
2001-03-12 12:59:45 -05:00
Bill Wendling
d54e43ca01 [svn-r3580] Purpose:
Update
Description:
    Added the h5tools_utils.* files.
Platforms tested:
    Linux
2001-03-09 11:47:46 -05:00
Bill Wendling
5b4d7c4255 [svn-r3565] Purpose:
Update
Description:
    Added new tutorial examples.
Platforms tested:
    Linux
2001-03-08 12:38:06 -05:00
Bill Wendling
c501c12cda [svn-r3545] Purpose:
Update
Description:
    Added the new C++ test files.
Platforms tested:
    Linux
2001-03-05 11:25:56 -05:00
Bill Wendling
b8a613b64b [svn-r3509] Purpose:
Update
Description:
    Moved talign from tools directory to tools/lib directory
2001-02-23 17:23:43 -05:00
Bill Wendling
2fd7cbcfdd [svn-r3494] Purpose:
Updated
Description:
    Reflecting the code movements in the tools directory.
Platforms tested:
    Linux
2001-02-22 17:09:28 -05:00
Robert E. McGrath
e8ff838cf3 [svn-r3486]
Purpose:
    Removing junk file from tools tests.
Description:
    Accidently checked in a file that is not used.
2001-02-22 16:34:10 -05:00
Bill Wendling
4ba0759700 [svn-r3448] Purpose:
update
Description:
    Modified to reflect removal of the h4-h5 test files.
Platforms tested:
    Guessed
2001-02-19 11:52:30 -05:00
Albert Cheng
7af4310aa2 [svn-r3441] Purpose:
Updated
Platforms tested:
    bin/chkmanifest
2001-02-18 08:17:32 -05:00
Bill Wendling
925a56fbb5 [svn-r3423] Purpose:
Update
Description:
    Updated with the new testfiles.
Platforms tested:
    Linux
2001-02-16 12:47:04 -05:00
MuQun Yang
e971b7a958 [svn-r3421]
Purpose:
    updating this file to include updated hdf4 test files for converter testing
Description:
    [describe the bug, or describe the new feature, etc]
Solution:
    [details about the changes, algorithm, etc...]
    [Please as detail as you can since your own explanation is
    better than others guessing it from the code.]
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.]
2001-02-15 23:09:11 -05:00
Robert E. McGrath
d12fa9b5c5 [svn-r3408] Purpose:
Adding new feature.
Description:
  XML output option to h5dump
Platforms tested:
  SPARC Solaris 2.7, Irix6.5 (32bit), Linux, Win98
2001-02-14 15:48:22 -05:00
Bill Wendling
21e3bc433c [svn-r3405] Purpose:
Addition
Description:
    Added doc/html/Intro/Dependencies file
2001-02-13 14:37:02 -05:00
Bill Wendling
3925de2cdd [svn-r3391] Purpose:
UPdate
Description:
    Added Intro/Makefile.in to the MANIFEST
2001-02-09 15:17:48 -05:00
Frank Baker
e26fda7232 [svn-r3389]
Purpose:
    Add file ./doc/html/Intro/IntroExamples.html
2001-02-09 13:05:51 -05:00
Elena Pourmal
6a28293644 [svn-r3372]
Purpose:
    Typo fix
Description:
    While running a snapshot, I noticed that MANIFEST has _DO_NO_DISTRIBUTE_ typo.
Solution:
    Fixed.
Platforms tested:
    PDP-11 and BESM-6
2001-02-06 14:27:31 -05:00
Elena Pourmal
6084397532 [svn-r3368]
Purpose:
    Maintenance
Description:
    Added ./examples/run_examples.sh line to the file
2001-02-06 11:30:57 -05:00
Bill Wendling
3f1cdd074e [svn-r3361] Purpose:
Update
Description:
    Updated with the new files in the doc/ directories.
2001-02-05 15:23:55 -05:00
Albert Cheng
67a2bc2da2 [svn-r3351] Updated with file name changes.
Platforms tested:
    bin/chkmanifest in eirene.
2001-02-05 13:44:45 -05:00
Frank Baker
500e15e77e [svn-r3345]
Description:
    Adding two files:
        ./doc/html/ADGuide/HISTORY.txt
        ./doc/html/ADGuide/RELEASE.txt
2001-02-02 16:48:23 -05:00
MuQun Yang
754b404cf0 [svn-r3343]
Purpose:
    add all_withhdf4.zip
Description:
Solution:
Platforms tested:
2001-02-02 14:46:08 -05:00
Albert Cheng
ed43021c16 [svn-r3330] Purpose:
Update
Description:
    Added new entries of locate_hdf4 and runtest.
    Made runtest _DO_NOT_DISTRIBUTE_ since it is NCSA site dependent.
2001-01-26 17:02:55 -05:00
Albert Cheng
4ba86ccf23 [svn-r3324] Updated with new files. 2001-01-25 09:56:19 -05:00
Elena Pourmal
3dc999dfaa [svn-r3321]
Purpose:
    Maintenance for the upcoming hdf4-1.4..0-beta3-pre3 testing and release.
Description:
    Renamed INSTALL_Windows.txt to INSTALL_Windows to make name consistent
    with other names of INSTALL* files.
    Updated MANIFEST to include INSTALL_Windows file.
    Updated RELEASE file.
2001-01-24 14:01:23 -05:00
Frank Baker
2ec2bb17ed [svn-r3310]
Purpose:
    To remove ragged array doc files (1 each in UG and RM)
Solution:
    Removed ragged array doc files Ragged.html and RM_H5RA.html
Platforms tested:
    IE 5
2001-01-19 16:18:11 -05:00
Quincey Koziol
7921315a33 [svn-r3304] Purpose:
Code update
Description:
    Remove ragged array code & tests from library before release.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-18 18:30:23 -05:00
Quincey Koziol
07319d804b [svn-r3297] Purpose:
Remove file.
Description:
    Remove the c++/src/H5config.h.in file from the manifest
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-18 10:40:18 -05:00
Quincey Koziol
3015b2ccc8 [svn-r3278] Purpose:
Update manifest
Description:
    Added ./doc/html/ADGuide/Changes.html to the manifest.
2001-01-12 10:28:37 -05:00
Quincey Koziol
b885b7ddcf [svn-r3267] Purpose:
Update file manifest
Description:
    Update file manifest with recent testing shell script name changes.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-10 17:15:50 -05:00
Quincey Koziol
05d1d7790d [svn-r3239] Purpose:
Updating manifest..
2001-01-04 09:16:24 -05:00
Bill Wendling
f8fe0c19d7 [svn-r3202] Purpose:
Update
Description:
	Added ./doc/html/cpplus files.
2000-12-26 16:34:59 -05:00
Bill Wendling
388c172cf4 [svn-r3201] Purpose:
Update
Description:
	Updated to reflect document additions and subtractions.
Platforms tested:
	Linux
2000-12-25 03:21:16 -05:00
Frank Baker
703f75bd4b [svn-r3197]
Purpose:
    Adding HDF5 Tutorial files (./doc/html/Tutor/*)
2000-12-22 16:03:51 -05:00
Frank Baker
60e0a48b4b [svn-r3184]
Purpose:
    Added ./doc/html/ADGuide/H4toH5Mapping.doc
2000-12-21 16:46:40 -05:00
Frank Baker
59aaf67256 [svn-r3180]
Purpose:
    Adding new doc files
	App Developer's Guide (with member docs)
	C++ and Fortran90 API docs
Platforms tested:
    IE 5
2000-12-21 15:40:13 -05:00
Bill Wendling
f88e6f1b78 [svn-r3128] Purpose:
Updated
Description:
	Added config files for unicosmk2.0.5.X for main library and
	Fortran library.
2000-12-13 11:54:33 -05:00
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
Elena Pourmal
6864463d20 [svn-r2058]
Yesterday I forgot to change add HISTORY file. Fixed.
2000-03-24 09:50:59 -05:00
Patrick Lu
064ad5df8f [svn-r2044] added entries for the tnestedcomp.h5 and tnestcomp-1.ddl files 2000-03-21 12:51:03 -05:00
Raymond Lu
ce99fccca0 [svn-r2026] Switch from Globus1.0 to Globus1.1.x. Remove Globus configuration, keep GASS configuration. 2000-03-13 14:33:36 -05:00
Albert Cheng
c192896a98 [svn-r2022] Updated. 2000-03-13 09:51:42 -05:00
Albert Cheng
0a6f1be84f [svn-r1977] Updated with the newly added config file for cygwin. 2000-02-18 20:01:55 -05:00
Albert Cheng
acc81e38ce [svn-r1937] Updated with newly added files and deleted ones. 2000-01-07 18:23:38 -05:00
Albert Cheng
36c94d9018 [svn-r1880] Added the new test module file for testpar. 1999-12-17 09:35:54 -05:00
Albert Cheng
8052e47294 [svn-r1820] Updated with deleted file 1999-11-03 19:24:18 -05:00
Albert Cheng
cc81ff713a [svn-r1812] Updated with recently added and deleted files. 1999-11-03 09:30:40 -05:00
Robb Matzke
eb8747499d [svn-r1802] Changes since 19991019
----------------------

./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.
1999-11-01 10:21:16 -05:00
Albert Cheng
226f78fba2 [svn-r1792] Updated MANIFEST. 1999-10-26 14:34:29 -05:00