Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r1897] RM_H5T.html H5Tset/get_fields: Added spos parameter. | Frank Baker | 1999-12-17 | 1 | -11/+26 |
| | | | | H5Tconvert: Added plist_id parameter. | ||||
* | [svn-r1894] Tools.html h5dump: Added -V option. | Frank Baker | 1999-12-17 | 3 | -2/+9 |
| | | | | | Glossary.html selection: added 2nd definition. Filters.html Added reference in section 4 to zlib website. | ||||
* | [svn-r1893] RM_H5S.html | Frank Baker | 1999-12-17 | 1 | -4/+7 |
| | | | | | | | | H5Sselect_hyperslab, H5Sget_select_elem_pointlist, H5Sget_select_bounds: Inserted missing punctuation and missing space between words. H5Sget_simple_extent_dims: Added statement that either or both of 'dims' and 'maxdims' may be NULL. | ||||
* | [svn-r1890] RM_H5G.html H5Giterate: Corrected H5G_operator_t to read ↵ | Frank Baker | 1999-12-17 | 1 | -4/+10 |
| | | | | | | | | H5G_iterate_t. Minor corrections to H5G_iterate_t prototype syntax. Added note that H5Giterate's behavior is undefined if the group structure or membership changes. | ||||
* | [svn-r1889] RM_H5F.html H5Fcreate, H5Fopen: Clarified description of file ↵ | Frank Baker | 1999-12-17 | 2 | -16/+20 |
| | | | | | | | | 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. | ||||
* | [svn-r1886] RM_H5P.html | Frank Baker | 1999-12-17 | 1 | -23/+32 |
| | | | | | | | 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'. | ||||
* | [svn-r1885] RM_H5.html H5check_version: Grammar correction. | Frank Baker | 1999-12-17 | 2 | -14/+21 |
| | | | | | | 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. | ||||
* | [svn-r1883] Added libh5test.a links so that parallel tests may make use of ↵ | Albert Cheng | 1999-12-17 | 1 | -2/+3 |
| | | | | | | routines in the other test library. | ||||
* | [svn-r1882] New entries automatically created by one of gmake/configure/autoconf | Albert Cheng | 1999-12-17 | 1 | -0/+32 |
| | | | | or their buddies, due to the addition of new test module. | ||||
* | [svn-r1881] Changed all the HAVE_PARALLEL and HAVE_GASS macros to the new | Albert Cheng | 1999-12-17 | 18 | -85/+84 |
| | | | | form of H5_HAVE_PARALLEL and H5_HAVE_GASS. | ||||
* | [svn-r1880] Added the new test module file for testpar. | Albert Cheng | 1999-12-17 | 1 | -0/+1 |
| | |||||
* | [svn-r1879] Changed the test host from eirene to which. (Got to change this | Albert Cheng | 1999-12-17 | 3 | -3/+3 |
| | | | | to be run time input somehow.) | ||||
* | [svn-r1878] Makefile.in | Frank Baker | 1999-12-14 | 1 | -1/+1 |
| | | | | Fixed typo. | ||||
* | [svn-r1874] Bringing all changes from R1.2 tree into R1.3 tree. | Frank Baker | 1999-12-13 | 33 | -1575/+5814 |
| | | | | | (except Datatypes.html, H5.format.html, ddl.html) This version of HDF5 Ref Manual includes FORTRAN API references. | ||||
* | [svn-r1873] added new test for multiple dataset writes to parallel tests | Chee-Wai Lee | 1999-12-10 | 3 | -2/+65 |
| | |||||
* | [svn-r1870] h5dump.c: | Albert Cheng | 1999-12-10 | 3 | -12/+33 |
| | | | | | | | | Added -V option for displaying version information. h5tools.c: Added print_version routine to display version information. h5tools.h: Added print_version prototype. | ||||
* | [svn-r1868] Added a new component, H5_VERS_SUBRELEASE, to the release ↵ | Albert Cheng | 1999-12-10 | 1 | -3/+5 |
| | | | | | | | information. It is for all those pre-release situations like alpha, beta, pre-n, ... In normal releases, it should be an empty string. | ||||
* | [svn-r1864] fixed the committed type error. | Patrick Lu | 1999-12-10 | 1 | -43/+11 |
| | |||||
* | [svn-r1863] The old way of testing **argv against NULL would cause coredump in | Albert Cheng | 1999-12-09 | 1 | -18/+22 |
| | | | | | some machines. Changed it to use argc to control the looping. Still need to clean some more. | ||||
* | [svn-r1861] Snapshot version 1.3 release 9 | Albert Cheng | 1999-12-09 | 2 | -2/+2 |
| | |||||
* | [svn-r1859] * 1999-12-09 | Robb Matzke | 1999-12-09 | 4 | -42/+45 |
| | | | | | | | | | | | | | | ** 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. | ||||
* | [svn-r1858] Changed the default testfiles to be in /tmp instead of current ↵ | Albert Cheng | 1999-12-07 | 1 | -1/+5 |
| | | | | | | | directory. Current directory in which the parallel code is compiled is usually not suitable for parallel I/O test. | ||||
* | [svn-r1857] Fixed error in decoding hyperslab regions for dataset region ↵ | Quincey Koziol | 1999-12-07 | 1 | -1/+1 |
| | | | | | | references. Data is ok in the file, just mixed up when trying to dereference the region. | ||||
* | [svn-r1855] Use the user MAKE if that has been set. | Albert Cheng | 1999-12-03 | 1 | -3/+6 |
| | |||||
* | [svn-r1854] fixed a bug | Patrick Lu | 1999-12-03 | 2 | -2/+2 |
| | |||||
* | [svn-r1853] updated these files to reflect the changes in the format for the ↵ | Patrick Lu | 1999-12-03 | 2 | -57/+57 |
| | | | | dump output | ||||
* | [svn-r1852] fixed a bug that i introduced with the last change to this file. | Patrick Lu | 1999-12-03 | 1 | -5/+16 |
| | |||||
* | [svn-r1851] updated the output for the dumper so that it prints out compound ↵ | Patrick Lu | 1999-12-03 | 2 | -75/+99 |
| | | | | | | | | | | 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... | ||||
* | [svn-r1850] Snapshot version 1.3 release 8 | Albert Cheng | 1999-12-02 | 2 | -2/+2 |
| | |||||
* | [svn-r1849] Performance improvement to H5FD_mpio_open: eliminated ↵ | Robert Kim Yates | 1999-12-01 | 1 | -19/+38 |
| | | | | unnecessary truncation. | ||||
* | [svn-r1848] *** empty log message *** | Robb Matzke | 1999-11-23 | 3 | -68/+107 |
| | |||||
* | [svn-r1847] ** src/H5T.c | Robb Matzke | 1999-11-23 | 3 | -952/+1081 |
| | | | | | Fixed a bug with enumeration types not having the correct object header pointer. | ||||
* | [svn-r1846] ** config/depend1 | Robb Matzke | 1999-11-23 | 1 | -2/+2 |
| | | | | | A minor tweak to the way GNU systems generate file dependencies for the Makefiles. | ||||
* | [svn-r1845] Snapshot version 1.3 release 7 | Albert Cheng | 1999-11-22 | 2 | -2/+2 |
| | |||||
* | [svn-r1844] Changed to use the H5_HAVE_PARALLEL macro names. | Albert Cheng | 1999-11-22 | 2 | -4/+4 |
| | |||||
* | [svn-r1843] added a section that gives more detailed descriptions on using ↵ | Patrick Lu | 1999-11-19 | 1 | -6/+54 |
| | | | | | | the library and the dll in VC | ||||
* | [svn-r1842] added the h5pubconf.h file | Patrick Lu | 1999-11-19 | 1 | -0/+0 |
| | |||||
* | [svn-r1841] changed the #includes to the new ones defined in H5pubconf.h. | Patrick Lu | 1999-11-19 | 1 | -5/+5 |
| | |||||
* | [svn-r1840] update the #includes so it would use the new ones defined in the ↵ | Patrick Lu | 1999-11-19 | 2 | -8/+8 |
| | | | | | | H5pubconf.h file. didn't compile otherwise. | ||||
* | [svn-r1839] added support for displaying nested compound data. | Patrick Lu | 1999-11-18 | 1 | -1/+5 |
| | |||||
* | [svn-r1838] Snapshot version 1.3 release 6 | Albert Cheng | 1999-11-17 | 2 | -2/+2 |
| | |||||
* | [svn-r1837] Cleaned up a few warnings from the SGI compiler. | Quincey Koziol | 1999-11-17 | 8 | -75/+65 |
| | |||||
* | [svn-r1836] Mainly fixed a bug in VL datatype comparisons which was causing ↵ | Quincey Koziol | 1999-11-17 | 10 | -1164/+1241 |
| | | | | | | | 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. | ||||
* | [svn-r1835] Cleaned up a few warnings. | Quincey Koziol | 1999-11-17 | 1 | -1/+1 |
| | |||||
* | [svn-r1834] Blocked remark # 3201 (parameter unused) since the SGI compiler ↵ | Quincey Koziol | 1999-11-17 | 1 | -9/+10 |
| | | | | | | doesn't recognize our "UNUSED" macro and whines a lot about the unused parameters. | ||||
* | [svn-r1833] changed due to Robb's checkin | Quincey Koziol | 1999-11-17 | 1 | -550/+482 |
| | |||||
* | [svn-r1832] * 1999-11-16 | Robb Matzke | 1999-11-16 | 11 | -166/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** 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. | ||||
* | [svn-r1831] removed the h5detect files from the lib and the dll and included ↵ | Patrick Lu | 1999-11-06 | 1 | -0/+0 |
| | | | | | | more libraries in the h5toh4 tool | ||||
* | [svn-r1830] Snapshot version 1.3 release 5 | Albert Cheng | 1999-11-05 | 2 | -2/+2 |
| | |||||
* | [svn-r1829] Did a make distclean in the test stage to clean away previous tests. | Albert Cheng | 1999-11-04 | 1 | -1/+10 |
| | | | | Changed _test to check which is the proper name for the testing target. |