Commit Graph

2047 Commits

Author SHA1 Message Date
Raymond Lu
9b825f6f63 [svn-r2141] Fixed some mix up from the last cvs commit. 2000-04-13 11:58:07 -05:00
Raymond Lu
cf9d1d7f39 [svn-r2140] Update. 2000-04-13 11:13:30 -05:00
Raymond Lu
f087c55d10 [svn-r2139] Change the global static variable 'status' to 'd_status' in this file. Same name appears as an external variable in SRB library, causing conflict. 2000-04-13 10:19:12 -05:00
Raymond Lu
10a6fb73ee [svn-r2138] Add SRB as a new VFL, these are its testing programs. 2000-04-13 10:17:14 -05:00
Raymond Lu
0461ad7f43 [svn-r2137] Add SRB as a new VFL, add related info into these source codes. 2000-04-13 10:16:20 -05:00
Raymond Lu
cd6f954955 [svn-r2136] Took out HAVE_SRB, HAVE_GASS and HAVE_GRIDSTORAGE. Put them in src/H5config.h.in 2000-04-13 10:14:31 -05:00
Quincey Koziol
43017c3d9a [svn-r2132] Tested H5Screate_simple & H5Sset_extent_simple disallowing
size 0 dimensions without corresponding unlimited dimension.
2000-04-12 17:02:26 -05:00
Quincey Koziol
e47b34e54f [svn-r2131] Changed H5Screate_simple & H5Sset_extent_simple to disallow
size 0 dimensions without corresponding unlimited dimension.
2000-04-12 17:02:16 -05:00
Quincey Koziol
efbeda8d65 [svn-r2130] Documented change of H5Screate_simple & H5Sset_extent_simple to disallow
size 0 dimensions without corresponding unlimited dimension.
2000-04-12 17:02:06 -05:00
Quincey Koziol
9f7f1f8a6b [svn-r2126] Documented change to H5Aiterate and H5A_operator_t for next release. 2000-04-12 16:11:51 -05:00
Quincey Koziol
099f9e72c5 [svn-r2125] Changed test slightly to reflect change in return type for H5Aiterate. 2000-04-12 16:10:05 -05:00
Quincey Koziol
b53ed77dbd [svn-r2124] Changed return type of H5Aiterate and the H5A_operator_t to herr_t, to align
them with the dataset & group iterator functions.
2000-04-12 16:09:38 -05:00
Quincey Koziol
04404b74db [svn-r2122] Fixed small problem with va_arg & shorts and floats in HDfprintf. This closes
bug #401.
2000-04-12 14:47:55 -05:00
Quincey Koziol
99f5644383 [svn-r2118] Added test for error in which groups with more than one level of B-tree nodes
and callback functions which returned non-zero were not working correctly.
2000-04-12 10:44:48 -05:00
Quincey Koziol
0d402a1310 [svn-r2117] Fixed error which manifested in H5Giterate, causing groups with more than one
level of B-tree nodes and callback functions which returned non-zero to not
work correctly.
2000-04-12 10:44:05 -05:00
Quincey Koziol
913abd0bf0 [svn-r2116] Added note about H5Giterate bug fix. 2000-04-12 10:43:03 -05:00
Albert Cheng
e98aa9742e [svn-r2115] Snapshot version 1.3 release 20 2000-04-11 20:20:36 -05:00
Quincey Koziol
8f523ffb90 [svn-r2114] Documented hyperslab bug fix for next release. 2000-04-11 13:28:31 -05:00
Quincey Koziol
ae68f0c63e [svn-r2112] Added random generator of 5-D hyperslabs to tests. 2000-04-11 13:24:08 -05:00
Quincey Koziol
8169c70b06 [svn-r2110] Re-wrote a good chunk of the hyperslab code to work correctly in several
situations which weren't tested before.  Things should be both faster and
easier to understand in this code now.
2000-04-11 13:23:05 -05:00
Quincey Koziol
cb47e4ed03 [svn-r2109] Re-wrote a good chunk of the hyperslab code to work correctly in several
situations which weren't tested before.  Things should be both faster and
easier to understand in this code now.
2000-04-11 13:23:03 -05:00
Quincey Koziol
1dbee0210f [svn-r2108] Fixed small bug where we were reading a value out of a piece of 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.. :-)
2000-04-11 13:21:27 -05:00
Albert Cheng
4e89f86c97 [svn-r2106] Changed the BASEDIR name to the form of $HOME/snapshots-${H5VERSION}
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.
2000-04-10 17:29:11 -05:00
Quincey Koziol
5884b4891b [svn-r2105] Turned off the free lists until I can debug them on the platforms they are
failing on...
2000-04-10 13:41:34 -05:00
Quincey Koziol
456843acde [svn-r2102] Checking in newer version of free-list code with easy way to 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)
2000-04-10 13:36:15 -05:00
Albert Cheng
d7df48b8d9 [svn-r2101] Added --enable-threadsafe option to support the Thread-safe option. 2000-04-10 13:23:38 -05:00
Albert Cheng
408574794a [svn-r2100] Turn on H5FDmpio_debug if H5F_DEBUG is on. 2000-04-10 13:22:10 -05:00
Quincey Koziol
423d36e616 [svn-r2099] Added test to check for correct staggered hyperslab iteration. 2000-04-07 15:40:24 -05:00
Quincey Koziol
14352705ed [svn-r2098] Fixed error in iterating through hyperslabs in certain situations where
hyperslabs were staggered in the dataset.
2000-04-07 15:40:09 -05:00
Quincey Koziol
1947fc4643 [svn-r2097] Logged hyperslab bug fix. 2000-04-07 15:39:57 -05:00
Frank Baker
204a1404a4 [svn-r2091] Datasets.html
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.
2000-04-07 14:40:49 -05:00
Frank Baker
5228ba6c71 [svn-r2090] RM_H5D.html
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.
2000-04-07 14:38:42 -05:00
Robb Matzke
d9b36b8a7f [svn-r2089] ** tools/h5ls.c
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.
2000-04-07 10:27:48 -05:00
Robb Matzke
8fa2e9bd59 [svn-r2088] * 2000-01-26
** src/H5Epublic.h
	Removed `do{...}while(0)' from H5E_BEGIN/END_TRY macros to get rid of
	a warning about the constant expression.
2000-04-07 10:26:30 -05:00
Robb Matzke
0cdbfd4ccc [svn-r2087] *** empty log message *** 2000-04-07 10:25:51 -05:00
Robb Matzke
66a43d665b [svn-r2086] Fixed bytesex error 2000-04-07 10:25:41 -05:00
Albert Cheng
4bf08f12ba [svn-r2084] Updated. 2000-04-05 17:06:52 -05:00
Quincey Koziol
1300bf5d8c [svn-r2082] Added additional group & attribute iteration tests. 2000-04-05 15:51:44 -05:00
Quincey Koziol
d1de790d25 [svn-r2081] Fixed a problem in H5Giterate which was not updating the 'index' paramater for
certain return values from the callback.
2000-04-05 15:51:27 -05:00
Quincey Koziol
88c72b4568 [svn-r2080] Added information about the H5Giterate bug fixed & added the new test module
(test/titerate.c) to the MANIFEST
2000-04-05 15:51:10 -05:00
Quincey Koziol
170a650b2f [svn-r2076] Removed H5FLpublic.h entry 2000-04-05 13:12:03 -05:00
Quincey Koziol
fb009419d3 [svn-r2074] Updated to mention the free-lists and H5garbage_collect API function 2000-04-04 16:12:11 -05:00
Quincey Koziol
02e4ee5edf [svn-r2073] Added free-list code to the library and took out the older "temporary buffer"
code, since the functionality was superceded.  See the followup document for
details on the free-list code.
2000-04-04 16:00:31 -05:00
Raymond Lu
7170bbbc96 [svn-r2070] change URL of testing programs to a valid one. 2000-04-04 11:53:35 -05:00
Raymond Lu
612f41f987 [svn-r2069] change URL to a valid one. 2000-04-04 11:50:35 -05:00
Raymond Lu
b4c85700ab [svn-r2067] URL in this document is still wrong. Updated it. 2000-03-31 10:05:18 -05:00
Raymond Lu
9245de23ab [svn-r2066] Changed url in gass_read.c from http://hdf/GLOBUS/a.h5 to http://hdf.ncsa.uiuc.edu/GLOBUS/a.h5. 2000-03-31 10:01:10 -05:00
Raymond Lu
9e579fed23 [svn-r2065] Modify information about GASS write and append. 2000-03-31 09:41:47 -05:00
Albert Cheng
3e942ac9bb [svn-r2062] Just some simple indentation adjustment. No real code changes. 2000-03-30 17:02:03 -05:00
Albert Cheng
69967557a8 [svn-r2061] Changed the parsing of --enable-debug option to case statement
style instead of it-then-else.  It makes it easier to understand
and easier to change the defaults of it.
2000-03-30 16:33:24 -05:00