summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r10095] Purpose:Quincey Koziol2005-02-261-1/+1
| | | | Update manifest with reconfigure.sh -> reconfigure change
* [svn-r10054] Purpose: Update removed filesBinh-Minh Ribler2005-02-211-3/+0
| | | | | | | | Description: Removed: c++/src/H5Idtemplates.h c++/src/H5RefCounter.cpp c++/src/H5RefCounter.h
* [svn-r9897] Purpose:James Laird2005-01-311-0/+1
| | | | | | | | Forgot to update Manifest Solution: Added bin/reconfigure.sh to Manifest.
* [svn-r9852] Purpose: MaintenanceElena Pourmal2005-01-201-15/+0
| | | | | | | | | | Description: Removed PABLO instrumentation from HDF5 source Solution: Platforms tested: arabica, copper (parallel), mir Misc. update:
* [svn-r9847] 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:
* [svn-r9779] Purpose:Quincey Koziol2005-01-081-3/+0
| | | | | | | | | | | | | | | Remove feature Description: Retire threaded, balanced binary tree code from HDF5 use. Requiescat in pace... Also, regenerate dependencies files. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require full h5committesting (the code is already disconnected from everything except its tests)
* [svn-r9742] Purpose:Frank Baker2005-01-041-4/+0
| | | | | | Removing documents that were superseded by the C++ RM (at Release 11.6.3). Removing duplicate entry for a C++ RM file: ./doc/html/cpplus_RM/header_files/filelist.xml
* [svn-r9729] Purpose:Quincey Koziol2004-12-291-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fix/Code Cleanup/Doc Cleanup/Optimization/Branch Sync :-) Description: Generally speaking, this is the "signed->unsigned" change to selections. However, in the process of merging code back, things got stickier and stickier until I ended up doing a big "sync the two branches up" operation. So... I brought back all the "infrastructure" fixes from the development branch to the release branch (which I think were actually making some improvement in performance) as well as fixed several bugs which had been fixed in one branch, but not the other. I've also tagged the repository before making this checkin with the label "before_signed_unsigned_changes". Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel & fphdf5 FreeBSD 4.10 (sleipnir) w/threadsafe FreeBSD 4.10 (sleipnir) w/backward compatibility Solaris 2.7 (arabica) w/"purify options" Solaris 2.8 (sol) w/FORTRAN & C++ AIX 5.x (copper) w/parallel & FORTRAN IRIX64 6.5 (modi4) w/FORTRAN Linux 2.4 (heping) w/FORTRAN & C++ Misc. update:
* [svn-r9708] Updated with new added timekeeper.Albert Cheng2004-12-231-0/+1
|
* [svn-r9681] Purpose:Albert Cheng2004-12-161-0/+1
| | | | Updated with added bin/deploy entry
* [svn-r9638] Updated with the newly added file.Albert Cheng2004-12-071-0/+1
|
* [svn-r9595] Purpose:Pedro Vicente Nunes2004-11-291-0/+21
| | | | | | | | | | | | | added hl to the 1.6 branch, as was done for the 1.7 Description: Solution: Platforms tested: linux (using a build directory outside the source) Misc. update:
* [svn-r9582] Purpose:Quincey Koziol2004-11-271-0/+3
| | | | | | | | | | | | | | | | | | | | Add new internal data structure Description: Add an implementation of skip lists to the library (see comment in src/H5SL.c for references to the papers describing them) as a potential replacement for our current threaded, balanced binary tree container. Skip lists are much simpler to implement and should be faster to use. Also, added new error codes to release branch, so bump the minor version number to indicate that the library is no longer perfectly compatible with the 1.6.3 release. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) Too minor to require further testing (the skip lists aren't actually used by any library code yet)
* [svn-r9578] Purpose:Quincey Koziol2004-11-261-0/+1
| | | | Update manifest with missing file
* [svn-r9548] updated with new file entry.Albert Cheng2004-11-181-0/+1
|
* [svn-r9467] Purpose:Quincey Koziol2004-10-271-0/+3
| | | | Update manifest with new files.
* [svn-r9435] Purpose:Pedro Vicente Nunes2004-10-191-1/+0
| | | | | | | | | | | | | | | | bug fix Description: one case was not handled in the combination of input options (layout and filters) Solution: redo the algorythm that handles all cases Platforms tested: linux Misc. update:
* [svn-r9402] Purpose:Quincey Koziol2004-10-121-0/+4
| | | | | | | | | | | | | | | | | Port development branch changes to release branch. Description: Initial step in bringing changes to support new metadata cache from the development branch to the release branch. Solution: This checkin just aligns the H5AC* API changes, as well as bringing back various minor code cleanups, etc. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) Linux 2.4 (verbena) w/FORTRAN
* [svn-r9386] Purpose:Quincey Koziol2004-10-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | Refactor and update fortran configuration Description: Changed configure.in to include the production, debugging and profiling flags for FORTRAN in the command line. Added '-flags' files for PGI and Intel C compilers Added '-fflags' files for PGI and Intel FORTRAN compilers Updated 'gnu-flags' file for GNU C compiler to not modify compiler flags when gcc is not being used. Make detection of the correct FORTRAN compiler a bit smarter for Linux platforms. (And carried over some of the minor changes to other affected machines) Platforms tested: Linux 2.4 (tungsten) w/PGI and Intel C & FORTRAN compilers. Changes not tested by h5committest
* [svn-r9383] Purpose:Robert E. McGrath2004-10-081-0/+18
| | | | | | | | | | | | | | Putting 'h5jam' in the 1.6 branch Description: Solution: Platforms tested: verbena, arabica, cobalt Misc. update:
* [svn-r9374] Purpose:Quincey Koziol2004-10-061-0/+1
| | | | Update manifest with new file.
* [svn-r9356] Purpose:Quincey Koziol2004-10-011-0/+2
| | | | | | | | | | | | | | | | Bug fix & code cleanup Description: More dataset cleanups to get to a point where we can fix the chunked I/O bug. Also fix a couple of errors in the recent file object resurrection changes which should hopefully address the recent daily test failres (H5T.c) Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) h5committest
* [svn-r9345] Purpose:Quincey Koziol2004-09-301-1/+0
| | | | Update manifest list.
* [svn-r9292] Purpose: MaintenanceElena Pourmal2004-09-211-2/+0
| | | | | | | | | | | | Description: Removed entries for INSTALL_Windows_withF90.txt INSTALL_Windows_withcpp.txt since files were deleted from CVS. Solution: Platforms tested: arabica with bin/chkmanifest Misc. update:
* [svn-r9248] Purpose:Quincey Koziol2004-09-141-0/+3
| | | | Update manifest with new files for C++ reference manual directory.
* [svn-r9238] Description:Frank Baker2004-09-091-0/+2
| | | | Add Dependencies and Makefile.in in hdf5/doc/html/cpplus_RM/.`
* [svn-r9170] Purpose:MuQun Yang2004-08-271-1/+1
| | | | | | | | | | | | | | | Re-order the addition of two windows install docs to MANIFEST. Description: MANIFEST has been updated when two new windows installed files are checked in. However, daily tests show check of MANIFEST failed. It seems that the order of the file makes difference. Change the order of the two install files in the MANIFEST. See whether it will fail again. Solution: Platforms tested: Misc. update:
* [svn-r9167] Purpose:Xuan Bai2004-08-261-0/+2
| | | | | | | | | | | | Add two new document files for windows support. Description: Solution: Platforms tested: Misc. update:
* [svn-r9136] Purpose:Pedro Vicente Nunes2004-08-231-0/+1
| | | | | | | | | | | | | | | | | | new test for h5repack Description: added a test that generates and copies a file with a dataset with fill value (this is to test the property list function H5Pequal) Solution: Platforms tested: linux solaris aix Misc. update:
* [svn-r9093] Purpose: Removing unused filesBinh-Minh Ribler2004-08-161-3/+1
| | | | | | | | | Description Removed these lines because the files were there by mistake: ./doc/html/cpplus_RM/page1.html ./doc/html/cpplus_RM/pages.html Misc. update:
* [svn-r9092] Purpose: Adding files for C++ API RMBinh-Minh Ribler2004-08-161-0/+5
| | | | | | | | | | | | | Description: Added these lines ./c++/src/config_cpp_doc ./c++/src/h5c++.in ./c++/src/header.html ./c++/src/header_files/filelist.xml ./c++/src/header_files/image001.jpg ./c++/src/header_files/image002.jpg Misc. update:
* [svn-r9061] Purpose:MuQun Yang2004-08-111-1/+0
| | | | | | | | | | | | | remove the line with all_withf90.zip. Description: all_withf90.zip is no longer needed due to merging of fortran projects to all.zip Solution: Platforms tested: Misc. update:
* [svn-r9044] Frank Baker2004-08-071-2/+0
| | | | | | Purpose: Removing 2 extraneous lines from the "C++ Ref Manual" section. (Corrects an error introduced yesteday.)
* [svn-r9029] Frank Baker2004-08-051-0/+230
| | | | | Purpose: Adding the files for the C++ Reference Manual.
* [svn-r8989] Purpose:Quincey Koziol2004-08-021-54/+54
| | | | | | | | | | | | | | Backport feature Description: Backport Kent's collective chunk I/O work to date into the release branch. Also, minor code cleanups, etc. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel IRIX64 6.5 (modi4) h5committested
* [svn-r8986] Purpose:Quincey Koziol2004-08-021-0/+2
| | | | | | | Update manifest Description: Add a couple of missing files.
* [svn-r8985] Purpose:Quincey Koziol2004-08-021-7/+0
| | | | | | | | | | | | | | | | | | | | | Bug fixes & code cleanups Description: Backport MPI-I/O changes from the development branch to the release branch in preparation for bringing Kent's collective chunk I/O changes back. Removed last vestiges of FPHDF5 from this branch, as it was never working here. Various code cleanups & syncrontizations to better align with development branch code and reduce diffs. Regenerate dependencies. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel IRIX64 6.5 (modi4) h5committested
* [svn-r8978] Purpose: Update MANIFESTBinh-Minh Ribler2004-08-011-0/+4
| | | | | | | | | Description: Added these lines ./c++/src/H5ArrayType.cpp ./c++/src/H5ArrayType.h ./c++/src/H5VarLenType.cpp ./c++/src/H5VarLenType.h
* [svn-r8952] Purpose: Adding fileBinh-Minh Ribler2004-07-261-0/+1
| | | | | Description Added file c++/src/H5CppDoc.h.
* [svn-r8903] Purpose:Pedro Vicente Nunes2004-07-201-18/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | h5diff and h5repack changes Description: h5diff introduced the following four modes of output: Normal mode: print the number of differences found and where they occured Report mode: print the above plus the differences Verbose mode: print the above plus a list of objects and warnings Quiet mode: do not print output (h5diff always returns an exit code of 1 when differences are found) h5repack added an extra parameter for SZIP filter (coding method) the new syntax is -f SZIP=<pixels per block,coding> (pixels per block is a even number in 2-32 and coding method is 'EC' or 'NN') Example of use: ./h5repack -i file1 -o file2 -f SZIP=8,NN -v updated usage messages, test scripts and files accordingly Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8876] James Laird2004-07-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | Purpose: Bug Fix Description: If an HDF5 file grows larger than its address space, it dies and is unable to write any data. This is more likely to happen since users are able to change the number of bytes used to store addresses in the file. Solution: HDF5 now throws an error instead of dying. In addition, it "reserves" address space for the local heap and for object headers (which do not allocate space immediately). This ensures that after the error occurs, there is enough address space left to flush the entire file to disk, so no data is lost. A more complete explanation is at /doc/html/TechNotes/ReservedFileSpace.html Platforms tested: sleipnir, copper (parallel), verbena, arabica, Windows (Visual Studio 7) Misc. update:
* [svn-r8864] Purpose:Pedro Vicente Nunes2004-07-131-0/+1
| | | | | | | | | | | | new file for the h5repack tests Description: Solution: Platforms tested: Misc. update:
* [svn-r8863] Purpose:Pedro Vicente Nunes2004-07-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | h5repack changes Description: there were some requests to change some minor h5repack features h5repack only made a warning about a non available filter in verbose mode ( -v ) without -v it kept silent, and users sometimes missed this warning the request was that it should print this warning always. so, the new format, is e.g ./h5repack -i test_szip.h5 -o out.h5 Warning: dataset </dset_szip> cannot be read, SZIP filter is not available due to this, and to avoid a lot of these messages in the shell test script, I modified the script h5repack.sh so that it detects the presence of all filters in the environment (previously it only detected SZIP) the test files were also divided in more files , to make the script code easier to follow Solution: Platforms tested: linux AIX (without SZIP) solaris (without gzip and SZIP) Misc. update:
* [svn-r8851] Purpose:Pedro Vicente Nunes2004-07-091-1/+1
| | | | | | | | | | | | | h5dump new tests Description: added new tests for the print of array indices (nested objects, several ranks) Solution: Platforms tested: Misc. update:
* [svn-r8846] Purpose:Quincey Koziol2004-07-091-0/+2
| | | | | | | | | | | | | | | | | | Bug fix Description: The "shared" raw B-tree node can get freed before all the B-tree nodes had been flushed out to disk and released by the cache. Solution: Implement a simple reference counting wrapper for objects in the library and use it to hold the shared raw B-tree nodes so they aren't freed before all references to them in memory are released. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) IRIX64 6.5 (modei4)
* [svn-r8830] Purpose: Remove filesBinh-Minh Ribler2004-07-081-6/+0
| | | | | | | | Description: Removed c++/examples/*.h5 Platforms tested: Not necessary
* [svn-r8825] Purpose:Pedro Vicente Nunes2004-07-071-3/+2
| | | | | | | | | | | | | | h5dump new tests Description: added more tests for the escape/not escape feature for string data (with vlen, with compound, with char data) Solution: Platforms tested: Misc. update:
* [svn-r8810] Purpose:Pedro Vicente Nunes2004-07-061-8/+9
| | | | | | | | | | | | | | | | h5dump new tests Description: added new tests for the -p option, superblock, file contents, fill values, array indices. Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8770] Raymond Lu2004-06-301-0/+1
| | | | | | | | | | | Purpose: New feature and its test Description: Added API H5Fget_name. It returns the name of file by object ID(file, group, dataset, named datatype, attribute) which belongs to the file. filename.c tests this function. Platforms tested: h5committest Misc. update: MANIFEST, RELEASE.txt
* [svn-r8757] Nat Furrer2004-06-291-0/+1
| | | | | | | | | | | | | Purpose: Added an HDF5 file for testing purposes. Description: Solution: Platforms tested: Misc. update: