summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r10729] Purpose:James Laird2005-05-051-0/+1
| | | | | | | | | | | | | | | | | Cray X1 Port Description: Porting 1.7 branch to Cray X1. With these changes, HDF5 builds, but there are some errors in the tests. Working on the errors. Solution: Added nv1-cray file to config directory. Cleaned up some code in hl/c++ that was causing compiler to complain. Platforms tested: Cray X1, mir, sleipnir Misc. update:
* [svn-r10720] Purpose:Pedro Vicente Nunes2005-05-031-3/+3
| | | | | | | | | | | | new files for the fortran parallel test Description: Solution: Platforms tested: Misc. update:
* [svn-r10714] Purpose:MuQun Yang2005-05-021-0/+3
| | | | | | | | | | | | Update because of addition of windows projects. Description: Solution: Platforms tested: Misc. update:
* [svn-r10669] Purpose:James Laird2005-04-261-1/+0
| | | | | | | Bug fix Description: Removed H5f90i.h from MANIFEST.
* [svn-r10666] Purpose:MuQun Yang2005-04-261-0/+2
| | | | | | | | | | | | Adding new fortran header file name for windows. Description: Solution: Platforms tested: Misc. update:
* [svn-r10657] Purpose:James Laird2005-04-251-1/+3
| | | | | | | | | | | | | | | | | | | | Configuration feature Description: Fortran integer types (not reals) are now automatically detected at build-time. Solution: Two helper programs are used, one to detect what types the Fortran compiler has access to, and one to generate header files for C and Fortran matching up types. Platforms tested: mir, copper, modi4, pommier (last week) Misc. update: MANIFEST updated, H5f90fortran_types.f90 removed from configure.in, since it is not longer generated by configure.
* [svn-r10653] Purpose:MuQun Yang2005-04-251-1/+0
| | | | | | | | | | | | installhdf5_fort.bat is removed, update MANIFEST. Description: Solution: Platforms tested: Misc. update:
* [svn-r10645] Purpose:MuQun Yang2005-04-221-2/+1
| | | | | | | | | | | Update MANIFEST since all.zip is removed from HDF5 1.7 cvs tree. Description: Solution: Platforms tested: Misc. update:
* [svn-r10637] Purpose:Quincey Koziol2005-04-211-0/+2
| | | | | | | | | | | | Bug fix/code cleanup Description: Add tests to determine that very long (64K+) object names are working. Fixed a couple of bugs in h5dump where they weren't... Platforms tested: FreeBSD 4.11 (sleipnir) Solaris 2.9 (shanti)
* [svn-r10627] Purpose:James Laird2005-04-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Feature - libtool shared library versioning Description: Libtool provides a mechanism for different versions of the same shared library to be distinguished. Now this is applied to HDF5 when it is built as a shared library. Solution: The version number is stored in config/lt_vers.am, and included in src/Makefile.am. This number will be automatically updated by bin/h5vers; developers only need to update it when they change the API. *** IMPORTANT *** Any time the API changes, the version number in config/lt_vers.am must be updated! Platforms tested: mir, eirene, verbena, modi4 Misc. update:
* [svn-r10609] Purpose:Fang Guo2005-04-141-0/+2
| | | | | | | | | | | Update test project files under hdf5/windows Description: Solution: Platforms tested: Misc. update:
* [svn-r10570] Purpose: MaintenanceElena Pourmal2005-04-071-5/+0
| | | | | | | | | | | Description: Removed support for SRB driver Solution: Removed or modified appropriate files; ran reconfigure to regenerate Makefile.in and configure files. Platforms tested: heping and shanti Misc. update: ran bin/chkmanifest on heping
* [svn-r10553] Updated for newly added fortran parallel example file.Albert Cheng2005-04-051-0/+1
|
* [svn-r10549] Purpose:Quincey Koziol2005-04-051-0/+10
| | | | Update manifest
* [svn-r10535] Purpose: Spliting TestRaymond Lu2005-04-041-0/+1
| | | | | | | | | | | | Description: Split test/dtypes.c because it's so big. Moved all integer-integer, floating-floating, integer-floating, floating-integer, derived integer, derived floating conversion tests to a new test program, dt_atomic.c. The test remains the same basically. Platforms tested: fuss and h5committest Misc. update: MANIFEST
* [svn-r10507] Purpose:Pedro Vicente Nunes2005-03-291-0/+2
| | | | | | | | | | | | | | | | | add a new feature for the test image API, read a palette from an ASCII file and attach several palettes to an image Description: Solution: Platforms tested: linux solaris AIX IRIX Misc. update:
* [svn-r10506] Purpose:Quincey Koziol2005-03-291-2/+9
| | | | | | | | | | | | New feature Description: Add first iteration of "segmented heap" code, which will be used to store links in groups in a more flexible way than the previous "local heap" mechanism. Platforms tested: FreeBSD 4.11 (sleipnir) w/parallel Solaris 2.9 (shanti)
* [svn-r10498] Purpose:Pedro Vicente Nunes2005-03-291-0/+3
| | | | | | | | | | | | | | | add 1 test that reads realistic dimension scales data from an ASCII file and generates an hdf5 file with DSs Description: Solution: Platforms tested: linux solaris IRIX Misc. update:
* [svn-r10497] Purpose:Fang Guo2005-03-291-1/+55
| | | | | | | | | | | Add windows project files. Description: Solution: Platforms tested: Misc. update:
* [svn-r10473] Purpose:Fang Guo2005-03-281-0/+4
| | | | | | | | | | | | More windows project files to be added. Description: Solution: Platforms tested: Misc. update:
* [svn-r10471] Purpose:Fang Guo2005-03-281-1/+201
| | | | | | | | | | | | | Update MANIFEST for windows project files. Description: Many windows project files are added into CVS. MANIFEST needs to be updated. Solution: Platforms tested: Misc. update:
* [svn-r10459] James Laird2005-03-281-1/+11
| | | | | | | | | | | | | | | | | Purpose: Added C++ wrapper for Packet Table API. Description: Added macro for high-level C++ library (LIBH5CPP_HL), which changes every Makefile.in. Added directories for high-level C++ library (though currently only Packet Table API is supported). Added both C++ source and tests. Platforms tested: sleipnir, mir, modi4 Misc. update:
* [svn-r10458] Purpose:Pedro Vicente Nunes2005-03-281-0/+6
| | | | | | | | | | | | | | | added new tests for the image API Description: Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r10241] Purpose: Added new C++ test fileBinh-Minh Ribler2005-03-201-0/+1
| | | | | Description: Added ./c++/test/tattr.cpp
* [svn-r10234] Purpose:James Laird2005-03-181-0/+5
| | | | | | | | | | | | | | | | | | | | | Added Packet Table to high-level APIs Description: The Packet Table is an API that allows the user to append records ("packets") to a table, and read the back again. It supports fixed-length records with a defined datatype and variable-length records. It also supports a "current record" index to track the user's position in the table. Solution: The Packet Table code lives in hl/src, and its tests in hl/test. Some code is shared between the H5TB table and the H5PT Packet Table in the form of functions in H5HL_private.c. Some documentation exists for a previous version of the API. Updated documentation and C++ wrapper API coming soon. Platforms tested: sleipnir, eirene, copper, modi4
* [svn-r10193] Purpose:Quincey Koziol2005-03-111-0/+9
| | | | Add block tracker files.
* [svn-r10130] Purpose:Albert Cheng2005-03-031-5/+0
| | | | | | | Retired GASS driver. Platforms tested: H5committested.
* [svn-r10127] Updated with new file.Albert Cheng2005-03-031-0/+1
|
* [svn-r10087] Purpose: New feature and testRaymond Lu2005-02-251-1/+1
| | | | | | | | | | | Description: Somehow, the hardware conversions between "long double" and other native floating-point types were left out. Solution: Added the hardware conversion functions in H5Tconv.c and test cases in dtypes.c. Platforms tested: h5committest and fuss. Misc. update: updated MANIFEST to replace bin/reconfigure.sh with bin/reconfigure
* [svn-r10067] Purpose:Robert E. McGrath2005-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | feature Description: h5repack support for scaleoffset compression Checking in early to help debug the filter. Solution: Added messages and command line to handle new scale offset filter. Note: TESTS ARE DISABLED FOR NOW. The filter is not complete, repack tests may fail due to know problems. PLEASE DO NOT MESS WITH THE SCALEOFFSET TESTS AT THIS TIME. They will be enabled when the filter is ready. Platforms tested: verbena,copper,shanti Misc. update: MANIFEST
* [svn-r10061] Purpose:Robert E. McGrath2005-02-211-0/+1
| | | | | | | | | | Description: Solution: Platforms tested: Misc. update:
* [svn-r10041] Purpose:Quincey Koziol2005-02-181-6/+6
| | | | Re-sort src files a bit
* [svn-r10040] Purpose:Quincey Koziol2005-02-181-18/+18
| | | | Sort files in src directory
* [svn-r10039] Purpose:Quincey Koziol2005-02-181-27/+27
| | | | Update manifest with missing H5Zscaleoffset.c file.
* [svn-r10018] Purpose:Albert Cheng2005-02-161-0/+3
| | | | Updated for the three newly added source files in h5diff.
* [svn-r10011] Purpose:Robert E. McGrath2005-02-151-0/+1
| | | | | | | | | | Description: Solution: Platforms tested: Misc. update:
* [svn-r9996] Purpose:Quincey Koziol2005-02-121-0/+1
| | | | Update manifest with file that was accidentally removed.
* [svn-r9992] Purpose:Robert E. McGrath2005-02-111-1/+1
| | | | | | | | | | Description: Solution: Platforms tested: Misc. update:
* [svn-r9955] Purpose:Quincey Koziol2005-02-081-0/+1
| | | | | | | | | | | | | | New feature & bug fix Description: Allow h5debug tool to dump "test" v2 B-trees correctly. Also, fix incorrect parameter passing that was causing failures on various platforms. Platforms tested: FreeBSD 4.11 (sleipnir) AIX 5.2 (copper)
* [svn-r9939] Purpose:Quincey Koziol2005-02-041-0/+1
| | | | | | | | | | | | | New feature Description: Expand v2 B-tree code to support splitting the root node when enough records are inserted and move metadata cache callbacks into their own source file. Platforms tested: FreeBSD 4.11 (sleipnir) w/parallel Too minor for h5committest
* [svn-r9932] Updated with the newly added testph5diff.sh file.Albert Cheng2005-02-041-0/+1
|
* [svn-r9928] Purpose:Quincey Koziol2005-02-031-0/+6
| | | | | | | | | | | | | New feature Description: Add basic code for new B-tree implementation. They don't do much yet, aren't hooked up to anything yet and the format may change, but I'd like to start getting them into the daily tests. Platforms tested: FreeBSD 4.11 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r9906] Purpose:James Laird2005-02-011-0/+2
| | | | | | | | | | | | | Bug fix Description: Two files in the bin directory didn't make it into CVS. Solution: Added depcomp and compile to CVS repository. Platforms tested: Already testsed with these files.
* [svn-r9902] Purpose:James Laird2005-02-011-46/+52
| | | | | | | | | | | | | | | Configuration feature Description: HDF5 now uses automake to generate Makefiles Solution: Makefile.in files are now generated from Makefile.am files. To reconfigure (after chaning a Makefile.am or configure.in): /bin/sh bin/reconfigure.sh Platforms tested: Many
* [svn-r9884] Purpose:Pedro Vicente Nunes2005-01-291-0/+1
| | | | | | | | | | | | | | | bug fix I forgot to add one file to cvs Description: Solution: Platforms tested: linux Misc. update:
* [svn-r9883] Purpose:Pedro Vicente Nunes2005-01-291-0/+2
| | | | | | | | | | | | | | | | | | | | | added a first batch of dimension scales fix some small bubgs in lite (a close function was not being called ) Description: this batch contains the basic API functions described in the RFC and a minimal test file Solution: Platforms tested: linux solaris 64 AIX windows Misc. update:
* [svn-r9881] Purpose:Pedro Vicente Nunes2005-01-281-2/+2
| | | | | | | | | | | | | | | | | changed the name of the hl table files back to H5TB.c and H5TB.h this can be done now because the H5TB.c (threaded binary trees) file was removed from the hdf5 library Description: Solution: Platforms tested: linux Misc. update:
* [svn-r9873] Updated with newly added file.Albert Cheng2005-01-261-0/+1
|
* [svn-r9857] Purpose: MaintenanceElena Pourmal2005-01-221-15/+0
| | | | | | | | | | | | | | Description: Removed PABLO from the source Solution: Platforms tested: arabica with 64-bit, copper with parallel, heping with GNU C and C++ and PGI fortran (but I disabled hl, there is some weird problem only on heping: F9XMODFLAG is not propagated to the Makefile files Misc. update:
* [svn-r9843] Purpose:Xuan Bai2005-01-201-0/+1
| | | | | | | | | | | | A new configuration file hdf5/config/i686-pc-cygwin is add for HDF5 on Cygwin. So MANIFEST should be updated to include this file. Description: Solution: Platforms tested: Misc. update: