summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [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:
* [svn-r8753] Nat Furrer2004-06-281-1/+1
| | | | | | | | | | | | | | | | | | | Purpose: Handled SZIP without the encoder present. Description: It is now an error for a user to try to create, extend, or write to a dataset without the encoder present in their SZIP library. Added H5Zget_filter_info to provide users with a way to query HDF5 about the presence (or lack thereof) of the SZIP encoder. Platforms tested: Windows Verbena Arabica Copper Misc. update:
* [svn-r8717] Purpose:Pedro Vicente Nunes2004-06-221-0/+10
| | | | | | | | | | | | | | | | | | | | | h5dump new features Description: the storage layout output format had some changes same for the user defined filter add an option (-y) for not printing the array indices (default is print indices ) the option for escaping non printable characters covers all characters (default is not escape) add tests for the new options Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8643] Purpose:Pedro Vicente Nunes2004-06-101-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | h5dump new features Description: added the code for print strings with new line and display the path of references (new source files h5tools_ref.c and .h ) added a test suite in testh5dump.sh.in for ( note : to create testh5dump.sh , one must redo ./configure; this detects the availability of filters and generates testh5dump.sh accordingly) 1) storage layout 2) fill value 3) print reference with path 4) print strings with new lines 5) filters Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8629] Purpose:Quincey Koziol2004-06-091-1/+1
| | | | | | | | | | | | Update shell scripts Description: Switch to generating the testh5dump.sh script at configure time, so we can determine which filters are available to test. Platforms tested: FreeBSD 4.9 (sleipnir) too small to require h5committest
* [svn-r8619] Purpose:Quincey Koziol2004-06-051-4/+4
| | | | Fix makefiles, dependencies & manifest after source file rename.
* [svn-r8592] Purpose:Quincey Koziol2004-05-271-0/+3
| | | | | | | | | | | | | | | | | | | | | Code optimization & bug fix Description: When dimension information is being stored in the storage layout message on disk, it is stored as 32-bit quantities, possibly truncating the dimension information, if a dimension is greater than 32-bits in size. Solution: Fix the storage layout message problem by revising file format to not store dimension information, since it is already available in the dataspace. Also revise the storage layout data structures to be more compartmentalized for the information for contiguous, chunked and compact storage. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel Solaris 2.7 (arabica) h5committest
* [svn-r8583] Purpose:Pedro Vicente Nunes2004-05-261-0/+3
| | | | | | | | | | | | | | | added 2 new tests (boot block and file contents) Description: Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8399] Purpose:Quincey Koziol2004-04-201-0/+1
| | | | | Update depenvy files after h5repack import & add dependency file to h5repack directory.
* [svn-r8398] Purpose:Pedro Vicente Nunes2004-04-201-0/+1
| | | | | | | | | | Description: Solution: Platforms tested: Misc. update:
* [svn-r8397] Purpose:Pedro Vicente Nunes2004-04-201-5/+45
| | | | | | | | | | | | | | | | | | | | h5repack in 1.6 Description: 2 functions we re added to /src: H5Premove filter and H5Iget_file_id Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8382] Purpose:Quincey Koziol2004-04-181-1/+1
| | | | Fix typo in file name.
* [svn-r8379] Purpose:Quincey Koziol2004-04-171-0/+2
| | | | | | | | | | | | Added new files Description: Solution: Platforms tested: Misc. update:
* [svn-r8300] Purpose:Albert Cheng2004-04-051-1/+0
| | | | | | | | | | | | | | Cleanup Description: Removed FPHDF configure and test file since it is not implemented in v1.6. Platforms tested: Only tested in Sol parallel. Misc. update: Update MANIFEST.
* [svn-r8250] Purpose:Pedro Vicente Nunes2004-03-101-0/+3
| | | | | | | | | | | | added 2 files to list Description: Solution: Platforms tested: Misc. update:
* [svn-r8215] Purpose:Quincey Koziol2004-02-221-0/+1
| | | | Add c++/config/freebsd file
* [svn-r8064] Elena Pourmal2004-01-141-1/+2
| | | | | | | | | | | | | | | Purpose: Maintenance Description: I added new configuration file ia64-linux-gnu to the c++/config directory and made ecc a default C++ compiler for ia64-linux-gnu systems Solution: N/A Platforms tested: Altix (SGI Linux64 IA64 machine) - all tests passed titan - configuration passed; it is still building Misc. update:
* [svn-r8030] Elena Pourmal2004-01-061-1/+3
| | | | | | | | | | | | | | | | | | | | Purpose: Maintenance Description: Added Fortran support for MAC OS X Solution: This port was tested only for IBM XL Fortran compiler version 8.1 Beta. Few things to remember: 1. do not use AFS to build Fortran; compiler for some reason cannot find *.mod files that were successfully compiled. 2. Fortran Library can be built only with --disable-shared --enable-static flags. Platforms tested: pommier, h5committested (it is amasing, but iot works really nicely! Albert, Thank you!) Misc. update:
* [svn-r8024] Purpose:Quincey Koziol2004-01-061-0/+1
| | | | | | | | | | | | | Code cleanup Description: Refactor library testing framework (used for the testhdf5 & ttsafe tests) to remove almost all of the duplicated code, moving the common code into a new 'testframe.c' source file. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o thread-safety h5committest
* [svn-r7864] Purpose:Quincey Koziol2003-11-201-0/+1
| | | | | | | | | | | Add metadata benchmark to the 1.6 branch Description: Port the metadata benchmark to the 1.6 branch, for LANL's use (mostly). Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel not tested with h5comittest, so it wasn't run
* [svn-r7850] Purpose:Quincey Koziol2003-11-141-0/+4
| | | | Update manifest with new files.
* [svn-r7756] Frank Baker2003-10-271-12/+0
| | | | | | | | Purpose: Removing the files hdf5/doc/html/fortran/h5*_FORTRAN.html as the content has been integrated into the files hdf5/doc/html/RM_H5*.html
* [svn-r7713] Elena Pourmal2003-10-231-1/+0
| | | | | | | | | | | | Purpose: Maintenance Description: Removed h5createU8 file Solution: Platforms tested: arabica Misc. update:
* [svn-r7550] Purpose:Quincey Koziol2003-10-061-0/+3
| | | | Add new name datatype in attributes files
* [svn-r7534] Elena Pourmal2003-10-031-0/+1
| | | | | | | | | | | | Purpose: Maintenance Description: I added dec-odf5.x file to the c++/config directory. By default DEC cxx compiler is used to build HDF5 C++ Library. Platforms tested: True64 (PSC) Misc. update:
* [svn-r7514] Purpose:Albert Cheng2003-09-251-0/+1
| | | | updated.
* [svn-r7484] Frank Baker2003-09-161-0/+4
| | | | | | | | | | Purpose: Adding the HTMLdoc and RM frontmatter files ./doc/html/PDF_RM_body.book ./doc/html/PDF_RM_front.book ./doc/html/RM_Title.html ./doc/html/RM_TOC.html All are labelled _DO_NOT_DISTRIBUTE_.
* [svn-r7400] Purpose:Quincey Koziol2003-08-251-0/+3
| | | | | | | Update manifest Description: Add new test files for "complex" compound datatype.
* [svn-r7339] Purpose:Albert Cheng2003-08-111-1/+0
| | | | | | | | | | | | updated. Description: Solution: Platforms tested: Misc. update:
* [svn-r7272] Purpose:Robert E. McGrath2003-07-291-0/+14
| | | | | | | | | | | | Omitted some files in previous checkin. Description: Solution: Platforms tested: Misc. update:
* [svn-r7267] Purpose:Robert E. McGrath2003-07-281-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Address Bug 888 2. Update h5dump xml to 1.6 Description: This is an omnibus update to the h5dump tool. 1. Bug 888: Added '-A', suppress data in dataset, but give values of attr. 2. Many changes to update the XML output. See: http://hdf.ncsa.uiuc.edu/RFC/XMLSchema/ 3. The XML dumper tests have been split off. The standard 'make check' no longer runs the XML tests. 'make check-xml' runs the XML tests manually. (Some tests may fail on some platforms, e.g., on 64bit.) 'make check-all' runs regular and then xml tests. Solution: Platforms tested: verbena, arabica, copper (64bit) Misc. update: MANIFEST updated.
* [svn-r7255] Description:Albert Cheng2003-07-231-0/+1
| | | | | updated for the newly added command chkcopyright. the files.
* [svn-r7232] Purpose:Quincey Koziol2003-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | Bug fix Description: When a non-default indexed storage B-tree internal 'K' value is set by the user, the chunked datasets created in that file (until it is closed) use the user's 'K' value and the data can be accessed correctly, but the 'K' value is not stored in the file. However, once the file is closed and re-opened, the non-default 'K' value is lost and the data in the chunked datasets will not be able to be accessed correctly. Solution: Store the indexed storage B-tree internal 'K' value in the superblock. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7209] Purpose:Albert Cheng2003-07-111-0/+1
| | | | updated for new added too bin/buildhdf5.
* [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.