summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7276] Purpose:Robert E. McGrath2003-07-291-0/+23
| | | | | | | | | | | | | | | | | | | This is an omibus update to the h5dump program. 1. Fixes bug 888 2. updates XML output to 1.6 Description: Solution: Platforms tested: verbena, arabica, copper (64) Misc. update: MANIFEST updated Need to do release notes.
* [svn-r7269] Purpose:Bill Wendling2003-07-281-67/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Update Description: Revamped the configuration system. The configurations for the Fortran and C++ libraries are no longer separate from the "main" configuration system. This involved removing the "configure*" and "aclocal.m4" files from the fortran/ and c++/ subdirectories. Also merging settings in the config/ subdirectories into the main config/ subdirectory. Fortran header files had to be modified a little for Linux. It was checking if it was a Linux machine by some #defines, however with the -std=c99 switch, these defines weren't there. I added a check for some other ones which should be there whether the -std=c99 switch is used or not. Platforms tested: Verbena (Fortran & C++) Sol (Fortran & C++) Copper (Fortran & C++) Modi4 (Parallel, Fortran, & C++) Misc. update:
* [svn-r7252] Description:Albert Cheng2003-07-231-0/+1
| | | | | updated for the newly added command chkcopyright. the files.
* [svn-r7231] Purpose:Quincey Koziol2003-07-161-0/+1
| | | | Update with new test file generator
* [svn-r7208] Purpose: UpdateRaymond Lu2003-07-111-0/+1
| | | | Description: a new test errors.c was added to test directory.
* [svn-r7195] Purpose:Albert Cheng2003-07-091-0/+1
| | | | | | | | | | | | | | | | | New tool. Description: A new tool to build the HDF5 library. This was historically the makeh5 command. Added here so that it can be used in machines outside of the HDF Groups. Having it in the source allows version specific customization. Platforms tested: Did run h5committest which failed due to other source code problems. Tested it by hand by ../hdf5/bin/buildhdf5 and passed as far as its own functionality. Misc. update:
* [svn-r7191] Purpose:Quincey Koziol2003-07-091-0/+5
| | | | | | | | | | Code cleanup Description: Track new "debug" modules for library. Platforms tested: h5committested
* [svn-r7183] Purpose:Quincey Koziol2003-07-081-0/+1
| | | | | | | Update manifest Description: Add new lint control file.
* [svn-r7117] Elena Pourmal2003-06-281-0/+3
| | | | | | | | | | | | | Purpose: Maintenance Description: I added three new configuration files in c++/config directory for Cray SV1, T3E and T90IEEE Solution: Modified MANIFEST to add new files. Platforms tested: Misc. update:
* [svn-r7049] Purpose:Albert Cheng2003-06-181-0/+1
| | | | | | | | | | | | updated for the added C++ config file. Description: Solution: Platforms tested: Misc. update:
* [svn-r7011] Purpose:Binh-Minh Ribler2003-06-101-0/+2
| | | | | | | | | Update MANIFEST Description: Added these: c++/test/h5cpputil.h c++/test/h5cpputil.cpp
* [svn-r6982] Purpose:Bill Wendling2003-06-051-0/+1
| | | | | | | | | | | | | | Utility Addition Description: Added h5c++ script file to compile HDF5 C++ applications. Platforms tested: Verbena (Fortran & C++) Arabica (Fortran & C++) Modi4 (Fortran & Parallel) Misc. update:
* [svn-r6958] Purpose:Quincey Koziol2003-06-041-0/+2
| | | | | | | | | | | | | Code cleanup Description: Move dataspace testing code into separate module to avoid linking it into user's applications. Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ FreeBSD 4.8 (sleipnir) w/parallel h5committested
* [svn-r6944] Elena Pourmal2003-06-021-0/+1
| | | | | | | | | | | | | Purpose: Maintenance for 1.6 release Description: I added INSTALL_Windows_withf90.txt file that was lost in 1.5 branch. Solution: Modified MANIFEST to include new file. Platforms tested: Misc. update:
* [svn-r6924] Purpose:Pedro Vicente Nunes2003-05-291-0/+1
| | | | | | | | | | | | added news test file for h5diff Description: Solution: Platforms tested: Misc. update:
* [svn-r6910] Purpose:Pedro Vicente Nunes2003-05-221-0/+2
| | | | | | | | | | | | added 2 test fiels for h5ls Description: Solution: Platforms tested: Misc. update:
* [svn-r6896] Purpose:Pedro Vicente Nunes2003-05-191-87/+58
| | | | | | | | | | | | added new test files for h5diff Description: Solution: Platforms tested: Misc. update:
* [svn-r6878] Purpose:Quincey Koziol2003-05-151-0/+2
| | | | | | | | | | | Code cleanup Description: Limit the scope on more function prototypes/macros/typedefs. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest not necessary.
* [svn-r6870] Purpose:Quincey Koziol2003-05-131-1/+2
| | | | | | | | | | | | New test Description: Added test to check for dangling objects being handled correctly by the library. Platforms tested: FreeBSD 4.8 (sleipnir) h5committested
* [svn-r6838] Purpose:Pedro Vicente Nunes2003-05-081-0/+2
| | | | | | | | | | | | added 2 test files for h5diff that were accidently left over yesterday Description: Solution: Platforms tested: Misc. update:
* [svn-r6826] Purpose:Pedro Vicente Nunes2003-05-071-0/+7
| | | | | | | | | | | | added new test files for h5diff Description: Solution: Platforms tested: Misc. update:
* [svn-r6825] Purpose:Quincey Koziol2003-05-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | New feature/enhancement Description: Chunked datasets are handled poorly in several circumstances involving certain selections and chunks that are too large for the chunk cache and/or chunks with filters, causing the chunk to be read from disk multiple times. Solution: Rearrange raw data I/O infrastructure to handle chunked datasets in a much more friendly way by creating a selection in memory and on disk for each chunk in a chunked dataset and performing all of the I/O on that chunk at one time. There are still some scalability (the current code attempts to create a selection for all the chunks in the dataset, instead of just the chunks that are accessed, requiring portions of the istore.c and fillval.c tests to be commented out) and performance issues, but checking this in will allow the changes to be tested by a much wider audience while I address the remaining issues. Platforms tested: h5committested, FreeBSD 4.8 (sleipnir) serial & parallel, Linux 2.4 (eirene)
* [svn-r6818] Elena Pourmal2003-05-061-0/+2
| | | | | | | | | | | | | | Purpose: Maintenance for T3E Description: Cray updated T3E to run unicosmk2.0.6.X Configuration failed. Solution: Created new unicosmk2.0.6.X files in the config and fortran/config directories and added them to MANIFEST Platforms tested: Cray T3E Misc. update:
* [svn-r6811] Purpose:Pedro Vicente Nunes2003-05-061-1/+0
| | | | | | | | | | | | remove a test file for h5diff that was left over Description: Solution: Platforms tested: Misc. update:
* [svn-r6785] Purpose:Bill Wendling2003-04-301-0/+2
| | | | | | | | | | | | | | | | Feature Add Description: It's now possible to print out characters as actual characters instead of their decimal equivalent numbers. It's the same thing that h5ls does. The flag to do this is "--string" or "-r". Platforms tested: Verbena (Fortran & C++) Arabica (Fortran) Modi4 (Fortran & Parallel) Misc. update:
* [svn-r6775] Purpose:Pedro Vicente Nunes2003-04-291-1/+0
| | | | | | | | | | | | removed one h5diff testfile, that was accidentely left there Description: Solution: Platforms tested: Misc. update:
* [svn-r6770] Purpose:Pedro Vicente Nunes2003-04-281-8/+44
| | | | | | | | | | | | added testfiles for h5diff Description: Solution: Platforms tested: Misc. update:
* [svn-r6715] Purpose:Albert Cheng2003-04-181-0/+1
| | | | | | | | | | | | updated. Description: Solution: Platforms tested: Misc. update:
* [svn-r6710] Purpose:Albert Cheng2003-04-181-0/+1
| | | | | | | | | updated with added file, testpar/t_ph5basic.c Platforms tested: bin/chkmanifest Misc. update:
* [svn-r6706] Purpose:Pedro Vicente Nunes2003-04-171-0/+3
| | | | | | | | | | | | | added test files for h5diff : Description: Solution: Platforms tested: Misc. update:
* [svn-r6693] Purpose:Pedro Vicente Nunes2003-04-171-0/+28
| | | | | | | | | | | | added more /tools/testfiles for h5diff Description: Solution: Platforms tested: Misc. update:
* [svn-r6681] Elena Pourmal2003-04-151-0/+2
| | | | | | | | | | | | | Purpose: Catching up with 1.4 branch Description: 1.5 didn't have unicos10.0.X configuration files for both C and fortran. Solution: Added the files and updated MANIFEST Platforms tested: bin.chmanifest on arabica Misc. update:
* [svn-r6680] Purpose:Bill Wendling2003-04-151-0/+1
| | | | | | | | | | | | | | Feature Add Description: Added a "libhdf5_fortran.settings" file to the Fortran library. Platforms tested: Arabica (Fortran) Modi4 (Parallel & Fortran) Vebena (Fortran & C++) Misc. update:
* [svn-r6625] Purpose:Pedro Vicente Nunes2003-04-101-5/+21
| | | | | | | | | | | | added new test files for h5diff Description: Solution: Platforms tested: Misc. update:
* [svn-r6622] Purpose:Bill Wendling2003-04-101-1/+2
| | | | | | | | | | | | | | | | | | | Addition Description: Added "h5fc" utility. This is the same as the "h5cc" utility but for Fortran. It only handles static libraries since that's the only library we build for Fortran. Note! I've tested the code on the normal platforms but I haven't tested the utility itself. Platforms tested: Arabica (Fortran) Modi4 (Fortran & Parallel) Burrwhite (Fortran & C++ Misc. update:
* [svn-r6614] Purpose:Quincey Koziol2003-04-091-3/+4
| | | | Add new H5Zpkg.h header
* [svn-r6592] Purpose:Pedro Vicente Nunes2003-04-071-0/+5
| | | | | | | | | | | | | added testfiles of h5diff to MANIFEST Description: Solution: Platforms tested: none Misc. update:
* [svn-r6583] Elena Pourmal2003-04-031-0/+38
| | | | | | | | | | | | | | | | | | | Purpose: New tool Description: Pankaj created h5import tool long time ago. I am finally checking the source code in for the 1.6 release. Known problems: h5import test will crash if srcdir option is used; will be fixed before the release. Solution: Platforms tested: vebena, arabica, modi4 were tested. h5import tests passed I also tested on arabica with srcdir option to make sure that there is a problem when srcdir is used. After that I disabled h5import tests. Daily tests will build h5import, but will not run h5import tests. Misc. update:
* [svn-r6562] Purpose:Pedro Vicente Nunes2003-04-021-0/+5
| | | | | | | | | | | | | | | added test files for h5diff Description: 2 binary hdf5 files, generated by h5difftst.c located in /tools/h5diff 1 of several text files to be added , that have a predifined h5diff output , to be compared with the output of the program rum by testh5diff.sh Solution: Platforms tested: Misc. update:
* [svn-r6561] Purpose:Albert Cheng2003-04-021-0/+2
| | | | | | | | | Updated with the two newly added configure files. Platforms tested: bin/chkmanifest succeeded. Misc. update:
* [svn-r6554] Purpose:MuQun Yang2003-04-011-0/+1
| | | | | | | | | | | | Adding new code name (H5Zszip.c) to MANIFEST Description: Solution: Platforms tested: Misc. update:
* [svn-r6517] Elena Pourmal2003-03-211-0/+1
| | | | | | | | | | | | | | | Purpose: Bug fix. Description: When I added support for filters, I forgot to add fortan man pages file to the MANIFEST file. When I run chkmanifest, I discovered that there was also a typo ( ./dac/Makefile.in instead of ./doc/Makefile.in ) Solution: added ./doc/html/fortran/h5z_FORTRAN.html and chnages "a" to "o" Platforms tested: arabica with bin/chkmanifest Misc. update:
* [svn-r6511] Purpose:Binh-Minh Ribler2003-03-201-0/+1
| | | | Added config file c++/config/hpux11.00
* [svn-r6489] Elena Pourmal2003-03-191-0/+5
| | | | | | | | | | | | | | | | | | Purpose: Catching up with C library Description: Added new files for PGI compilers support on Linux 2.4 config/linux-gnuaout fortran/config/linux-gnuaout Added new source and test files for filters fortran/src/H5Zf.c fortran/src/H5Zff.f90 fortran/test/tH5Z.f90 Solution: Platforms tested: arabica(C and F90), burrwhite (pgcc and pgf90), modi4 (F90 and parallel) Misc. update:
* [svn-r6486] Purpose:Quincey Koziol2003-03-181-0/+2
| | | | | | | | | | | | | | | | Bug fix Description: "make distclean" is failing currently in the doc/html/ed_libs and doc/html/ed_styles directories for lack of a 'Dependencies' file. Solution: Add it. Platforms tested: FreeBSD 4.7 (sleipnir) Misc. update:
* [svn-r6480] Purpose:Bill Wendling2003-03-141-0/+2
| | | | | | Update Description: Added Makefile.ins for the new doc directories
* [svn-r6479] Frank Baker2003-03-141-0/+27
| | | | | | Purpose: Add stylesheet (doc/html/ed_styles/*) and DW library (doc/html/ed_libs/*) files to MANIFEST for HDF5 doc set DreamWeaver adaptation.
* [svn-r6463] Elena Pourmal2003-03-051-0/+1
| | | | | | | | | | | | Purpose: Maintenance Description: Added support for variable length datatypes. Solution: I added support for Fortran VL types to 1.4 branch before the hdf5-1.4.5 release. Now I am bringing changes back to the 1.5 branch Platforms tested: arabica (fortran), eirene (fortran), modi4 (parallel, fortran)
* [svn-r6436] Purpose:Quincey Koziol2003-02-241-0/+3
| | | | | | | | | | | | | New internal feature Description: Add internal API for building and working with heaps (H5HP). This will be used for the LRU algorithm in the new metadata cache code. Platforms tested: Tested h5committest {arabica (fortran), eirene (fortran, C++) modi4 (parallel, fortran)} FreeBSD 4.7 (sleipnir)
* [svn-r6411] Purpose:Quincey Koziol2003-02-171-2/+1
| | | | | | | | | | | | | | | | | | | | | | Code cleanup Description: Clean up miscellaneous warnings which have crept into the code. Fix "_POSIX_C_SOURCE not defined" warning on FreeBSD. Adjust gcc compiler flags to be more concise for production mode. Refactor the H5O code so that there is a stronger boundary between code in the H5O package and code in the library which just calls H5O routines. Platforms tested: Tested h5committest {arabica (fortran), eirene (fortran, C++) modi4 (parallel, fortran)} FreeBSD 4.7 (sleipnir) serial & parallel and gcc 2.95.4 & gcc 3.2.2 Misc. update: Update MANIFEST if you add or remove any file.