Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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. | ||||
* | [svn-r1826] Got rid of old commented out commands. | Albert Cheng | 1999-11-04 | 1 | -10/+5 |
| | | | | Added uname to show host information automatically. | ||||
* | [svn-r1820] Updated with deleted file | Albert Cheng | 1999-11-04 | 1 | -1/+0 |
| | |||||
* | [svn-r1818] Testpar have been integrated. File no longer needed. | Albert Cheng | 1999-11-04 | 1 | -44/+0 |
| | |||||
* | [svn-r1816] Snapshot version 1.3 release 4 | Albert Cheng | 1999-11-04 | 3 | -472/+555 |
| | |||||
* | [svn-r1815] added a definition for the S_ISDIR macro and a typedef for mode_t | Patrick Lu | 1999-11-03 | 1 | -1/+8 |
| | |||||
* | [svn-r1814] * 1999-11-03 | Robb Matzke | 1999-11-03 | 3 | -13/+25 |
| | | | | | | | | | | | ** config/depend1.in We don't regenerate the Dependencies files if we're compiling in the source tree because `gcc -MM' doesn't output enough information to make the result usable when compiling outside the source tree. ** src/H5config.h.in Regenerated to include HAVE_LIBMPI and HAVE_LIBMPIO because of recent changes to configure.in | ||||
* | [svn-r1813] moved the globals out of the tools lib(h5findshd.c) into the ↵ | Patrick Lu | 1999-11-03 | 4 | -51/+101 |
| | | | | | | | | | h5toh4 tool. had to change some of the functions in the h5findshd.c file since we didn't have the globals anymore. these changes also affected the h5toh5.c file. passes all tests on unix |