| Commit message (Expand) | Author | Age | Files | Lines |
* | [svn-r2653] Purpose: | Quincey Koziol | 2000-10-10 | 1 | -1/+3 |
|
|
* | [svn-r2650] Purpose: | Albert Cheng | 2000-10-10 | 1 | -2/+2 |
|
|
* | [svn-r2573] Purpose: | Robb Matzke | 2000-09-19 | 1 | -37/+665 |
|
|
* | [svn-r2562] Purpose: | Thomas Radke | 2000-09-15 | 1 | -0/+379 |
|
|
* | [svn-r2561] Purpose: | Thomas Radke | 2000-09-15 | 1 | -2/+5 |
|
|
* | [svn-r2547] Changed hyperslab definition to generate one 6x6 hyperslab instea... | Quincey Koziol | 2000-09-13 | 1 | -2/+2 |
|
|
* | [svn-r2545] Updated some printfs to be more informative when failures occur. | Quincey Koziol | 2000-09-13 | 1 | -9/+9 |
|
|
* | [svn-r2539] Removed the -R$(ZLIB_DIR) flag since that is now being taken care... | Bill Wendling | 2000-09-12 | 1 | -37/+35 |
|
|
* | [svn-r2533] Rolled back the changes I committed since Albert fixed the proble... | Bill Wendling | 2000-09-11 | 12 | -48/+0 |
|
|
* | [svn-r2532] Added a trivial FILENAME definition to those programs linked with | Bill Wendling | 2000-09-11 | 12 | -0/+48 |
|
|
* | [svn-r2531] Description: | Albert Cheng | 2000-09-10 | 32 | -85/+34 |
|
|
* | [svn-r2529] Added a -R<directory> flag to the LT command line. If we compile ... | Bill Wendling | 2000-09-08 | 1 | -36/+37 |
|
|
* | [svn-r2528] Linking errors occured with these files. They link with libh5test... | Bill Wendling | 2000-09-08 | 12 | -1/+48 |
|
|
* | [svn-r2468] Changed type of variable to long since that's what it should hold... | Bill Wendling | 2000-08-04 | 1 | -7/+8 |
|
|
* | [svn-r2466] Added return statement to the main function to prevent some compiler | Bill Wendling | 2000-08-04 | 1 | -1/+2 |
|
|
* | [svn-r2463] Fixed a comparison between unsigned and signed value. Cast both to | Bill Wendling | 2000-08-04 | 1 | -1/+1 |
|
|
* | [svn-r2411] Added support for log VFL driver. | Robb Matzke | 2000-06-23 | 1 | -0/+7 |
|
|
* | [svn-r2320] Patched "print_stats" routine parameters for machines with no get... | Quincey Koziol | 2000-06-02 | 1 | -0/+8 |
|
|
* | [svn-r2317] Close a small memory leak in the test program (not library). | Quincey Koziol | 2000-06-01 | 1 | -0/+4 |
|
|
* | [svn-r2289] changed the macro for the file to be FILENAME. caused compilation... | Patrick Lu | 2000-05-25 | 1 | -7/+7 |
|
|
* | [svn-r2287] Changed ttsafe_* test files so that they create their own HDF5 fi... | Bill Wendling | 2000-05-19 | 5 | -790/+828 |
|
|
* | [svn-r2273] Used updated data structure names... | Quincey Koziol | 2000-05-19 | 1 | -2/+2 |
|
|
* | [svn-r2268] updated comments for the test for attribute creation for threadsa... | Chee-Wai Lee | 2000-05-18 | 1 | -0/+3 |
|
|
* | [svn-r2266] Minor change for 64-bit libs | Robb Matzke | 2000-05-18 | 1 | -1/+1 |
|
|
* | [svn-r2264] Added Thread-safe feature. This is the phase 1 implementation | Chee-Wai Lee | 2000-05-18 | 7 | -3/+1231 |
|
|
* | [svn-r2262] * 2000-05-18 | Robb Matzke | 2000-05-18 | 2 | -2/+104 |
|
|
* | [svn-r2222] Added TBBT testing code. | Quincey Koziol | 2000-05-08 | 4 | -4/+152 |
|
|
* | [svn-r2179] *** empty log message *** | Robb Matzke | 2000-04-21 | 1 | -33/+175 |
|
|
* | [svn-r2146] Comments. | Raymond Lu | 2000-04-14 | 3 | -25/+178 |
|
|
* | [svn-r2142] Re-added titerate.c to makefile... | Quincey Koziol | 2000-04-13 | 1 | -2/+2 |
|
|
* | [svn-r2138] Add SRB as a new VFL, these are its testing programs. | Raymond Lu | 2000-04-13 | 4 | -8/+447 |
|
|
* | [svn-r2132] Tested H5Screate_simple & H5Sset_extent_simple disallowing | Quincey Koziol | 2000-04-12 | 1 | -0/+14 |
|
|
* | [svn-r2125] Changed test slightly to reflect change in return type for H5Aite... | Quincey Koziol | 2000-04-12 | 1 | -3/+3 |
|
|
* | [svn-r2118] Added test for error in which groups with more than one level of ... | Quincey Koziol | 2000-04-12 | 1 | -2/+169 |
|
|
* | [svn-r2112] Added random generator of 5-D hyperslabs to tests. | Quincey Koziol | 2000-04-11 | 1 | -1/+195 |
|
|
* | [svn-r2099] Added test to check for correct staggered hyperslab iteration. | Quincey Koziol | 2000-04-07 | 1 | -0/+137 |
|
|
* | [svn-r2082] Added additional group & attribute iteration tests. | Quincey Koziol | 2000-04-05 | 4 | -7/+405 |
|
|
* | [svn-r2073] Added free-list code to the library and took out the older "tempo... | Quincey Koziol | 2000-04-04 | 2 | -11/+14 |
|
|
* | [svn-r2069] change URL to a valid one. | Raymond Lu | 2000-04-04 | 1 | -2/+2 |
|
|
* | [svn-r2034] Switch testing web server to paz.ncsa.uiuc.edu for gass_read; sti... | Raymond Lu | 2000-03-14 | 3 | -8/+9 |
|
|
* | [svn-r2028] Switch to HTTP protocal testing for read, compress write and appe... | Raymond Lu | 2000-03-13 | 3 | -2/+23 |
|
|
* | [svn-r1995] configure.in: | Albert Cheng | 2000-03-01 | 2 | -2/+2 |
|
|
* | [svn-r1946] Added a the PARA-Prefix for parallel test files for the needs that | Albert Cheng | 2000-01-26 | 2 | -20/+67 |
|
|
* | [svn-r1945] Add tests for "H5S_SELECT_PREPEND" and "H5S_SELECT_APPEND" operat... | Quincey Koziol | 2000-01-21 | 1 | -5/+119 |
|
|
* | [svn-r1926] Macros HAVE_GASS and HAVE_DPSS are changed to H5_HAVE_GASS AND H5... | Raymond Lu | 1999-12-21 | 5 | -5/+5 |
|
|
* | [svn-r1925] DPSS is checked in. | Raymond Lu | 1999-12-21 | 3 | -2/+344 |
|
|
* | [svn-r1879] Changed the test host from eirene to which. (Got to change this | Albert Cheng | 1999-12-17 | 3 | -3/+3 |
|
|
* | [svn-r1859] * 1999-12-09 | Robb Matzke | 1999-12-09 | 1 | -2/+4 |
|
|
* | [svn-r1848] *** empty log message *** | Robb Matzke | 1999-11-23 | 1 | -43/+76 |
|
|
* | [svn-r1841] changed the #includes to the new ones defined in H5pubconf.h. | Patrick Lu | 1999-11-19 | 1 | -5/+5 |
|
|