Commit Graph

1914 Commits

Author SHA1 Message Date
Quincey Koziol
7438609ee2 [svn-r2162] Various small fixes to address SGI compiler warnings. 2000-04-19 18:11:06 -05:00
Quincey Koziol
cfea54b1e2 [svn-r2159] Added note about improved metadata I/O 2000-04-19 17:24:25 -05:00
Quincey Koziol
e8d578899d [svn-r2158] Modified B-tree splits so they avoid the redundant metadata I/O which was
occurring when moving a metadata block in the file.
2000-04-19 17:20:21 -05:00
Quincey Koziol
5999195011 [svn-r2157] Changed hashing scheme slightly to better spread out the hash values returned. 2000-04-19 17:19:08 -05:00
Patrick Lu
395326672c [svn-r2156] changed a comment that is no longer relevant and moved some code around in the dump_simple_prefix
funtion.  all i did was take some code that was common to both the if and then conditions out.
2000-04-19 13:14:36 -05:00
Patrick Lu
173260ac41 [svn-r2155] fixed the error in the h5ls output. it is now printing like it did before the tools lib merge.
prints the index numbers.  moved the lines that were doing indenting into the conditionals.
2000-04-19 13:08:11 -05:00
Patrick Lu
90bd6c70d0 [svn-r2154] update the h5tinit.c so needed to include the newer version here 2000-04-18 14:39:14 -05:00
Patrick Lu
23aca3a694 [svn-r2153] converted all the project to ms vc 6 and removed the h5tb.c file and added h5fl.c to the library projects
also added h5titerate to testhdf5 and the dll project
2000-04-17 13:34:47 -05:00
Quincey Koziol
2ec6fd667b [svn-r2151] Modified H5_term_library to not reported errors when H5Eset_auto(NULL,NULL)
has turned off error reporting in the library.
    Also, changed the way property lists are managed and closed so that they
can be automatically closed when the library terminates.
2000-04-15 15:28:12 -05:00
Raymond Lu
f12e331666 [svn-r2150] Instruction for Virtual File Layer goes in this file. 2000-04-14 14:49:13 -05:00
Raymond Lu
54ca932b75 [svn-r2149] Take them out, replace with INSTALL_VFL. 2000-04-14 14:47:55 -05:00
Quincey Koziol
bb12f5d5d2 [svn-r2147] Corrected a few problems in the free-list code and added more assert() macros
to double-check things.  I've turned them back on again now.  I also changed
the internal representation of a few struct fields to be float instead of
double, since the HP/UX 10.20 compiler was having problems with the alignment
of the doubles.
2000-04-14 14:07:32 -05:00
Raymond Lu
0a77488511 [svn-r2146] Comments. 2000-04-14 10:32:11 -05:00
Raymond Lu
45e785fd01 [svn-r2145] Instruction for HDF_SRB. 2000-04-14 10:31:44 -05:00
Raymond Lu
43141b739e [svn-r2144] Update. 2000-04-13 16:38:10 -05:00
Raymond Lu
5c64c29b67 [svn-r2143] Put back HAVE_SRB, HAVE_GASS, HAVE_GRIDSTORAGE 2000-04-13 16:37:42 -05:00
Quincey Koziol
ccca207708 [svn-r2142] Re-added titerate.c to makefile... 2000-04-13 12:03:59 -05:00
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