Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r19142] I added H5Itest.c. | Raymond Lu | 2010-07-28 | 1 | -1/+1 |
| | | | | Not tested yet. | ||||
* | [svn-r19086] Snapshot version 1.9 release 74 | HDF Tester | 2010-07-18 | 1 | -3/+3 |
| | |||||
* | [svn-r19064] Snapshot version 1.9 release 73 | HDF Tester | 2010-07-11 | 1 | -3/+3 |
| | |||||
* | [svn-r19047] Snapshot version 1.9 release 72 | HDF Tester | 2010-07-04 | 1 | -3/+3 |
| | |||||
* | [svn-r19031] Snapshot version 1.9 release 71 | HDF Tester | 2010-06-28 | 1 | -3/+3 |
| | |||||
* | [svn-r19022] Snapshot version 1.9 release 70 | HDF Tester | 2010-06-20 | 1 | -3/+3 |
| | |||||
* | [svn-r18823] Snapshot version 1.9 release 69 | HDF Tester | 2010-05-16 | 1 | -3/+3 |
| | |||||
* | [svn-r18684] Snapshot version 1.9 release 68 | HDF Tester | 2010-05-02 | 1 | -3/+3 |
| | |||||
* | [svn-r18589] Snapshot version 1.9 release 67 | HDF Tester | 2010-04-18 | 1 | -3/+3 |
| | |||||
* | [svn-r18563] I put a header in the output printout. No test is needed. | Raymond Lu | 2010-04-15 | 1 | -0/+6 |
| | |||||
* | [svn-r18560] I added header for output print out. No test is needed. | Raymond Lu | 2010-04-15 | 1 | -0/+7 |
| | |||||
* | [svn-r18559] I took out the dsets test because it's part of testhdf5 now. | Raymond Lu | 2010-04-15 | 1 | -1/+0 |
| | |||||
* | [svn-r18545] Snapshot version 1.9 release 66 | HDF Tester | 2010-04-11 | 1 | -3/+3 |
| | |||||
* | [svn-r18508] Snapshot version 1.9 release 65 | HDF Tester | 2010-04-04 | 1 | -3/+3 |
| | |||||
* | [svn-r18465] Snapshot version 1.9 release 64 | HDF Tester | 2010-03-28 | 1 | -3/+3 |
| | |||||
* | [svn-r18432] Snapshot version 1.9 release 63 | HDF Tester | 2010-03-21 | 1 | -3/+3 |
| | |||||
* | [svn-r18406] Snapshot version 1.9 release 62 | HDF Tester | 2010-03-14 | 1 | -3/+3 |
| | |||||
* | [svn-r18367] The OpenVMS linking probably doesn't like too many object ↵ | Raymond Lu | 2010-03-04 | 1 | -1/+2 |
| | | | | | | | | | files. I just broke the link command into two commands to make it happy. Tested on OpenVMS. | ||||
* | [svn-r18366] Binh-Minh integrated dsets.cpp into testhdf5.cpp. I changed ↵ | Raymond Lu | 2010-03-04 | 1 | -9/+2 |
| | | | | | | | | the make file accordingly. I'll wait for her to check into the 1.8 branch to make the same change in 1.8. Tested on OpenVMS. | ||||
* | [svn-r18350] Snapshot version 1.9 release 61 | HDF Tester | 2010-02-28 | 1 | -3/+3 |
| | |||||
* | [svn-r18328] I commented out the macro H5_HAVE_SYMLINK because I ran the ↵ | Raymond Lu | 2010-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following C test under hdf5/test directory. OpenVMS couldn't open a file through symbolic link. This macro is mainly used in test/links.c for the function call external_symlink and in src/H5F.c. Tested the same change for 1.8 on OpenVMS. ------------------------------------------------------------------------ #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> int main(void) { int file1, file2; /* Create a symbolic link to the file 21b.c */ if(symlink("[LU.hdf5_1_8_2_5.test.tmp2]21b.c", "[LU.hdf5_1_8_2_5.test.tmp]sym1") < 0) printf("symlink failed\n"); /* Create the file 21b.c */ if((file1 = open("[LU.hdf5_1_8_2_5.test.tmp2]21b.c", O_CREAT | O_TRUNC | O_RDWR)) < 0) printf("1st open failed\n"); if(close(file1) < 0) printf("close failed\n"); /* Open the 21b.c through the symbolic link */ if((file2 = open("[LU.hdf5_1_8_2_5.test.tmp]sym1", O_RDWR)) < 0) { int errsv = errno; printf("2nd open failed, errno=%d\n", errsv); } if(close(file2) < 0) printf("close failed\n"); return 0; } | ||||
* | [svn-r18217] Snapshot version 1.9 release 60 | HDF Tester | 2010-02-07 | 1 | -3/+3 |
| | |||||
* | [svn-r18210] Updates - added H5B2hdr.c, H5Fdeprec.c, and H5Ofsinfo.c to the ↵ | Raymond Lu | 2010-02-03 | 1 | -6/+6 |
| | | | | | | list. Not tested yet. | ||||
* | [svn-r18209] Updates. Not tested yet. | Raymond Lu | 2010-02-03 | 2 | -3/+23 |
| | |||||
* | [svn-r18199] Snapshot version 1.9 release 59 | HDF Tester | 2010-01-31 | 1 | -3/+3 |
| | |||||
* | [svn-r18197] Description: | Quincey Koziol | 2010-01-30 | 1 | -1/+1 |
| | | | | | | | | | Trim trailing whitespace from source code files with this command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - eyeballed only | ||||
* | [svn-r18120] Snapshot version 1.9 release 58 | HDF Tester | 2010-01-17 | 1 | -3/+3 |
| | |||||
* | [svn-r18100] Snapshot | HDF Tester | 2010-01-10 | 1 | -3/+3 |
| | |||||
* | [svn-r18059] Snapshot | HDF Tester | 2010-01-03 | 1 | -3/+3 |
| | |||||
* | [svn-r18047] Snapshot | HDF Tester | 2009-12-20 | 1 | -3/+3 |
| | |||||
* | [svn-r18022] I added tlinks to testhdf5. | Raymond Lu | 2009-12-16 | 1 | -1/+2 |
| | | | | Tested v1.8.4 on OpenVMS. | ||||
* | [svn-r18012] Snapshot | HDF Tester | 2009-12-13 | 1 | -3/+3 |
| | |||||
* | [svn-r17973] Snapshot | HDF Tester | 2009-12-07 | 1 | -3/+3 |
| | |||||
* | [svn-r17924] Description: | Quincey Koziol | 2009-11-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add detection for POSIX lstat() routine to configure script (mostly for non-UNIX/Linux machines) and add macro wrapper for it. Alphabetatize the system/library calls we test for, to make them easier to read. Removed the sigaction() detection & macro wrappers, since it's not used by the distribution currently. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode Mac OS X/32 10.6.2 (amazon) in debug mode Mac OS X/32 10.6.2 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode | ||||
* | [svn-r17902] Snapshot | HDF Tester | 2009-11-17 | 1 | -3/+3 |
| | |||||
* | [svn-r17742] Snapshot version 1.9 release 50 | HDF Tester | 2009-10-25 | 1 | -3/+3 |
| | |||||
* | [svn-r17670] Snapshot version 1.9 release 49 | Larry Knox | 2009-10-18 | 1 | -3/+3 |
| | |||||
* | [svn-r17628] Snapshot version 1.9 release 48 | Larry Knox | 2009-10-11 | 1 | -3/+3 |
| | |||||
* | [svn-r17589] Snapshot version 1.9 release 47 | Larry Knox | 2009-10-04 | 1 | -3/+3 |
| | |||||
* | [svn-r17538] Snapshot version 1.9 release 46 | Larry Knox | 2009-09-27 | 1 | -3/+3 |
| | |||||
* | [svn-r17483] Added H5Dlayout.c to make.com. | Raymond Lu | 2009-09-15 | 1 | -1/+1 |
| | | | | Not tested yet. | ||||
* | [svn-r17480] Added H5Fsuper_cache.c into the make.com. | Raymond Lu | 2009-09-15 | 1 | -1/+1 |
| | | | | Not tested yet. | ||||
* | [svn-r17446] Snapshot version 1.9 release 45 | Larry Knox | 2009-09-03 | 1 | -3/+3 |
| | |||||
* | [svn-r17385] I corrected some paths. | Raymond Lu | 2009-08-19 | 1 | -2/+9 |
| | | | | Not tested yet. | ||||
* | [svn-r17349] I added the simple test for h5jam and the build for h5repart. | Raymond Lu | 2009-08-13 | 2 | -0/+41 |
| | | | | I'm testing it now. | ||||
* | [svn-r17343] Snapshot version 1.9 release 44 | Larry Knox | 2009-08-12 | 1 | -3/+3 |
| | |||||
* | [svn-r17227] Corrected some file names. | Raymond Lu | 2009-07-23 | 1 | -3/+3 |
| | | | | Tested on vms. | ||||
* | [svn-r17226] Disabled the test "TOOLTEST h5diff_629.txt "file1.h6 file2.h6"" ↵ | Raymond Lu | 2009-07-23 | 1 | -2/+2 |
| | | | | | | as C script does. No test needed. | ||||
* | [svn-r17193] Update and enable h5copy test. | Raymond Lu | 2009-07-16 | 2 | -11/+48 |
| | | | | Not tested yet. | ||||
* | [svn-r17192] Updated. | Raymond Lu | 2009-07-16 | 1 | -14/+26 |
| | | | | Not tested yet. |