Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23166] Comment out redirect-ddl tests - incomplete | Allen Byrne | 2013-01-15 | 2 | -28/+28 |
| | |||||
* | [svn-r23165] HDFF-8203 Break H5FDmpi.h header into public and private components | Mohamad Chaarawi | 2013-01-15 | 7 | -65/+46 |
| | | | | | | https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8203 tested: h5committest | ||||
* | [svn-r23164] HDFFV-8285: H5dump suppress ddl option test script | Allen Byrne | 2013-01-15 | 1 | -7/+89 |
| | |||||
* | [svn-r23163] HDFFV-8285: H5dump suppress ddl option testfile additions | Allen Byrne | 2013-01-15 | 10 | -0/+1744 |
| | |||||
* | [svn-r23162] synchronized DECTRIS branch (r23161) with the trunk | Raymond Lu | 2013-01-14 | 20 | -55/+2321 |
|\ | |||||
| * | [svn-r23161] ported revisions 23146:23160 from the trunk | Raymond Lu | 2013-01-14 | 56 | -77/+179 |
| | | |||||
| * | [svn-r23152] I took out the obsolete function H5PSIwrite_chunk and its ↵ | Raymond Lu | 2013-01-11 | 9 | -1131/+37 |
| | | | | | | | | | | | | related test and performance test. Tested on koala. | ||||
| * | [svn-r23149] I put more condition checks with macro when DEFLATE filter is ↵ | Raymond Lu | 2013-01-10 | 3 | -5/+40 |
| | | | | | | | | | | | | 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 | 80 | -2095/+3402 |
| | | |||||
| * | [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 | 2 | -8/+8 |
| | | | | | | | | | | | | 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 | 3 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+5 |
| | | | | | | | | | | | | 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 | 50 | -1363/+683 |
| | | |||||
| * | [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 | 5 | -16/+13 |
| | | | | | | | | | | | | | | | | performance test. But we decided not to support it. Tested on koala. | ||||
| * | [svn-r23077] I adjusted the dataset and chunk to smaller sizes. | Raymond Lu | 2012-12-05 | 1 | -5/+4 |
| | | | | | | | | Tested on koala. | ||||
| * | [svn-r23075] I revised the code and test according to Quincey's review. I ↵ | Raymond Lu | 2012-12-04 | 8 | -97/+935 |
| | | | | | | | | | | | | 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 | 11 | -63/+218 |
| | | | | | | | | | | | | | | | | | | 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 | 598 | -126730/+15233 |
| | | |||||
| * | [svn-r22742] ported revisions 22738 to 22741 from the trunk | Raymond Lu | 2012-09-06 | 2 | -9/+5 |
| | | |||||
| * | [svn-r22739] ported revisions 22615 to 22737 from the trunk | Raymond Lu | 2012-09-05 | 235 | -7102/+10703 |
| |\ | |||||
| * | | [svn-r22728] I forgot to include H5MMprivate.h header file for using ↵ | Raymond Lu | 2012-08-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | H5MM_free function. Tested on koala. | ||||
| * | | [svn-r22655] Dectris project - I changed the rank of the offset for ↵ | Raymond Lu | 2012-08-09 | 3 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | H5PSIdirect_write from RANK+1 to RANK. But internally, it expands to RANK+1 as the library requires it to terminate with a zero. Tested on koala. | ||||
| * | | [svn-r22653] Dectris project: I revised the code per Quincey's suggestion. | Raymond Lu | 2012-08-09 | 7 | -64/+177 |
| | | | | | | | | | | | | Tested on koala. | ||||
| * | | [svn-r22641] Dectris project: I revised the code per Quincey's and Neil's ↵ | Raymond Lu | 2012-08-08 | 14 | -79/+696 |
| | | | | | | | | | | | | | | | | | | comments. I added a performance benchmark program dectris_perf.c in the test/ directory. Tested on koala and jam. | ||||
| * | | [svn-r22616] The code for H5PSIdirect_write and its test dectris_tst.c. | Raymond Lu | 2012-07-30 | 10 | -26/+453 |
| | | | | | | | | | | | | Tested on koala and jam. | ||||
| * | | [svn-r22615] porting revisions from 22586 to 22614 from the trunk | Raymond Lu | 2012-07-30 | 88 | -1498/+3814 |
| |\ \ | |||||
* | | | | [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10 | Allen Byrne | 2013-01-14 | 42 | -46/+148 |
| | | | | |||||
* | | | | [svn-r23158] HDFFV-8169: h5dump incorrectly dumps a string into a binary file | Allen Byrne | 2013-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Tested: local linux | ||||
* | | | | [svn-r23154] HDFFV-8286: changed comments from // to /* */ | Allen Byrne | 2013-01-14 | 1 | -2/+2 |
| | | | | |||||
* | | | | [svn-r23153] Snapshot version 1.9 release 140 | HDF Tester | 2013-01-13 | 13 | -26/+26 |
| | | | | |||||
* | | | | [svn-r23151] HDFFV-498: Eliminate a.exe file on cygwin configurations | Allen Byrne | 2013-01-11 | 2 | -20/+6 |
| | | | | |||||
* | | | | [svn-r23150] Revert changes because 1.8 branch files were improperly used. | Allen Byrne | 2013-01-11 | 2 | -20/+34 |
| | | | | |||||
* | | | | [svn-r23145] HDFFV-498: Eliminate a.exe file on cygwin configurations | Allen Byrne | 2013-01-09 | 2 | -34/+20 |
| | | | | | | | | | | | | | | | | Tested: cygwin, duck, jam, and local linux | ||||
* | | | | [svn-r23139] Only do line by line compare if compare files fail. | Allen Byrne | 2013-01-07 | 1 | -0/+6 |
| | | | | |||||
* | | | | [svn-r23138] Only do line by line compare if compare files fail. | Allen Byrne | 2013-01-07 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | Tested: local linux | ||||
* | | | | [svn-r23137] HDFFV-8227: Add Message to stop configure id SHARED FORTRAN is ↵ | Allen Byrne | 2013-01-07 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selected. Also added APPLE cpack section Corrected FATAL to FATAL_ERROR in MESSAGEs Tested: duck | ||||
* | | | | [svn-r23136] Snapshot version 1.9 release 139 | HDF Tester | 2013-01-06 | 13 | -26/+26 |
| | | | | |||||
* | | | | [svn-r23134] Revised the comments to reflect what is in the F2003 standard. | Scot Breitenfeld | 2013-01-04 | 1 | -1/+3 |
| | | | | |||||
* | | | | [svn-r23133] Force static builds on MAC machines | Allen Byrne | 2013-01-03 | 1 | -4/+13 |
| | | | | |||||
* | | | | [svn-r23131] Correct missing command name | Allen Byrne | 2013-01-02 | 1 | -7/+12 |
| | | | | |||||
* | | | | [svn-r23130] Update CPack to 2.8.10 | Allen Byrne | 2013-01-02 | 1 | -267/+330 |
| | | | | |||||
* | | | | [svn-r23127] Add MAC options to script in IF(APPLE) block. | Allen Byrne | 2013-01-02 | 1 | -1/+9 |
| | | | | |||||
* | | | | [svn-r23121] Snapshot version 1.9 release 138 | HDF Tester | 2012-12-30 | 13 | -26/+26 |
| | | | | |||||
* | | | | [svn-r23120] Removed -VV from the ctest command line so that it does not ↵ | Albert Cheng | 2012-12-27 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send debug output to the standout. This keeps command output terse and easier to tell if it passes or not. Added time stamps printing. Added exit code and command executation summary. All these will make it easier for user to tell if the command succeeds or not. Tested: {jam,koala,ostrich} all passed. {Linew,fred,duck,owl} failed. The failure is the cmake process, not cmakehdf5 itself. |