summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2137] Add SRB as a new VFL, add related info into these source codes.Raymond Lu2000-04-137-11/+677
|
* [svn-r2136] Took out HAVE_SRB, HAVE_GASS and HAVE_GRIDSTORAGE. Put them in ↵Raymond Lu2000-04-133-507/+1131
| | | | src/H5config.h.in
* [svn-r2132] Tested H5Screate_simple & H5Sset_extent_simple disallowingQuincey Koziol2000-04-121-0/+14
| | | | size 0 dimensions without corresponding unlimited dimension.
* [svn-r2131] Changed H5Screate_simple & H5Sset_extent_simple to disallowQuincey Koziol2000-04-121-7/+16
| | | | size 0 dimensions without corresponding unlimited dimension.
* [svn-r2130] Documented change of H5Screate_simple & H5Sset_extent_simple to ↵Quincey Koziol2000-04-121-0/+2
| | | | | | disallow size 0 dimensions without corresponding unlimited dimension.
* [svn-r2126] Documented change to H5Aiterate and H5A_operator_t for next release.Quincey Koziol2000-04-121-0/+2
|
* [svn-r2125] Changed test slightly to reflect change in return type for ↵Quincey Koziol2000-04-121-3/+3
| | | | H5Aiterate.
* [svn-r2124] Changed return type of H5Aiterate and the H5A_operator_t to ↵Quincey Koziol2000-04-122-4/+4
| | | | | | herr_t, to align them with the dataset & group iterator functions.
* [svn-r2122] Fixed small problem with va_arg & shorts and floats in ↵Quincey Koziol2000-04-121-3/+3
| | | | | | HDfprintf. This closes bug #401.
* [svn-r2118] Added test for error in which groups with more than one level of ↵Quincey Koziol2000-04-121-2/+169
| | | | | | B-tree nodes and callback functions which returned non-zero were not working correctly.
* [svn-r2117] Fixed error which manifested in H5Giterate, causing groups with ↵Quincey Koziol2000-04-121-1/+1
| | | | | | | more than one level of B-tree nodes and callback functions which returned non-zero to not work correctly.
* [svn-r2116] Added note about H5Giterate bug fix.Quincey Koziol2000-04-121-0/+3
|
* [svn-r2115] Snapshot version 1.3 release 20Albert Cheng2000-04-122-2/+2
|
* [svn-r2114] Documented hyperslab bug fix for next release.Quincey Koziol2000-04-112-19/+22
|
* [svn-r2112] Added random generator of 5-D hyperslabs to tests.Quincey Koziol2000-04-111-1/+195
|
* [svn-r2110] Re-wrote a good chunk of the hyperslab code to work correctly in ↵Quincey Koziol2000-04-112-412/+301
| | | | | | | several situations which weren't tested before. Things should be both faster and easier to understand in this code now.
* [svn-r2109] Re-wrote a good chunk of the hyperslab code to work correctly in ↵Quincey Koziol2000-04-111-5/+4
| | | | | | | several situations which weren't tested before. Things should be both faster and easier to understand in this code now.
* [svn-r2108] Fixed small bug where we were reading a value out of a piece of ↵Quincey Koziol2000-04-111-24/+28
| | | | | | | memory we'd just free'd. A small bug, but it will cause problems in a threaded environment. (And it was filling up the purify logfile with junk.. :-)
* [svn-r2106] Changed the BASEDIR name to the form of $HOME/snapshots-${H5VERSION}Albert Cheng2000-04-101-1/+2
| | | | | | so that it is the same as the released version and allows easy appendix of version number. For the development branch, $H5VERSION is just "hdf5", representing the current version of the main=truck.
* [svn-r2105] Turned off the free lists until I can debug them on the ↵Quincey Koziol2000-04-101-1/+1
| | | | | | platforms they are failing on...
* [svn-r2102] Checking in newer version of free-list code with easy way to ↵Quincey Koziol2000-04-101-0/+52
| | | | | | | | turn off the free-lists for the library. To turn off the free-lists, edit H5FL.c and uncomment the "NO_FREE_LISTS" macro definition near the top of the file. (Or define the macro during compile time)
* [svn-r2101] Added --enable-threadsafe option to support the Thread-safe option.Albert Cheng2000-04-104-508/+585
|
* [svn-r2100] Turn on H5FDmpio_debug if H5F_DEBUG is on.Albert Cheng2000-04-101-0/+7
|
* [svn-r2099] Added test to check for correct staggered hyperslab iteration.Quincey Koziol2000-04-071-0/+137
|
* [svn-r2098] Fixed error in iterating through hyperslabs in certain ↵Quincey Koziol2000-04-071-32/+146
| | | | | | situations where hyperslabs were staggered in the dataset.
* [svn-r2097] Logged hyperslab bug fix.Quincey Koziol2000-04-072-1/+8
|
* [svn-r2091] Datasets.htmlFrank Baker2000-04-072-6/+16
| | | | | | | | Removed H5Pset_compression (commented it out, actually) and changed example which used it to use H5Pset_deflate. H5.format.html Driver Identification block: Added clarification regarding the representation of the version in the driver identification string.
* [svn-r2090] RM_H5D.htmlFrank Baker2000-04-074-19/+57
| | | | | | | | | | | | | | | | H5Dclose: Corrected return type to herr_t (was hid_t). H5Dcreate: Inserted missing spaces in function syntax statement. RM_H5E.html H5Ewalk: Added H5E_walk_t prototype and prototype parameter descriptions. RM_H5F.html H5Fclose: Corrected behavior description, eliminating comment that function fials if other access identifiers are still open and describing actual behavior. RM_H5T.html H5Tregister: Corrected possible 'pers' values to H5T_PERS_HARD (was HARD) and H5T_PERS_SOFT (was SOFT). H5Tfind: Corrected 'pcdata' parameter IN/OUT designation.
* [svn-r2089] ** tools/h5ls.cRobb Matzke2000-04-073-145/+150
| | | | | | | | | | | | Prints the subrelease name also. ** tools/h5tools.c Fixed indentation problems in the first half of the file. Changed conditional compilation style from `/*...*/' to use #if 0/#endif in the first half of this file. Removed some extra parentheses to make expressions more readable.
* [svn-r2088] * 2000-01-26Robb Matzke2000-04-071-2/+2
| | | | | | ** src/H5Epublic.h Removed `do{...}while(0)' from H5E_BEGIN/END_TRY macros to get rid of a warning about the constant expression.
* [svn-r2087] *** empty log message ***Robb Matzke2000-04-071-10/+20
|
* [svn-r2086] Fixed bytesex errorRobb Matzke2000-04-071-3/+3
|
* [svn-r2084] Updated.Albert Cheng2000-04-051-0/+4
|
* [svn-r2082] Added additional group & attribute iteration tests.Quincey Koziol2000-04-054-7/+405
|
* [svn-r2081] Fixed a problem in H5Giterate which was not updating the 'index' ↵Quincey Koziol2000-04-053-26/+39
| | | | | | paramater for certain return values from the callback.
* [svn-r2080] Added information about the H5Giterate bug fixed & added the new ↵Quincey Koziol2000-04-053-0/+9
| | | | | | test module (test/titerate.c) to the MANIFEST
* [svn-r2076] Removed H5FLpublic.h entryQuincey Koziol2000-04-051-1/+0
|
* [svn-r2074] Updated to mention the free-lists and H5garbage_collect API functionQuincey Koziol2000-04-042-2/+6
|
* [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.