summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2073] Added free-list code to the library and took out the older ↵Quincey Koziol2000-04-0448-1949/+3335
| | | | | | | "temporary buffer" code, since the functionality was superceded. See the followup document for details on the free-list code.
* [svn-r2070] change URL of testing programs to a valid one.Raymond Lu2000-04-041-1/+1
|
* [svn-r2069] change URL to a valid one.Raymond Lu2000-04-041-2/+2
|
* [svn-r2067] URL in this document is still wrong. Updated it.Raymond Lu2000-03-311-1/+1
|
* [svn-r2066] Changed url in gass_read.c from http://hdf/GLOBUS/a.h5 to ↵Raymond Lu2000-03-311-1/+1
| | | | http://hdf.ncsa.uiuc.edu/GLOBUS/a.h5.
* [svn-r2065] Modify information about GASS write and append.Raymond Lu2000-03-311-3/+4
|
* [svn-r2062] Just some simple indentation adjustment. No real code changes.Albert Cheng2000-03-302-28/+28
|
* [svn-r2061] Changed the parsing of --enable-debug option to case statementAlbert Cheng2000-03-302-31/+41
| | | | | style instead of it-then-else. It makes it easier to understand and easier to change the defaults of it.
* [svn-r2059] Snapshot version 1.3 release 19Albert Cheng2000-03-242-2/+2
|
* [svn-r2058] Elena Pourmal2000-03-241-0/+1
| | | | Yesterday I forgot to change add HISTORY file. Fixed.
* [svn-r2057] Purpose:Albert Cheng2000-03-2411-23/+37
| | | | | | | | | | | | | | Bug fix for parallel mode. Description: H5FD_mpio_tas_allsame was called for all cases, even when MPIO is not used for access. That corrupted the internal file handle structure. Solution: Define a macro, IS_H5FD_MPIO(f), for testing if f is opened with MPIO access. Will call H5FD_mpio_tas_allsame only if this condition is true. Platform tested: O2K, both -64 and -n32 modes.
* [svn-r2056] Elena Pourmal2000-03-232-504/+920
| | | | | | | | | | | | | | | RELEASE file was brought up to date. This file is under construction for 1.3.x (1.4.0?) release. All major changes MUST be reflected in one of the following sections of this file * New Features * Bug Fixes * Platfoms Tested * Known Problems Please update New Features section when you have time!!!!!!!!!!!!! HISTORY file was brought up to date. It contains release information for HDF5 1.2.0 and 1.2.1 along with the historical changes to Alpha and Beta versions of HDF5 1.0.X.
* [svn-r2054] update the files since i hanged the hdf 5 versions of them.Patrick Lu2000-03-232-0/+0
| | | | the h5toh4 tests were not passing.
* [svn-r2052] the new ddls for the new versions of the testfiles just ↵Patrick Lu2000-03-234-144/+143
| | | | | | created(tall.h5, tcompounnd.h5, tnestedcomp.h5) the data is not as simple as before. rows are not repeated and rows are not just 1 number repeated
* [svn-r2051] update the test files so that their data is a little more vaired.Patrick Lu2000-03-233-0/+0
| | | | the elements in the rows are different values and rows are not repeated.
* [svn-r2050] changed the data for the tall.h5, tcompound.h5 and ↵Patrick Lu2000-03-231-9/+11
| | | | | | | tnestedcomp.h5 test files. the data is not as simple as it was before. all elements in a row are different values now and rows are no longer repeated.
* [svn-r2049] Added the "clean" and "distclean" option for cleaning the test ↵Albert Cheng2000-03-231-0/+35
| | | | | | directory. This would help clean disk usage after the daily test is done.
* [svn-r2048] H5I_dec_ref was return 1 instead of FAIL when it failed.Albert Cheng2000-03-231-1/+1
| | | | Fixed.
* [svn-r2047] updated the dumptest to test the new nested compound filePatrick Lu2000-03-211-0/+0
|
* [svn-r2046] added a test for the tnestedcomp.h5 test.Patrick Lu2000-03-211-0/+3
|
* [svn-r2045] fixed a type that had the endian to be little. I created the ↵Patrick Lu2000-03-211-4/+4
| | | | | | file on my NT machine but the testfile on baldirc.
* [svn-r2044] added entries for the tnestedcomp.h5 and tnestcomp-1.ddl filesPatrick Lu2000-03-211-0/+2
|
* [svn-r2043] testfile for the nested compound typesPatrick Lu2000-03-211-0/+0
|
* [svn-r2042] ddl for the testfile tnestedcomp.h5Patrick Lu2000-03-211-0/+72
|
* [svn-r2041] added a new test file creation function. test_nsetcomp. creates ↵Patrick Lu2000-03-211-0/+74
| | | | | | a file that has nested compound types in it.
* [svn-r2040] added an update after the 1.2.0 release that says the dumper is nowPatrick Lu2000-03-201-1/+1
| | | | displaying committed types correctly.
* [svn-r2036] Snapshot version 1.3 release 18Albert Cheng2000-03-142-2/+2
|
* [svn-r2035] Started a session to record changes/bug fixes since v1.2 release.Albert Cheng2000-03-141-0/+15
|
* [svn-r2034] Switch testing web server to paz.ncsa.uiuc.edu for gass_read; ↵Raymond Lu2000-03-143-8/+9
| | | | still comment out gass_write and gass_append because they depend on web server.
* [svn-r2033] Update information about gass_write.Raymond Lu2000-03-141-10/+15
|
* [svn-r2032] Purpose:Albert Cheng2000-03-141-1/+1
| | | | | | | | | | | | | | | | | | Bug Fix. Description: Tests failed if drivers multi or split is used (split is implemented as a special case of multi). When a file created via those two drivers is opened again, the file sizes retrieved are incorrect. These seemed to happen to non-little-endian machines only (sun, sgi failed, but linux succeed.) Solution: The error was because the superblock encoding code was keeping track in nseen the pairs of HADDR needed to be converted but did not tell the H5Tconvert 2*nseen to convert. Thus only the first half of the addresses were converted, the rest were left alone. Corrected the numbers of addresses to convert. Platforms tested: IRIX64, Solaris 2.7, Linux.
* [svn-r2031] Snapshot version 1.3 release 17Albert Cheng2000-03-132-2/+2
|
* [svn-r2030] remove duplicated INSTALL-GASSRaymond Lu2000-03-131-44/+0
|
* [svn-r2029] GASS testing passed IRIX 6.5, update this information.Raymond Lu2000-03-131-3/+3
|
* [svn-r2028] Switch to HTTP protocal testing for read, compress write and ↵Raymond Lu2000-03-133-2/+23
| | | | append testings.
* [svn-r2027] Remove HAVE_GLOBUS macro.Raymond Lu2000-03-131-12/+0
|
* [svn-r2026] Switch from Globus1.0 to Globus1.1.x. Remove Globus ↵Raymond Lu2000-03-136-1623/+658
| | | | configuration, keep GASS configuration.
* [svn-r2024] Added comments why the replacement of PREVIOUS should process evenAlbert Cheng2000-03-131-0/+3
| | | | if the overall release process has an error.
* [svn-r2023] Snapshot version 1.3 release 16Albert Cheng2000-03-132-2/+2
|
* [svn-r2022] Updated.Albert Cheng2000-03-131-0/+2
|
* [svn-r2020] Fine tuned the declaration of dump_header_format to be "const" ↵Albert Cheng2000-03-101-1/+1
| | | | consistent.
* [svn-r2019] ddl.htmlFrank Baker2000-03-091-53/+21
| | | | | Merging final Release 1.2 version with development branch version (Rel 1.4) of file.
* [svn-r2018] Datatypes.htmlFrank Baker2000-03-091-192/+1444
| | | | Merging changes from Release 1.2 into development branch (Rel 1.4).
* [svn-r2017] added a new data structure for the dump header format for ↵Patrick Lu2000-03-091-0/+51
| | | | customized output
* [svn-r2016] fixed the problem with the -xml option that prevented it from ↵Patrick Lu2000-03-091-0/+1
| | | | | | | working unless it was the last argument in the run time options. just added another && condition.
* [svn-r2015] changed the dataspacedescrition begin and end for the xml structPatrick Lu2000-03-091-2/+2
|
* [svn-r2014] fixed a typoPatrick Lu2000-03-091-1/+1
|
* [svn-r2013] added comments to the large structure definitionPatrick Lu2000-03-091-42/+42
|
* [svn-r2012] updated the ddls to support the changes that were made to the ↵Patrick Lu2000-03-0923-281/+281
| | | | | | | | begin_obj and end_obj macros in the dumper. this was basically adding a space after most of the '}'. there are some places that don't have the space because those '}' were not printed by the end_obj macro
* [svn-r2011] added new structure to h5tools.h that is used to customize the ↵Patrick Lu2000-03-092-123/+249
| | | | | | | | | | | | output for the header information in the dumper. the header is the part before the data block. in h5dump.c there is support for the new -xml option. prints the output in xml using the structure we just defined in h5tools.h. h5dump.h- changed the begin_obj and end_obj macros. take an extra parameter now