summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5980] Purpose:Quincey Koziol2002-10-141-0/+1
| | | | Add the tools/h5diff/Dependencies file.
* [svn-r5977] Purpose:Pedro Vicente Nunes2002-10-111-1/+0
| | | | removed the Dependencies in h5diff from the MANIFEST file (the Dependencies file was not generated in the h5diff dir )
* [svn-r5974] Purpose:Pedro Vicente Nunes2002-10-101-1/+6
| | | | insert then h5diff files
* [svn-r5953] Raymond Lu2002-09-301-1/+2
| | | | | | | Purpose: Update for new test program. Description: Added file_handle.c in /test
* [svn-r5940] Elena Pourmal2002-09-231-3/+4
| | | | | | | | | | | | | | | | | | | | Purpose: Bug fix, code improvement Description: Fortran tests didn't cleanup created files. Also HDF5_PREFIX and HDF5_PARAPREFIX were not used to specify location of the files. There was a redundant file in the testpar directory that contained an error reporting function used by both serial and parallel tests. Solution: Created library h5test_fortran.a that contains functions used by the serial and parallel tests. It includes Fortran and C functions that may be called from Fortran programs to report errors, to modify file names and to cleanup files after run. Modified test code to use new functions. Platforms tested: Linux 2.2 (eirene) serial IRIX64 (modi4) parallel with HDF5_PREFIX and HDF5_PARAPREFIX set to $SCR Solris 2.7 with mpich 1.2.4 with HDF5_PARAPREFIX set to /tmp/epourmal
* [svn-r5879] Raymond Lu2002-08-201-0/+1
| | | | | | | | | Purpose: Design for compact dataset Description: Compact dataset is stored in the header message for dataset layout. Platforms tested: arabica, eirene.
* [svn-r5872] Purpose:Quincey Koziol2002-08-121-0/+4
| | | | | | | | | | | | Code cleanup Description: Move get/set routines for each type of property list (file creation, dataset creation, file access and dataset transfer) into their own source code module. Platforms tested: FreeBSD 4.6 (sleipnir)
* [svn-r5804] Purpose:Quincey Koziol2002-07-151-0/+3
| | | | Update with new MPI-posix driver files and testpar testing script.
* [svn-r5728] Updated with added file.Albert Cheng2002-06-291-0/+1
|
* [svn-r5633] Updated.Albert Cheng2002-06-141-1/+1
|
* [svn-r5625] Updated.Albert Cheng2002-06-131-2/+1
|
* [svn-r5610] Updated with the added h5redeploy tool.Albert Cheng2002-06-121-0/+1
|
* [svn-r5554] Purpose:Bill Wendling2002-06-071-0/+1
| | | | | | | | | | | | Compress I/O Test Add Description: This is the initial check-in of the compress I/O test. It will write out compressed buffers to a file. I need to implement a write of uncompressed data first for comparison... Platforms tested: Linux
* [svn-r5512] Purpose:Bill Wendling2002-06-031-0/+1
| | | | | | Update Description: Added the "perform/gen_report.pl" file.
* [svn-r5301] MuQun Yang2002-05-011-1/+0
| | | | | | | | Purpose: remove all_withhdf4.zip from the file list Description: Solution: Platforms tested:
* [svn-r5235] Purpose:Bill Wendling2002-04-231-0/+1
| | | | | | | | | | | | | | | | Update Description: Updated the way we used the AC_INIT macros so that it's current to the new standard way and not deprecated anymore. Also, added a test for some functions during parallel Fortran configure. This required the creation of an H5config_fortran.h file so that we can test for these... Platforms tested: Elena is going to test the changes to the fortran after she checks in her other code. I will test on SDSC machines after getting her code. The other changes were tested on Linux.
* [svn-r5189] Pedro Vicente Nunes2002-04-171-0/+1
| | | | | Purpose: added new file ./test/getname.c
* [svn-r5174] Purpose:Quincey Koziol2002-04-121-0/+2
| | | | Update manifest with new files.
* [svn-r5156] Purpose:Bill Wendling2002-04-101-1/+1
| | | | | | Update Description: Updated to reflect change of set_extend.c to set_extent.c.
* [svn-r5133] Purpose:Bill Wendling2002-04-021-3/+0
| | | | | | | | | Update Description: Updated MANIFEST to reflect the removal of some autotools files which the autotool upgrade made obsolete. Platforms tested: Linux
* [svn-r5132] Purpose:Bill Wendling2002-04-021-1/+0
| | | | | | | | | | | | | | | | | | | Autotools Update Description: I've updated autoconf, automake, and libtool to the latest/greatest versions; 2.53, 1.6, and 1.4.2 resp. Many changes come with the new versions: - ltconfig is no longer used - acconfig.h is no longer used (#define values are declared with the macro) - regeneration of all of the aclocal.m4, configure, and H5config.h.in files. - new config.{guess,sub} files - new ltmain.sh file Platforms tested: AIX (blue), and Linux
* [svn-r5120] Purpose:Bill Wendling2002-03-291-53/+0
| | | | | | | | | HDF4 Removal Description: There were some testfiles still left after we removed HDF4 from the HDF5 tree... Platforms tested: Linux
* [svn-r5087] Purpose:Bill Wendling2002-03-271-23/+0
| | | | | | Update Description: Reflect the removal of the HDF4 stuff from the HDF5 library
* [svn-r5041] Binh-Minh Ribler2002-03-071-1/+0
| | | | | Purpose: Updated MANIFEST for removing all_lang.zip
* [svn-r5037] Updated with added file.Albert Cheng2002-03-061-0/+1
| | | | | Platforms tested: bin/chkmanifest
* [svn-r5028] Purpose:Bill Wendling2002-02-281-0/+2
| | | | | | | | Update Description: Added the addition of the tlarge_objname.* files... Platforms tested: Linux
* [svn-r5013] Binh-Minh Ribler2002-02-261-0/+1
| | | | | Purpose: For adding INSTALL_Windows_withcpp.txt
* [svn-r5008] Purpose:Bill Wendling2002-02-251-0/+7
| | | | | | | | Test Add Description: Added a test for dumping files with the multi driver. Platforms tested: Linux
* [svn-r5007] Purpose:Bill Wendling2002-02-251-0/+15
| | | | | | | | Update Description: Updated with the newest testfiles. Platforms tested: Linux
* [svn-r4942] Purpose:Bill Wendling2002-02-121-0/+1
| | | | | | Feature Add Description: Added set_extend to the MANIFEST and test/ directory Makefile.
* [svn-r4881] Updated for the removal of examples/runexample.shAlbert Cheng2002-01-291-1/+0
|
* [svn-r4855] Purpose:Quincey Koziol2002-01-251-0/+1
| | | | Update manifest with new test file.
* [svn-r4844] Binh-Minh Ribler2002-01-211-0/+1
| | | | | | | Purpose: Updated MANIFEST Description: Added file c++/config/irix6.x for modi4
* [svn-r4782] Bill Wendling2002-01-051-0/+2
| | | | | | | | | | | | | 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
* [svn-r4757] Purpose:Albert Cheng2001-12-301-4/+0
| | | | | | | | | | | | | | | | | | 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).
* [svn-r4725] Purpose:Quincey Koziol2001-12-161-0/+1
| | | | Add missing h4toh5 file.
* [svn-r4658] Elena Pourmal2001-11-281-0/+1
| | | | | | | | | Purpose: Maintenance Description: Added configuration file for SP3 to support C++ Platforms tested: NERSC SP3
* [svn-r4636] Elena Pourmal2001-11-271-0/+1
| | | | | | | | | Purpose: Bug fix and maintenance Description: I added new file tH5E.f90 to the fortran/test directory Platforms tested: arabica and eirene
* [svn-r4630] Purpose:Quincey Koziol2001-11-211-0/+1
| | | | Add missing file.
* [svn-r4615] Purpose:Quincey Koziol2001-11-201-0/+1
| | | | | | Code cleanup Description: Add new header file
* [svn-r4613] Binh-Minh Ribler2001-11-201-0/+1
| | | | | | | | Purpose: Updating MANIFEST Description: Added ./windows/all_lang.zip, which is all.zip plus the C++ API library and tests.
* [svn-r4593] Updated for the PIO performance files.Albert Cheng2001-11-071-0/+5
|
* [svn-r4547] 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-r4475] Updated with newly added file.Albert Cheng2001-09-261-0/+1
|
* [svn-r4466] Bill Wendling2001-09-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [svn-r4450] Updated.Albert Cheng2001-09-181-0/+1
|
* [svn-r4387] Bill Wendling2001-08-181-0/+2
| | | | | | | Purpose: Update Description: Added new test files
* [svn-r4368] Purpose:Albert Cheng2001-08-161-5/+0
| | | | | | updated Platforms tested: bin/chkmanifest
* [svn-r4350] Purpose:Quincey Koziol2001-08-141-0/+1
| | | | Update manifest..
* [svn-r4347] Purpose:Albert Cheng2001-08-141-0/+7
| | | | | | | | | New feature Description: Added perform programs to test the HDF5 library performance. Programs are installed in directory perform/. Platforms tested: eirene