Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r2146] Comments. | Raymond Lu | 2000-04-14 | 3 | -25/+178 |
| | |||||
* | [svn-r2145] Instruction for HDF_SRB. | Raymond Lu | 2000-04-14 | 1 | -0/+60 |
| | |||||
* | [svn-r2144] Update. | Raymond Lu | 2000-04-13 | 1 | -3/+3 |
| | |||||
* | [svn-r2143] Put back HAVE_SRB, HAVE_GASS, HAVE_GRIDSTORAGE | Raymond Lu | 2000-04-13 | 1 | -0/+9 |
| | |||||
* | [svn-r2142] Re-added titerate.c to makefile... | Quincey Koziol | 2000-04-13 | 1 | -2/+2 |
| | |||||
* | [svn-r2141] Fixed some mix up from the last cvs commit. | Raymond Lu | 2000-04-13 | 1 | -3/+3 |
| | |||||
* | [svn-r2140] Update. | Raymond Lu | 2000-04-13 | 1 | -0/+5 |
| | |||||
* | [svn-r2139] Change the global static variable 'status' to 'd_status' in this ↵ | Raymond Lu | 2000-04-13 | 1 | -47/+47 |
| | | | | file. Same name appears as an external variable in SRB library, causing conflict. | ||||
* | [svn-r2138] Add SRB as a new VFL, these are its testing programs. | Raymond Lu | 2000-04-13 | 4 | -8/+447 |
| | |||||
* | [svn-r2137] Add SRB as a new VFL, add related info into these source codes. | Raymond Lu | 2000-04-13 | 7 | -11/+677 |
| | |||||
* | [svn-r2136] Took out HAVE_SRB, HAVE_GASS and HAVE_GRIDSTORAGE. Put them in ↵ | Raymond Lu | 2000-04-13 | 3 | -507/+1131 |
| | | | | src/H5config.h.in | ||||
* | [svn-r2132] Tested H5Screate_simple & H5Sset_extent_simple disallowing | Quincey Koziol | 2000-04-12 | 1 | -0/+14 |
| | | | | size 0 dimensions without corresponding unlimited dimension. | ||||
* | [svn-r2131] Changed H5Screate_simple & H5Sset_extent_simple to disallow | Quincey Koziol | 2000-04-12 | 1 | -7/+16 |
| | | | | size 0 dimensions without corresponding unlimited dimension. | ||||
* | [svn-r2130] Documented change of H5Screate_simple & H5Sset_extent_simple to ↵ | Quincey Koziol | 2000-04-12 | 1 | -0/+2 |
| | | | | | | disallow size 0 dimensions without corresponding unlimited dimension. | ||||
* | [svn-r2126] Documented change to H5Aiterate and H5A_operator_t for next release. | Quincey Koziol | 2000-04-12 | 1 | -0/+2 |
| | |||||
* | [svn-r2125] Changed test slightly to reflect change in return type for ↵ | Quincey Koziol | 2000-04-12 | 1 | -3/+3 |
| | | | | H5Aiterate. | ||||
* | [svn-r2124] Changed return type of H5Aiterate and the H5A_operator_t to ↵ | Quincey Koziol | 2000-04-12 | 2 | -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 Koziol | 2000-04-12 | 1 | -3/+3 |
| | | | | | | HDfprintf. This closes bug #401. | ||||
* | [svn-r2118] Added test for error in which groups with more than one level of ↵ | Quincey Koziol | 2000-04-12 | 1 | -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 Koziol | 2000-04-12 | 1 | -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 Koziol | 2000-04-12 | 1 | -0/+3 |
| | |||||
* | [svn-r2115] Snapshot version 1.3 release 20 | Albert Cheng | 2000-04-12 | 2 | -2/+2 |
| | |||||
* | [svn-r2114] Documented hyperslab bug fix for next release. | Quincey Koziol | 2000-04-11 | 2 | -19/+22 |
| | |||||
* | [svn-r2112] Added random generator of 5-D hyperslabs to tests. | Quincey Koziol | 2000-04-11 | 1 | -1/+195 |
| | |||||
* | [svn-r2110] Re-wrote a good chunk of the hyperslab code to work correctly in ↵ | Quincey Koziol | 2000-04-11 | 2 | -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 Koziol | 2000-04-11 | 1 | -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 Koziol | 2000-04-11 | 1 | -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 Cheng | 2000-04-10 | 1 | -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 Koziol | 2000-04-10 | 1 | -1/+1 |
| | | | | | | platforms they are failing on... | ||||
* | [svn-r2102] Checking in newer version of free-list code with easy way to ↵ | Quincey Koziol | 2000-04-10 | 1 | -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 Cheng | 2000-04-10 | 4 | -508/+585 |
| | |||||
* | [svn-r2100] Turn on H5FDmpio_debug if H5F_DEBUG is on. | Albert Cheng | 2000-04-10 | 1 | -0/+7 |
| | |||||
* | [svn-r2099] Added test to check for correct staggered hyperslab iteration. | Quincey Koziol | 2000-04-07 | 1 | -0/+137 |
| | |||||
* | [svn-r2098] Fixed error in iterating through hyperslabs in certain ↵ | Quincey Koziol | 2000-04-07 | 1 | -32/+146 |
| | | | | | | situations where hyperslabs were staggered in the dataset. | ||||
* | [svn-r2097] Logged hyperslab bug fix. | Quincey Koziol | 2000-04-07 | 2 | -1/+8 |
| | |||||
* | [svn-r2091] Datasets.html | Frank Baker | 2000-04-07 | 2 | -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.html | Frank Baker | 2000-04-07 | 4 | -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.c | Robb Matzke | 2000-04-07 | 3 | -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-26 | Robb Matzke | 2000-04-07 | 1 | -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 Matzke | 2000-04-07 | 1 | -10/+20 |
| | |||||
* | [svn-r2086] Fixed bytesex error | Robb Matzke | 2000-04-07 | 1 | -3/+3 |
| | |||||
* | [svn-r2084] Updated. | Albert Cheng | 2000-04-05 | 1 | -0/+4 |
| | |||||
* | [svn-r2082] Added additional group & attribute iteration tests. | Quincey Koziol | 2000-04-05 | 4 | -7/+405 |
| | |||||
* | [svn-r2081] Fixed a problem in H5Giterate which was not updating the 'index' ↵ | Quincey Koziol | 2000-04-05 | 3 | -26/+39 |
| | | | | | | paramater for certain return values from the callback. | ||||
* | [svn-r2080] Added information about the H5Giterate bug fixed & added the new ↵ | Quincey Koziol | 2000-04-05 | 3 | -0/+9 |
| | | | | | | test module (test/titerate.c) to the MANIFEST | ||||
* | [svn-r2076] Removed H5FLpublic.h entry | Quincey Koziol | 2000-04-05 | 1 | -1/+0 |
| | |||||
* | [svn-r2074] Updated to mention the free-lists and H5garbage_collect API function | Quincey Koziol | 2000-04-04 | 2 | -2/+6 |
| | |||||
* | [svn-r2073] Added free-list code to the library and took out the older ↵ | Quincey Koziol | 2000-04-04 | 48 | -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 Lu | 2000-04-04 | 1 | -1/+1 |
| | |||||
* | [svn-r2069] change URL to a valid one. | Raymond Lu | 2000-04-04 | 1 | -2/+2 |
| |