summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn-r4330] Purpose:Quincey Koziol2001-08-121-0/+1
| | | | | | Update missing files. Platforms tested: Eyeballs 2.1
* [svn-r4292] Bill Wendling2001-08-011-0/+1
| | | | | | | | | | | | | | | | 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
* [svn-r4280] Purpose:Quincey Koziol2001-07-301-0/+1
| | | | Include new 'testmeta' source.
* [svn-r4159] Pedro Vicente Nunes2001-07-091-0/+1
| | | | | | | | | | | | Purpose: added CW doc to manifest Description: Solution: Platforms tested:
* [svn-r4114] Elena Pourmal2001-07-051-11/+13
| | | | | | | 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-r4111] Dan Wells2001-07-051-0/+1
| | | | | | | | | | | | | | 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
* [svn-r4095] Frank Baker2001-07-021-0/+2
| | | | | | | | | 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
* [svn-r4056] Barbara Jones2001-06-221-0/+1
| | | | | | | Purpose: Added footer-ncsalogo.gif to the MANIFEST Description: Fixes problem where NCSA logo caused broken link
* [svn-r4009] updated manifestPedro Vicente Nunes2001-06-151-12/+1
|
* [svn-r3979] image examplePedro Vicente Nunes2001-06-091-0/+6
|
* [svn-r3978] manifest add filesPedro Vicente Nunes2001-06-091-4/+6
|
* [svn-r3975] added image and lite filesPedro Vicente Nunes2001-06-071-0/+4
|
* [svn-r3950] Purpose:Bill Wendling2001-05-291-1/+0
| | | | | | Updated Description: Showed removal of versinfo
* [svn-r3933] Purpose:Bill Wendling2001-05-151-12/+0
| | | | | Updated to reflect removal of bin/ directory in fortran/ and c++/ directories.
* [svn-r3922] Elena Pourmal2001-05-121-1/+1
| | | | | | | | | | | 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
* [svn-r3919] Rushabh Doshi2001-05-121-0/+13
| | | | | | | | | | | | | | | | | | | | | 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-r3883] Updated for newly added files.Albert Cheng2001-05-011-0/+2
|
* [svn-r3873] Elena Pourmal2001-04-291-2/+2
| | | | | | | | 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)
* [svn-r3859] Elena Pourmal2001-04-271-0/+1
| | | | | | | | | | 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
* [svn-r3856] Purpose:Bill Wendling2001-04-241-0/+4
| | | | | | Update Description: Added the new testfiles.
* [svn-r3850] Updated for the added file.Albert Cheng2001-04-241-0/+1
|
* [svn-r3813] Purpose:Quincey Koziol2001-04-161-0/+2
| | | | | | Update.. Description: Add OSF5 files.
* [svn-r3775] Purpose:Albert Cheng2001-04-041-1/+0
| | | | | | Updated for the removal of pablo/ProcTrace.inc Platforms tested: bin/chkmanifest it in eirene
* [svn-r3647] Purpose:Bill Wendling2001-03-151-0/+1
| | | | | | | | Update Description: Added the ./c++/test/th5s.h5 file to the MANIFEST Platforms tested: Linux
* [svn-r3630] Purpose:Bill Wendling2001-03-141-0/+1
| | | | | | | | Update Description: Added new test for C++ library Platforms tested: Linux
* [svn-r3608] Elena Pourmal2001-03-121-1/+0
| | | | | | | | | Purpose: Bug fix Description: ./fortran/testpar/thdf5.f90 line was included twice in the file Solution: Removed.
* [svn-r3580] Purpose:Bill Wendling2001-03-091-0/+2
| | | | | | | | Update Description: Added the h5tools_utils.* files. Platforms tested: Linux
* [svn-r3565] Purpose:Bill Wendling2001-03-081-0/+53
| | | | | | | | Update Description: Added new tutorial examples. Platforms tested: Linux
* [svn-r3545] Purpose:Bill Wendling2001-03-051-0/+3
| | | | | | | | Update Description: Added the new C++ test files. Platforms tested: Linux
* [svn-r3509] Purpose:Bill Wendling2001-02-231-1/+1
| | | | | | Update Description: Moved talign from tools directory to tools/lib directory
* [svn-r3494] Purpose:Bill Wendling2001-02-221-27/+47
| | | | | | | | Updated Description: Reflecting the code movements in the tools directory. Platforms tested: Linux
* [svn-r3486] Robert E. McGrath2001-02-221-1/+0
| | | | | | | Purpose: Removing junk file from tools tests. Description: Accidently checked in a file that is not used.
* [svn-r3448] Purpose:Bill Wendling2001-02-191-81/+0
| | | | | | | | update Description: Modified to reflect removal of the h4-h5 test files. Platforms tested: Guessed
* [svn-r3441] Purpose:Albert Cheng2001-02-181-2/+0
| | | | | | Updated Platforms tested: bin/chkmanifest
* [svn-r3423] Purpose:Bill Wendling2001-02-161-0/+3
| | | | | | | | Update Description: Updated with the new testfiles. Platforms tested: Linux
* [svn-r3421] MuQun Yang2001-02-161-0/+36
| | | | | | | | | | | | | | | | 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.]
* [svn-r3408] Purpose:Robert E. McGrath2001-02-141-0/+57
| | | | | | | | Adding new feature. Description: XML output option to h5dump Platforms tested: SPARC Solaris 2.7, Irix6.5 (32bit), Linux, Win98