Frank Baker
620c3d380d
[svn-r1889] RM_H5F.html H5Fcreate, H5Fopen: Clarified description of file access flags
...
in parameters section and removed reference to H5Fpublic.h.
RM_H5D.html H5Dvlen_reclaim: Inserted missing punctuation.
H5Dcreate: Added paragraph explaining that 'name' must be unique.
1999-12-17 10:39:46 -05:00
Frank Baker
654dfafca6
[svn-r1886] RM_H5P.html
...
H5Pset/get_cache: Added missing rdcc_nelmts parameter.
Corrected inconsistent references to rdcc_wo parameter.
Clarified Purpose and Description sections.
H5Pget_sec2: Corrected return type from 'returntype' to 'herr_t'.
1999-12-17 10:34:35 -05:00
Frank Baker
f17e2d273e
[svn-r1885] RM_H5.html H5check_version: Grammar correction.
...
RM_H5A.html H5Acreate: Restructured and expanded the Description section,
with particular attention to the fact that the attribute name
specified in H5Acreate must be unique.
1999-12-17 10:33:08 -05:00
Albert Cheng
9de79f7952
[svn-r1883] Added libh5test.a links so that parallel tests may make use of routines
...
in the other test library.
1999-12-17 09:54:30 -05:00
Albert Cheng
ecd36aa697
[svn-r1882] New entries automatically created by one of gmake/configure/autoconf
...
or their buddies, due to the addition of new test module.
1999-12-17 09:39:14 -05:00
Albert Cheng
2c7bbf697f
[svn-r1881] Changed all the HAVE_PARALLEL and HAVE_GASS macros to the new
...
form of H5_HAVE_PARALLEL and H5_HAVE_GASS.
1999-12-17 09:37:22 -05:00
Albert Cheng
36c94d9018
[svn-r1880] Added the new test module file for testpar.
1999-12-17 09:35:54 -05:00
Albert Cheng
bacc13b59a
[svn-r1879] Changed the test host from eirene to which. (Got to change this
...
to be run time input somehow.)
1999-12-17 09:34:30 -05:00
Frank Baker
04baef6a56
[svn-r1878] Makefile.in
...
Fixed typo.
1999-12-14 14:44:06 -05:00
Frank Baker
658fdbfb98
[svn-r1874] Bringing all changes from R1.2 tree into R1.3 tree.
...
(except Datatypes.html, H5.format.html, ddl.html)
This version of HDF5 Ref Manual includes FORTRAN API references.
1999-12-13 15:39:48 -05:00
Chee-Wai Lee
ca73fde3ba
[svn-r1873] added new test for multiple dataset writes to parallel tests
1999-12-10 17:38:25 -05:00
Albert Cheng
f30439d592
[svn-r1870] h5dump.c:
...
Added -V option for displaying version information.
h5tools.c:
Added print_version routine to display version information.
h5tools.h:
Added print_version prototype.
1999-12-10 15:44:04 -05:00
Albert Cheng
1c91b6fed2
[svn-r1868] Added a new component, H5_VERS_SUBRELEASE, to the release information.
...
It is for all those pre-release situations like alpha, beta, pre-n, ...
In normal releases, it should be an empty string.
1999-12-10 15:04:28 -05:00
Patrick Lu
0a3b102ae8
[svn-r1864] fixed the committed type error.
1999-12-10 09:38:40 -05:00
Albert Cheng
fdf2c445ad
[svn-r1863] The old way of testing **argv against NULL would cause coredump in
...
some machines. Changed it to use argc to control the looping.
Still need to clean some more.
1999-12-09 18:53:25 -05:00
Albert Cheng
5b90b00de9
[svn-r1861] Snapshot version 1.3 release 9
1999-12-09 15:17:28 -05:00
Robb Matzke
60cab76b78
[svn-r1859] * 1999-12-09
...
** src/H5FDpublic.h
Added a #define for H5_HAVE_VFL to make life easier for application
programmers.
** config/depend1
A minor tweak to the way GNU systems generate file dependencies for
the Makefiles.
** src/H5T.c
Fixed a bug with enumeration types not having the correct object
header pointer.
1999-12-09 06:10:24 -05:00
Albert Cheng
d5587a472b
[svn-r1858] Changed the default testfiles to be in /tmp instead of current directory.
...
Current directory in which the parallel code is compiled is usually
not suitable for parallel I/O test.
1999-12-07 17:41:23 -05:00
Quincey Koziol
a5a5519d02
[svn-r1857] Fixed error in decoding hyperslab regions for dataset region references.
...
Data is ok in the file, just mixed up when trying to dereference the region.
1999-12-07 14:46:10 -05:00
Albert Cheng
ac4430b260
[svn-r1855] Use the user MAKE if that has been set.
1999-12-03 17:42:55 -05:00
Patrick Lu
015079ab20
[svn-r1854] fixed a bug
1999-12-03 15:09:20 -05:00
Patrick Lu
6660a174c2
[svn-r1853] updated these files to reflect the changes in the format for the dump output
1999-12-03 14:48:34 -05:00
Patrick Lu
4ed4c8fb47
[svn-r1852] fixed a bug that i introduced with the last change to this file.
1999-12-03 14:43:56 -05:00
Patrick Lu
78cd5541bf
[svn-r1851] updated the output for the dumper so that it prints out compound types
...
with out the square braces. also the formatting for the compound types
in the dataset part section has been corrected.
still need to update the expected outputs so there will be some errors until
I get that all checked in...
1999-12-03 14:26:25 -05:00
Albert Cheng
9b2b532898
[svn-r1850] Snapshot version 1.3 release 8
1999-12-01 22:45:58 -05:00
Robert Kim Yates
290bf31554
[svn-r1849] Performance improvement to H5FD_mpio_open: eliminated unnecessary truncation.
1999-12-01 15:53:18 -05:00
Robb Matzke
9c40226b31
[svn-r1848] *** empty log message ***
1999-11-23 14:37:53 -05:00
Robb Matzke
d5c8b0fe6c
[svn-r1847] ** src/H5T.c
...
Fixed a bug with enumeration types not having the correct object
header pointer.
1999-11-23 14:36:13 -05:00
Robb Matzke
6dce914733
[svn-r1846] ** config/depend1
...
A minor tweak to the way GNU systems generate file dependencies for
the Makefiles.
1999-11-23 14:35:49 -05:00
Albert Cheng
e520c237d5
[svn-r1845] Snapshot version 1.3 release 7
1999-11-22 13:58:06 -05:00
Albert Cheng
5dbf1ef375
[svn-r1844] Changed to use the H5_HAVE_PARALLEL macro names.
1999-11-22 13:08:32 -05:00
Patrick Lu
ffa778636f
[svn-r1843] added a section that gives more detailed descriptions on using the library
...
and the dll in VC
1999-11-19 12:06:55 -05:00
Patrick Lu
de40a00325
[svn-r1842] added the h5pubconf.h file
1999-11-19 11:05:32 -05:00
Patrick Lu
81d7be5acc
[svn-r1841] changed the #includes to the new ones defined in H5pubconf.h.
1999-11-19 10:45:46 -05:00
Patrick Lu
a71edc1314
[svn-r1840] update the #includes so it would use the new ones defined in the H5pubconf.h
...
file. didn't compile otherwise.
1999-11-19 10:41:51 -05:00
Patrick Lu
c865c80878
[svn-r1839] added support for displaying nested compound data.
1999-11-18 10:17:37 -05:00
Albert Cheng
66e8514270
[svn-r1838] Snapshot version 1.3 release 6
1999-11-17 17:38:47 -05:00
Quincey Koziol
9648d22f5f
[svn-r1837] Cleaned up a few warnings from the SGI compiler.
1999-11-17 17:00:15 -05:00
Quincey Koziol
9e014467b6
[svn-r1836] Mainly fixed a bug in VL datatype comparisons which was causing non-equal
...
VL types to compare as equal. Added some asserts to make certain nothing
slips through again. Also cleaned up a few warnings from the SGI compiler.
1999-11-17 16:59:53 -05:00
Quincey Koziol
cd313a1645
[svn-r1835] Cleaned up a few warnings.
1999-11-17 16:58:38 -05:00
Quincey Koziol
ef4c6e6bc8
[svn-r1834] Blocked remark # 3201 (parameter unused) since the SGI compiler doesn't
...
recognize our "UNUSED" macro and whines a lot about the unused parameters.
1999-11-17 16:58:25 -05:00
Quincey Koziol
0deb7ff895
[svn-r1833] changed due to Robb's checkin
1999-11-17 16:57:05 -05:00
Robb Matzke
4b2dbd5651
[svn-r1832] * 1999-11-16
...
** configure.in
** configure [REGENERATED]
** src/H5private.h
** src/H5public.h
** src/Makefile.in
Generates an H5pubconf.h file which is just like H5config.h except all
the preprocessor symbols have `H5_' prepended. This was done so that
the configuration results can be used in public header files without
polluting the namespace.
** src/H5.c
Added H5I_REFERENCE and H5I_VFL to the API tracing code so their names
are printed instead of just numbers.
** src/H5FDstdio.c
** tools/h5import.c
** tools/h5repart.c
** tools/pdb2hdf.c
Changed to use the `H5_' versions of configure results since these
files include only the public API.
** test/big.c
Removed a compiler warning.
** test/h5test.c
Removed unused code.
1999-11-16 14:08:14 -05:00
Patrick Lu
d78a1e0f04
[svn-r1831] removed the h5detect files from the lib and the dll and included more libraries in
...
the h5toh4 tool
1999-11-06 09:34:12 -05:00
Albert Cheng
99eed4141a
[svn-r1830] Snapshot version 1.3 release 5
1999-11-04 20:42:06 -05:00
Albert Cheng
2b10001114
[svn-r1829] Did a make distclean in the test stage to clean away previous tests.
...
Changed _test to check which is the proper name for the testing target.
1999-11-04 15:35:23 -05:00
Albert Cheng
febbb4c50d
[svn-r1826] Got rid of old commented out commands.
...
Added uname to show host information automatically.
1999-11-04 01:54:44 -05:00
Albert Cheng
8052e47294
[svn-r1820] Updated with deleted file
1999-11-03 19:24:18 -05:00
Albert Cheng
db6c7feefa
[svn-r1818] Testpar have been integrated. File no longer needed.
1999-11-03 19:23:05 -05:00
Albert Cheng
2370f434a7
[svn-r1816] Snapshot version 1.3 release 4
1999-11-03 19:03:58 -05:00