Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23241] Fix for: HDFFV-7596 H5DSget_scale returns size that includes ↵ | Scot Breitenfeld | 2013-02-11 | 3 | -11/+9 |
| | | | | | | | | NULL termination and H5DSget_label returns size Updated tests. Tested: jam( gnu, intel) | ||||
* | [svn-r23240] Snapshot version 1.9 release 143 | HDF Tester | 2013-02-10 | 3 | -3/+3 |
| | |||||
* | [svn-r23221] Snapshot version 1.9 release 142 | HDF Tester | 2013-02-03 | 3 | -3/+3 |
| | |||||
* | [svn-r23180] Snapshot version 1.9 release 141 | HDF Tester | 2013-01-20 | 3 | -3/+3 |
| | |||||
* | [svn-r23161] ported revisions 23146:23160 from the trunk | Raymond Lu | 2013-01-14 | 16 | -16/+16 |
| | |||||
* | [svn-r23149] I put more condition checks with macro when DEFLATE filter is ↵ | Raymond Lu | 2013-01-10 | 1 | -3/+4 |
| | | | | | | disabled. Tested on koala. | ||||
* | [svn-r23148] I added the macro condition check for the test of direct chunk ↵ | Raymond Lu | 2013-01-09 | 1 | -0/+2 |
| | | | | | | write as it uses compress2 function. Tested on koala. | ||||
* | [svn-r23147] ported revisions 23081:23145 from the trunk | Raymond Lu | 2013-01-09 | 18 | -274/+16 |
| | |||||
* | [svn-r23146] The test on Windows shows it doesn't have zlib.h. I added a ↵ | Raymond Lu | 2013-01-09 | 1 | -1/+7 |
| | | | | | | macro condition to verify it before include it. Tested on koala. | ||||
* | [svn-r23103] I changed the H5Dopen in hl/test/dectris_hl_perf.c and ↵ | Raymond Lu | 2012-12-14 | 1 | -4/+4 |
| | | | | | | perform/dectris_perf.c to H5Dopen2. Tested on Koala. | ||||
* | [svn-r23097] I changed H5Dopen to H5Dopen2 in test/dectris_tst.c and ↵ | Raymond Lu | 2012-12-13 | 1 | -5/+5 |
| | | | | | | | | | | hl/test/test_dset_opt.c. I added hl/test/dectris_hl_perf.c perform/dectris_perf.c test/dectris_tst.c Tested on koala. | ||||
* | [svn-r23087] I updated MANIFEST to include the new files hl/src/H5DO.c, ↵ | Raymond Lu | 2012-12-10 | 1 | -0/+1 |
| | | | | | | H5DOpublic.h, H5DOprivate.h. I included H5DOpublic.h into hl/src/hdf5_hl.h. Tested on koala. | ||||
* | [svn-r23082] I corrected an error for test_dectris.h5. | Raymond Lu | 2012-12-06 | 1 | -2/+2 |
| | | | | Tested on jam. | ||||
* | [svn-r23081] ported revisions 22987 to 23080 from the trunk | Raymond Lu | 2012-12-06 | 3 | -3/+3 |
| | |||||
* | [svn-r23079] I updated CMakefile for adding H5DO.c and H5DOpublic.h under ↵ | Raymond Lu | 2012-12-05 | 2 | -0/+4 |
| | | | | | | hl/ directory. Not test. | ||||
* | [svn-r23078] I took out O_SYNC flag from the code. I used it to do ↵ | Raymond Lu | 2012-12-05 | 1 | -5/+5 |
| | | | | | | | | performance test. But we decided not to support it. Tested on koala. | ||||
* | [svn-r23075] I revised the code and test according to Quincey's review. I ↵ | Raymond Lu | 2012-12-04 | 4 | -75/+912 |
| | | | | | | also added more test cases. Tested on koala. | ||||
* | [svn-r23019] I added dectris_hl_perf.c for testing performance. | Raymond Lu | 2012-11-07 | 1 | -0/+643 |
| | | | | Tested on koala. | ||||
* | [svn-r23018] I forgot to add these new files in previous commit. | Raymond Lu | 2012-11-07 | 4 | -0/+508 |
| | |||||
* | [svn-r23017] I added a prototype function H5DOwrite_chunk in HL library for ↵ | Raymond Lu | 2012-11-07 | 5 | -19/+27 |
| | | | | | | | | | Dectris people to test performance. The library's API function H5PSIdirect_write is still in. I reorganized the internal library by adding H5D__pre_write function. Tested on koala. | ||||
* | [svn-r22987] ported revisions from 22742 to 22986 from the trunk | Raymond Lu | 2012-10-29 | 10 | -221/+290 |
| | |||||
* | [svn-r22732] Snapshot version 1.9 release 127 | HDF Tester | 2012-09-02 | 3 | -3/+3 |
| | |||||
* | [svn-r22722] Update all references from configure.in to configure.ac | Allen Byrne | 2012-08-28 | 2 | -2/+2 |
| | | | | Tested: h5committest | ||||
* | [svn-r22720] Fix RelWithDebInfo packaging | Allen Byrne | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | [svn-r22714] one more missed VAR change for parallel examples | Allen Byrne | 2012-08-26 | 3 | -351/+6 |
| | |||||
* | [svn-r22712] Updated a missed example makefile. Tested locally with make ↵ | Allen Byrne | 2012-08-24 | 2 | -6/+351 |
| | | | | installcheck (another h5committest understanding oversight) | ||||
* | [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵ | Allen Byrne | 2012-08-23 | 18 | -219/+233 |
| | | | | | | autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest | ||||
* | [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, ↵ | Larry Knox | 2012-08-22 | 14 | -661/+1262 |
| | | | | | | libtool 2.4.2 Tested THG machines. | ||||
* | [svn-r22697] Snapshot version 1.9 release 126 | HDF Tester | 2012-08-19 | 3 | -3/+3 |
| | |||||
* | [svn-r22693] Add missing H5Tclose(). | Allen Byrne | 2012-08-17 | 1 | -1/+3 |
| | |||||
* | [svn-r22670] Snapshot version 1.9 release 125 | HDF Tester | 2012-08-12 | 3 | -3/+3 |
| | |||||
* | [svn-r22646] Description: | Quincey Koziol | 2012-08-08 | 1 | -2/+5 |
| | | | | | | | | | Changes resulting from Klocwork static analysis tool, from Mark Miller @ LLNL (miller86@llnl.gov). Tested on: Mac OS X/64 10.7.4 (amazon) w/debug, C++ & FORTRAN, using gcc 4.7.x (too minor to require h5committest) | ||||
* | [svn-r22629] Snapshot version 1.9 release 124 | Larry Knox | 2012-08-05 | 3 | -3/+3 |
| | |||||
* | [svn-r22611] Fixed: HDFFV-8013 H5LTget_attribute_string appears to not ↵ | Scot Breitenfeld | 2012-07-27 | 1 | -2/+7 |
| | | | | | | close an object identifier Tested: gnu and intel (jam) | ||||
* | [svn-r22610] HDFFV-8055 H5TBdelete_record destroys data after the deleted row | Scot Breitenfeld | 2012-07-27 | 2 | -2/+125 |
| | | | | | | Added fix and test case. Tested: gnu and intel (jam) | ||||
* | [svn-r22525] Snapshot version 1.9 release 124 | Larry Knox | 2012-07-09 | 3 | -3/+3 |
| | |||||
* | [svn-r22487] Snapshot version 1.9 release 122 | HDF Tester | 2012-06-24 | 4 | -6/+6 |
| | |||||
* | [svn-r22484] Description: | Quincey Koziol | 2012-06-23 | 1 | -3/+3 |
| | | | | | | | | | | | | Copy the file image test file from the source directory to the build directory, instead of trying to open the [in-memory] file R/W. Also, clean up a few other test files that were left lying around from other tests. Tested on: MacOSX/64 10.7.4 (amazon) w/debug Too minor to require h5committest | ||||
* | [svn-r22479] Remove subfolder tools from install command | Allen Byrne | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | [svn-r22448] Snapshot version 1.9 release 121 | HDF Tester | 2012-06-10 | 3 | -3/+3 |
| | |||||
* | [svn-r22427] Snapshot version 1.9 release 120 | HDF Tester | 2012-06-03 | 3 | -3/+3 |
| | |||||
* | [svn-r22426] Add examples/README file to be installed with examples. | Larry Knox | 2012-06-02 | 3 | -3/+30 |
| | | | | Text file only, but tested with h5committest. | ||||
* | [svn-r22413] Snapshot version 1.9 release 119 | HDF Tester | 2012-05-27 | 3 | -3/+3 |
| | |||||
* | [svn-r22411] reduce compiler warnings by removing unreferenced variables and ↵ | Allen Byrne | 2012-05-25 | 1 | -1/+0 |
| | | | | | | adding cast Tested: local linux | ||||
* | [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵ | Allen Byrne | 2012-05-24 | 3 | -0/+10 |
| | | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows | ||||
* | [svn-r22382] Snapshot version 1.9 release 118 | HDF Tester | 2012-05-20 | 3 | -3/+3 |
| | |||||
* | [svn-r22361] Change library source properties: remove "LANGUAGE C" property ↵ | Allen Byrne | 2012-05-14 | 1 | -1/+1 |
| | | | | | | from headers. Add "LINKER C" property to link. Tested: local linux | ||||
* | [svn-r22356] Snapshot version 1.9 release 117 | HDF Tester | 2012-05-13 | 3 | -3/+3 |
| | |||||
* | [svn-r22326] Snapshot version 1.9 release 116 | HDF Tester | 2012-04-29 | 3 | -3/+3 |
| | |||||
* | [svn-r22311] Snapshot version 1.9 release 115 | HDF Tester | 2012-04-22 | 3 | -3/+3 |
| |