summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5307] MuQun Yang2002-05-011-1/+0
| | | | | | | | Purpose: Because of removing all_withhdf4.zip, update this file. Description: Solution: Platforms tested:
* [svn-r5250] Purpose:Bill Wendling2002-04-241-1/+1
| | | | | | | | | | | Update Description: Added the check for MPI_{Comm,Info}_{f2c,c2f} functions to the Fortran wrappers. There was a bogus H5config.h.in file in the fortran/src directory. Replaced it with H5config_fortran.h.in instead. Platforms tested: HP-UX
* [svn-r5175] Purpose:Quincey Koziol2002-04-121-0/+2
| | | | Update manifest with missing files.
* [svn-r5141] Purpose:Bill Wendling2002-04-041-3/+0
| | | | | | | | | | | Updated Description: Forgot to update the MANIFEST file with the removal of some now unnecessary auto* files. My bad... Platforms tested: Linux
* [svn-r5122] Purpose:Bill Wendling2002-03-291-57/+6
| | | | | | | | | | | | | | Fix and Code Removal Description: Back ported fix for the problem with >1024byte object names in the h5dumper. Removed the testfiles which were HDF4 specific. Solution: Changed the way the object name was being allocated from a static array size to a dynamically allocated address... Platforms tested: Linux
* [svn-r5089] Purpose:Bill Wendling2002-03-271-22/+0
| | | | | | Update Description: Reflect the removal of the HDF4 code from the HDF5 tree....
* [svn-r5036] Updated with added file.Albert Cheng2002-03-061-0/+1
| | | | | Platforms tested: bin/chkmanifest
* [svn-r5011] Purpose:Bill Wendling2002-02-251-0/+26
| | | | | | | | | | Test Add Description: Added the h5dump --filedriver tests to the 1.4 branch. Also added the h5dump subsetting tests to 1.4 branch as they weren't there before *doh*! Platforms tested: Linux
* [svn-r4940] Binh-Minh Ribler2002-02-121-0/+1
| | | | | Purpose: For adding INSTALL_Windows_withcpp.txt
* [svn-r4895] Purpose:Bill Wendling2002-01-311-0/+5
| | | | | | | | Feature Add Description: Added the performance measuring tool to the 1.4 branch. Platforms tested: Linux(pp)
* [svn-r4878] Purpose:Bill Wendling2002-01-281-1/+0
| | | | | | Update Description: Reflected removal of the examples/run_examples.sh file
* [svn-r4854] Purpose:Quincey Koziol2002-01-251-0/+1
| | | | Update manifest with new test file.
* [svn-r4784] Bill Wendling2002-01-061-0/+2
| | | | | | | | | | | | | | | | | Purpose: feature add Description: Added ability to h5dumper to dump Group comments. Solution: Stole the code from h5ls that does this and put it into the h5dumper code. Modified the DDL to reflect the newest change. Added a testcase (tgrp_comments.*) to test that it's actually doing the comments correctly. Small modification to H5G.c. The error comment should have said that it couldn't "get" the comment instead of "set" the comment... Platforms tested: Dangermouse, Kelgai, Modi4
* [svn-r4761] Purpose:Albert Cheng2001-12-311-4/+0
| | | | | | | | | | | | | | | | | | | | | Removing the DPSS (gridstorage) driver source code. (same as the v1.5) 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 (pthread safe) arabica (fortran, cxx).
* [svn-r4726] Purpose:Quincey Koziol2001-12-161-0/+1
| | | | Add missing h4toh5 file.
* [svn-r4660] Elena Pourmal2001-11-281-0/+1
| | | | | | | | | Purpose: Maintenance Description: Added configuration file for SP3 to support C++ Platforms tested: NERSC SP3
* [svn-r4653] Elena Pourmal2001-11-271-0/+2
| | | | | | | | | | | Purpose: [is this a bug fix? feature? ...] Description: Maintenance Solution: Added configurations files for OSF 5.1 Platforms tested: OSF 5.1 at PSC
* [svn-r4639] Elena Pourmal2001-11-271-0/+1
| | | | | | | | | Purpose: Maintenance Description: I added new file tH5E.f90 to the fortran/test directory Platforms tested: arabica and eirene
* [svn-r4546] Description:Albert Cheng2001-10-161-4/+5
| | | | | | | Revise the beginning comment block with "better" wording, at least better to me. :-) Platforms tested: chkmanifest it in eirene.
* [svn-r4479] Updated.Albert Cheng2001-09-261-0/+1
|
* [svn-r4453] Updated.Albert Cheng2001-09-181-0/+1
|
* [svn-r4413] Bill Wendling2001-08-271-0/+1
| | | | | | | | | | | | | | | | | | | | | Purpose: Feature add. Description: Added the H5CC program to the 1.4 branch. - Added to hdf5/tools/misc - Included in the configure.in script. - Added fix to configure.in which conditionally looks for the ssl and crypto libraries only if GASS or GRIDSTORAGE is being used. - Added to MANIFEST. - Needed to include a fix for the H5private.h header which was already in the 1.5 branch. It was having troubles with the way strdup() was being declared. Solution: For the strdup() problem, just synced that part of the H5private file with the one in the 1.5 branch. Platforms tested: Linux
* [svn-r4388] MuQun Yang2001-08-181-0/+2
| | | | | | | | | Purpose: Add a new test file. Description: Solution: Platforms tested: eirene
* [svn-r4367] Purpose:Albert Cheng2001-08-161-3/+0
| | | | | | updated Platforms tested: bin/chkmanifest
* [svn-r4358] Updated.Albert Cheng2001-08-141-0/+7
| | | | cvS: ----------------------------------------------------------------------
* [svn-r4295] Bill Wendling2001-08-011-0/+1
| | | | | | | | | | | Purpose: Back-port of Bug Fix Description: Back port from the 1.5 branch of the .depend/Dependencies files generation bug. (When the $srcdir et.al. macros began with a ".", they were lopping off the first character of a header file's path). Platforms tested: Linux
* [svn-r4278] Purpose:Quincey Koziol2001-07-301-0/+1
| | | | Include new 'testmeta' source
* [svn-r4261] Elena Pourmal2001-07-251-0/+1
| | | | | | | | | | Purpose: Maintenance Description: I added new entry for INSTALL_Windows_withF90.txt in the release_docs directory Platforms tested: Solaris 2.7 with bin/chkmanifest script
* [svn-r4225] Elena Pourmal2001-07-161-2/+0
| | | | | | | | | | Purpose: Maintenance Description: Deleted ./fortran/config/powerpc-ibm-aix4.2.1.0 and ./fortran/config/powerpc-ibm-aix4.3.2.0 See previous log message from Albert. Platforms tested: arabica
* [svn-r4154] Pedro Vicente Nunes2001-07-091-0/+1
| | | | | | | | | | | Purpose: updated MANIFEST to include the file release_docs/INSTALL_codewarrior.txt Description: Solution: Platforms tested:
* [svn-r4112] Elena Pourmal2001-07-051-11/+14
| | | | | | | | | | | 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.
* [svn-r4067] Barbara Jones2001-06-221-0/+1
| | | | | Purpose: add footer-ncsalogo.gif to fix broken ncsa link problem in tutorial
* [svn-r4051] Elena Pourmal2001-06-221-2/+2
| | | | | | | | | | Purpose: Bug fix Description: I forgot to update the file when removed H5f.c and H5ff.f90 and added H5_f.c and H5ff.f90 Solution: Fixed
* [svn-r4028] Elena Pourmal2001-06-211-0/+1
| | | | | | | | | | Purpose: Maintenance and Windows port Description: New zip file all_withf90.zip has been added to support F90 HDF5 Library on Windows. This file was also added to the MANIFETS file. Platforms tested: Windows98
* [svn-r3949] Purpose:Bill Wendling2001-05-291-1/+0
| | | | | | Updated Description: Showed removal of versinfo
* [svn-r3932] Purpose:Bill Wendling2001-05-151-12/+0
| | | | | Updated to reflect removal of bin/ directory in fortran/ and c++/ directories.
* [svn-r3924] Rushabh Doshi2001-05-121-0/+12
| | | | | | | | | | | | | | | | | | | | | 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)
* [svn-r3849] Updated for the added file.Albert Cheng2001-04-241-0/+1
|
* [svn-r3796] Updated for the removal of pablo/ProcTrace.incAlbert Cheng2001-04-101-1/+0
| | | | | Platforms tested: bin/chkmanifest
* [svn-r3721] Purpose: UpdateBinh-Minh Ribler2001-03-271-0/+1
| | | | | Description: Added the ./c++/test/th5s.h5 file to the MANIFEST
* [svn-r3713] Purpose:Bill Wendling2001-03-261-1/+0
| | | | | | Update Description: Removed ./doc/html/Tutor/examples/java/Makefile since it's generated.
* [svn-r3711] Barbara Jones2001-03-261-0/+36
| | | | | Description: Added java examples to the MANIFEST
* [svn-r3705] Purpose:Bill Wendling2001-03-231-0/+2
| | | | | | Update Platforms tested: chkmanifest
* [svn-r3696] Purpose:Albert Cheng2001-03-221-0/+7
| | | | | | Updated. Platforms tested: bin/chkmanifest in eirene.
* [svn-r3685] Purpose:Bill Wendling2001-03-211-40/+54
| | | | | | UPdate Description: Shows the code movement done.
* [svn-r3673] Barbara Jones2001-03-201-0/+2
| | | | | Description: Added h5_ref2obj.c and h5_ref2reg.c.
* [svn-r3669] Purpose:Bill Wendling2001-03-201-12/+14
| | | | | | Update Description: Moved some things around so that they'd be in alphabetical ordier.
* [svn-r3668] Elena Pourmal2001-03-201-0/+17
| | | | | | | | | | | | | Purpose: Update Description: F90 files have been added to the ./doc/html/Tutor/examples directory Also two files have been added to the ./doc/html/Tutor/ directory. MANIFEST file did not reflect those changes in the source tree. Solution: Added missing files to the MANIFEST file. Platforms tested: NONE
* [svn-r3642] Elena Pourmal2001-03-151-0/+2
| | | | | | | | | | Purpose: Port to DEC ALPHA running LINUX Description: I added alphaev67-linix-gnu configuration files to ./config and ./fortran/config directories. Platforms tested: DEC ALPHA LINUX and DEC OSF
* [svn-r3623] Binh-Minh Ribler2001-03-141-0/+4
| | | | | | | | | | | | | | Purpose: Adding test source files Description: Adding these files hdf5/c++/test/ for C++ API tests: dsets.cpp : program and functions that test dataset interface tfile.cpp : functions that test file interface th5s.cpp : functions that test dataspace interface testhdf5.cpp : main program that invokes many tests, but only file and dataspace interfaces at this time Platforms tested: Hopefully this change didn't cause any failure. :)