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
Albert Cheng
dcec973faa
[svn-r2059] Snapshot version 1.3 release 19
2000-03-24 10:54:56 -05:00
Elena Pourmal
6864463d20
[svn-r2058]
...
Yesterday I forgot to change add HISTORY file. Fixed.
2000-03-24 09:50:59 -05:00
Albert Cheng
e2c95c478a
[svn-r2057] Purpose:
...
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.
2000-03-23 21:12:44 -05:00
Elena Pourmal
f511183889
[svn-r2056]
...
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.
2000-03-23 16:34:06 -05:00
Patrick Lu
64abaedc8b
[svn-r2054] update the files since i hanged the hdf 5 versions of them.
...
the h5toh4 tests were not passing.
2000-03-23 12:13:34 -05:00
Patrick Lu
1ee399e491
[svn-r2052] the new ddls for the new versions of the testfiles just 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
2000-03-23 10:38:14 -05:00
Patrick Lu
1bb9912f80
[svn-r2051] update the test files so that their data is a little more vaired.
...
the elements in the rows are different values and rows are not repeated.
2000-03-23 10:31:21 -05:00
Patrick Lu
a997660b18
[svn-r2050] changed the data for the tall.h5, tcompound.h5 and 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.
2000-03-23 10:27:34 -05:00
Albert Cheng
e72f4e6cdb
[svn-r2049] Added the "clean" and "distclean" option for cleaning the test directory.
...
This would help clean disk usage after the daily test is done.
2000-03-23 00:45:04 -05:00
Albert Cheng
ce99ea075c
[svn-r2048] H5I_dec_ref was return 1 instead of FAIL when it failed.
...
Fixed.
2000-03-23 00:42:52 -05:00
Patrick Lu
7ed43934d3
[svn-r2047] updated the dumptest to test the new nested compound file
2000-03-21 13:10:25 -05:00
Patrick Lu
35b8c2baf0
[svn-r2046] added a test for the tnestedcomp.h5 test.
2000-03-21 12:59:28 -05:00
Patrick Lu
50500e3672
[svn-r2045] fixed a type that had the endian to be little. I created the file on my NT machine but
...
the testfile on baldirc.
2000-03-21 12:58:18 -05:00
Patrick Lu
064ad5df8f
[svn-r2044] added entries for the tnestedcomp.h5 and tnestcomp-1.ddl files
2000-03-21 12:51:03 -05:00
Patrick Lu
f8fc02abce
[svn-r2043] testfile for the nested compound types
2000-03-21 12:48:08 -05:00
Patrick Lu
861af95729
[svn-r2042] ddl for the testfile tnestedcomp.h5
2000-03-21 12:47:40 -05:00
Patrick Lu
5536ff167e
[svn-r2041] added a new test file creation function. test_nsetcomp. creates a file
...
that has nested compound types in it.
2000-03-21 12:44:01 -05:00