Commit Graph

1957 Commits

Author SHA1 Message Date
Quincey Koziol
cd593a1281 [svn-r2245] Added missing files.. 2000-05-12 09:59:07 -05:00
Albert Cheng
0662396e13 [svn-r2243] h5dump.c: Removed some Carriage-return's
h5tools.c h5tools.h:
    Modified print_version() to use const char * argument instead.
2000-05-11 17:18:44 -05:00
Albert Cheng
e02e441734 [svn-r2242] Removed h5dumputil.c. Its functions have been migrated to h5tools.c. 2000-05-11 17:15:12 -05:00
Bill Wendling
330d49b27a [svn-r2235] Changed POWER_OF_TWO macro to allow 1 as a valid power of two. Changed
the has_size check accordingly (1 wasn't allowed in the original code).
2000-05-09 15:40:44 -05:00
Patrick Lu
6f5d6505a1 [svn-r2232] removed the conditional compile statements that we were going to use
for the merged tools lib since these files do not require the tools lib
2000-05-09 13:14:33 -05:00
Patrick Lu
aabe212546 [svn-r2230] removed dependencies on the tools lib from repart, import, and debug 2000-05-09 12:31:44 -05:00
Patrick Lu
23f2575276 [svn-r2229] added semicolons after the opaque info 2000-05-09 12:01:24 -05:00
Patrick Lu
f474a09365 [svn-r2228] added a semicolon after the opaque info is printed 2000-05-09 12:00:38 -05:00
Patrick Lu
c254ae1fe5 [svn-r2227] added an entry in the ddl for the opaque types 2000-05-09 11:59:46 -05:00
Patrick Lu
40dc18f8bf [svn-r2226] added H5TB.c to the hdf5 and hdf5dll projects.
added ttbbt.c to the testhdf5 and testhdf5dll files.
2000-05-09 11:44:42 -05:00
Patrick Lu
4ef90f9c8f [svn-r2225] added __DLL__ in front of the function prototypes. exports the functions in the dll.
the testhdf5dll projects were not compiling because they didn't know about these
functions
2000-05-09 11:32:09 -05:00
Quincey Koziol
5c354908b9 [svn-r2223] Added logging version of sec2 file driver. This is _reallly_ useful for
tracking the actual I/O locations and space used in a file during an
application.
2000-05-08 18:09:59 -05:00
Quincey Koziol
04152995a9 [svn-r2222] Added TBBT testing code. 2000-05-08 18:09:09 -05:00
Quincey Koziol
cf6470e7f0 [svn-r2221] Brought threaded, balanced binary tree code over from the HDF4 library and
updated it for integrating with the H5 library.  I'm thinking about using them
for the data-structures in some caching improvements I'm working on.
2000-05-08 18:08:41 -05:00
Quincey Koziol
bb7e34fad8 [svn-r2220] Added a major error number for TBBT trees 2000-05-08 18:06:54 -05:00
Bill Wendling
96c529af87 [svn-r2219] This simplifies the "check for power of 2" in the hashing function. There
was also a subtle bug in the previous code. A valid size of 16K would
have been rejected since it was checking for an invalid number. The
scheme that replaces it relies on the fact that powers of two and only
powers of two have 1 bit set in binary.
2000-05-08 17:29:07 -05:00
Patrick Lu
dca5c02b31 [svn-r2218] forgot the header to the ddl. just tells what hte command to generate the file was 2000-05-05 11:27:40 -05:00
Patrick Lu
e3fa05cf20 [svn-r2217] added entries for the opaque testfile and the ddl 2000-05-04 12:10:34 -05:00
Patrick Lu
019f267759 [svn-r2216] the ddl file for the topaque.h5 file 2000-05-04 12:09:36 -05:00
Patrick Lu
6473bd2a11 [svn-r2215] the new opaque file. has a 2d array. the first array is from 0-99 and the
is from 99-0.
2000-05-04 12:07:20 -05:00
Patrick Lu
295fbf3b82 [svn-r2214] added support for the opaque type.
prints out the data section in hexidecimal format.
in the h5dumptst.c i added a function to create an opaque test file.
2000-05-04 12:05:09 -05:00
Patrick Lu
23af2ada84 [svn-r2213] added to teh tools section. noted that the release and dev branch is merged. 2000-05-04 09:56:36 -05:00
Patrick Lu
6dfc1e2bd5 [svn-r2212] updated the projects for the tools. needed to update for the mergeing of the dev and release branches for the tools code. 2000-05-03 14:55:23 -05:00
Patrick Lu
ae5c998516 [svn-r2211] took the development branch code and moved it into the release. had to add some
conditional compile statements in the code to compile for the release.
defined a VERSION12 and VERSION13 macro.  all changes were surrounded by these statements
2000-05-03 10:48:20 -05:00
Albert Cheng
043b7c4ec5 [svn-r2198] Figure out the whole path of the $CC command if it is in simple
command form (e.g., cc, gcc) and put that in the libhdf5.settings
file.  This would help show exactly which compiler was used during
the configure stage.  It may not be 100% "correct" in some cases
such as "configure done in one machine but compiling done in another."
2000-04-24 15:34:05 -05:00
Albert Cheng
4a473d24cd [svn-r2196] Updated with function name change happened long ago. Still
need to track down other changes.
2000-04-24 14:50:35 -05:00
Albert Cheng
aa83108e95 [svn-r2195] Updated with the addition of thread-safe and pthread configure options. 2000-04-24 14:31:19 -05:00
Quincey Koziol
b0f996f5fb [svn-r2191] Changed hash function for caching to avoid as many hash clashes. 2000-04-22 16:19:41 -05:00
Quincey Koziol
932d6e3804 [svn-r2190] Turned on address sorting when flushing metadata for entire file, which
improves performance significantly when lots of metadata I/O occurs when the
file closes.
2000-04-22 16:18:57 -05:00
Quincey Koziol
75574e92e1 [svn-r2189] Fixed some compiler warnings 2000-04-22 15:45:29 -05:00
Robb Matzke
7a52d6ce9b [svn-r2180] ./src/tools/h5tools.c
Added hyphen to version printf format.

	./src/tools/h5ls.c
		Calls print_version() instead of doing it by hand.
2000-04-21 14:28:09 -05:00
Robb Matzke
82431da792 [svn-r2179] *** empty log message *** 2000-04-21 14:27:50 -05:00
Robb Matzke
0e1f42cd0a [svn-r2178] ./src/H5public.h
Added some more #undef's

		Removed leading hyphen from H5_VERS_SUBRELEASE
2000-04-21 14:27:42 -05:00
Robb Matzke
08bf2e5438 [svn-r2177] ./bin/h5vers
Version numbers include an annotation string consisting of a
		sequence of letters and digits and is printed by this
		script as either:

			1.2.3-pre4
			version 1.2 release 3 (pre4)

		Other tools should print version numbers similarly.

		A `-i annot' switch was added to increment the
		annotation (the first subsequence of digits is what is
		incremented, e.g., `pre9' becomes `pre10').

		The `-i' switch (with no argument) was changed to
		increment the annotation string if present, or the
		release number otherwise.

(By the way, it actually took about 30 minutes ;-)
2000-04-21 14:27:14 -05:00
Robb Matzke
a65d2d0ae4 [svn-r2176] Updated bugfixes 2000-04-21 14:26:30 -05:00
Quincey Koziol
bc7c5a318c [svn-r2175] Updated API tracing information. 2000-04-21 13:55:44 -05:00
Quincey Koziol
cb0f2f72c2 [svn-r2172] Fixed a few typos in FUNC_ENTER macros and return types that Binh-Minh found. 2000-04-21 10:00:49 -05:00
Quincey Koziol
06495ff028 [svn-r2169] Sprinkled some AC_CACHE_SAVE's into configure.in and re-ran autoconf 2000-04-20 13:41:51 -05:00
Albert Cheng
ad7b98ef4e [svn-r2168] Updated. 2000-04-20 12:37:45 -05:00
Patrick Lu
8a006fd0ca [svn-r2167] i removed unneeded code from the tool lib.
from h5tools.h just got rid of a prototype for copy_atmoic_char which was never used

in the h5tools.c i removed the copy_atomic_char, all the display_*_data, where the * is numeric, string
or compound, the print_data, h5dump_attr. also removed a block of codfe that was surrounded by #if 0
2000-04-20 11:53:57 -05:00
Quincey Koziol
ba8fbc02db [svn-r2165] Fixed last batch of problems when using free-lists on the SGI machines. They
should (hopefully) work on all platforms again now.
2000-04-20 11:36:38 -05:00
Quincey Koziol
37f774f5a9 [svn-r2164] Remove debugging information... 2000-04-19 18:13:23 -05:00
Quincey Koziol
a6e0deba63 [svn-r2163] Take out some debugging information which was accidentally checked in. 2000-04-19 18:11:57 -05:00
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