Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [svn-r2067] URL in this document is still wrong. Updated it. | Raymond Lu | 2000-03-31 | 1 | -1/+1 |
| | |||||
* | [svn-r2066] Changed url in gass_read.c from http://hdf/GLOBUS/a.h5 to ↵ | Raymond Lu | 2000-03-31 | 1 | -1/+1 |
| | | | | http://hdf.ncsa.uiuc.edu/GLOBUS/a.h5. | ||||
* | [svn-r2065] Modify information about GASS write and append. | Raymond Lu | 2000-03-31 | 1 | -3/+4 |
| | |||||
* | [svn-r2062] Just some simple indentation adjustment. No real code changes. | Albert Cheng | 2000-03-30 | 2 | -28/+28 |
| | |||||
* | [svn-r2061] Changed the parsing of --enable-debug option to case statement | Albert Cheng | 2000-03-30 | 2 | -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 19 | Albert Cheng | 2000-03-24 | 2 | -2/+2 |
| | |||||
* | [svn-r2058] | Elena Pourmal | 2000-03-24 | 1 | -0/+1 |
| | | | | Yesterday I forgot to change add HISTORY file. Fixed. | ||||
* | [svn-r2057] Purpose: | Albert Cheng | 2000-03-24 | 11 | -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 Pourmal | 2000-03-23 | 2 | -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 Lu | 2000-03-23 | 2 | -0/+0 |
| | | | | the h5toh4 tests were not passing. | ||||
* | [svn-r2052] the new ddls for the new versions of the testfiles just ↵ | Patrick Lu | 2000-03-23 | 4 | -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 Lu | 2000-03-23 | 3 | -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 Lu | 2000-03-23 | 1 | -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 Cheng | 2000-03-23 | 1 | -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 Cheng | 2000-03-23 | 1 | -1/+1 |
| | | | | Fixed. | ||||
* | [svn-r2047] updated the dumptest to test the new nested compound file | Patrick Lu | 2000-03-21 | 1 | -0/+0 |
| | |||||
* | [svn-r2046] added a test for the tnestedcomp.h5 test. | Patrick Lu | 2000-03-21 | 1 | -0/+3 |
| | |||||
* | [svn-r2045] fixed a type that had the endian to be little. I created the ↵ | Patrick Lu | 2000-03-21 | 1 | -4/+4 |
| | | | | | | file on my NT machine but the testfile on baldirc. | ||||
* | [svn-r2044] added entries for the tnestedcomp.h5 and tnestcomp-1.ddl files | Patrick Lu | 2000-03-21 | 1 | -0/+2 |
| | |||||
* | [svn-r2043] testfile for the nested compound types | Patrick Lu | 2000-03-21 | 1 | -0/+0 |
| | |||||
* | [svn-r2042] ddl for the testfile tnestedcomp.h5 | Patrick Lu | 2000-03-21 | 1 | -0/+72 |
| | |||||
* | [svn-r2041] added a new test file creation function. test_nsetcomp. creates ↵ | Patrick Lu | 2000-03-21 | 1 | -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 now | Patrick Lu | 2000-03-20 | 1 | -1/+1 |
| | | | | displaying committed types correctly. | ||||
* | [svn-r2036] Snapshot version 1.3 release 18 | Albert Cheng | 2000-03-14 | 2 | -2/+2 |
| | |||||
* | [svn-r2035] Started a session to record changes/bug fixes since v1.2 release. | Albert Cheng | 2000-03-14 | 1 | -0/+15 |
| | |||||
* | [svn-r2034] Switch testing web server to paz.ncsa.uiuc.edu for gass_read; ↵ | Raymond Lu | 2000-03-14 | 3 | -8/+9 |
| | | | | still comment out gass_write and gass_append because they depend on web server. | ||||
* | [svn-r2033] Update information about gass_write. | Raymond Lu | 2000-03-14 | 1 | -10/+15 |
| |