summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23166] Comment out redirect-ddl tests - incompleteAllen Byrne2013-01-152-28/+28
|
* [svn-r23165] HDFF-8203 Break H5FDmpi.h header into public and private componentsMohamad Chaarawi2013-01-157-65/+46
| | | | | | https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8203 tested: h5committest
* [svn-r23164] HDFFV-8285: H5dump suppress ddl option test scriptAllen Byrne2013-01-151-7/+89
|
* [svn-r23163] HDFFV-8285: H5dump suppress ddl option testfile additionsAllen Byrne2013-01-1510-0/+1744
|
* [svn-r23162] synchronized DECTRIS branch (r23161) with the trunkRaymond Lu2013-01-1420-55/+2321
|\
| * [svn-r23161] ported revisions 23146:23160 from the trunkRaymond Lu2013-01-1456-77/+179
| |
| * [svn-r23152] I took out the obsolete function H5PSIwrite_chunk and its ↵Raymond Lu2013-01-119-1131/+37
| | | | | | | | | | | | related test and performance test. Tested on koala.
| * [svn-r23149] I put more condition checks with macro when DEFLATE filter is ↵Raymond Lu2013-01-103-5/+40
| | | | | | | | | | | | disabled. Tested on koala.
| * [svn-r23148] I added the macro condition check for the test of direct chunk ↵Raymond Lu2013-01-091-0/+2
| | | | | | | | | | | | write as it uses compress2 function. Tested on koala.
| * [svn-r23147] ported revisions 23081:23145 from the trunkRaymond Lu2013-01-0980-2095/+3402
| |
| * [svn-r23146] The test on Windows shows it doesn't have zlib.h. I added a ↵Raymond Lu2013-01-091-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 Lu2012-12-142-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 Lu2012-12-133-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 Lu2012-12-102-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 Lu2012-12-061-2/+2
| | | | | | | | Tested on jam.
| * [svn-r23081] ported revisions 22987 to 23080 from the trunkRaymond Lu2012-12-0650-1363/+683
| |
| * [svn-r23079] I updated CMakefile for adding H5DO.c and H5DOpublic.h under ↵Raymond Lu2012-12-052-0/+4
| | | | | | | | | | | | hl/ directory. Not test.
| * [svn-r23078] I took out O_SYNC flag from the code. I used it to do ↵Raymond Lu2012-12-055-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 Lu2012-12-051-5/+4
| | | | | | | | Tested on koala.
| * [svn-r23075] I revised the code and test according to Quincey's review. I ↵Raymond Lu2012-12-048-97/+935
| | | | | | | | | | | | also added more test cases. Tested on koala.
| * [svn-r23019] I added dectris_hl_perf.c for testing performance.Raymond Lu2012-11-071-0/+643
| | | | | | | | Tested on koala.
| * [svn-r23018] I forgot to add these new files in previous commit.Raymond Lu2012-11-074-0/+508
| |
| * [svn-r23017] I added a prototype function H5DOwrite_chunk in HL library for ↵Raymond Lu2012-11-0711-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 trunkRaymond Lu2012-10-29598-126730/+15233
| |
| * [svn-r22742] ported revisions 22738 to 22741 from the trunkRaymond Lu2012-09-062-9/+5
| |
| * [svn-r22739] ported revisions 22615 to 22737 from the trunkRaymond Lu2012-09-05235-7102/+10703
| |\
| * | [svn-r22728] I forgot to include H5MMprivate.h header file for using ↵Raymond Lu2012-08-301-0/+1
| | | | | | | | | | | | | | | | | | H5MM_free function. Tested on koala.
| * | [svn-r22655] Dectris project - I changed the rank of the offset for ↵Raymond Lu2012-08-093-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 Lu2012-08-097-64/+177
| | | | | | | | | | | | Tested on koala.
| * | [svn-r22641] Dectris project: I revised the code per Quincey's and Neil's ↵Raymond Lu2012-08-0814-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 Lu2012-07-3010-26/+453
| | | | | | | | | | | | Tested on koala and jam.
| * | [svn-r22615] porting revisions from 22586 to 22614 from the trunkRaymond Lu2012-07-3088-1498/+3814
| |\ \
* | | | [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-1442-46/+148
| | | |
* | | | [svn-r23158] HDFFV-8169: h5dump incorrectly dumps a string into a binary fileAllen Byrne2013-01-141-1/+1
| | | | | | | | | | | | | | | | Tested: local linux
* | | | [svn-r23154] HDFFV-8286: changed comments from // to /* */Allen Byrne2013-01-141-2/+2
| | | |
* | | | [svn-r23153] Snapshot version 1.9 release 140HDF Tester2013-01-1313-26/+26
| | | |
* | | | [svn-r23151] HDFFV-498: Eliminate a.exe file on cygwin configurationsAllen Byrne2013-01-112-20/+6
| | | |
* | | | [svn-r23150] Revert changes because 1.8 branch files were improperly used.Allen Byrne2013-01-112-20/+34
| | | |
* | | | [svn-r23145] HDFFV-498: Eliminate a.exe file on cygwin configurationsAllen Byrne2013-01-092-34/+20
| | | | | | | | | | | | | | | | Tested: cygwin, duck, jam, and local linux
* | | | [svn-r23139] Only do line by line compare if compare files fail. Allen Byrne2013-01-071-0/+6
| | | |
* | | | [svn-r23138] Only do line by line compare if compare files fail. Allen Byrne2013-01-071-0/+12
| | | | | | | | | | | | | | | | Tested: local linux
* | | | [svn-r23137] HDFFV-8227: Add Message to stop configure id SHARED FORTRAN is ↵Allen Byrne2013-01-071-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selected. Also added APPLE cpack section Corrected FATAL to FATAL_ERROR in MESSAGEs Tested: duck
* | | | [svn-r23136] Snapshot version 1.9 release 139HDF Tester2013-01-0613-26/+26
| | | |
* | | | [svn-r23134] Revised the comments to reflect what is in the F2003 standard.Scot Breitenfeld2013-01-041-1/+3
| | | |
* | | | [svn-r23133] Force static builds on MAC machinesAllen Byrne2013-01-031-4/+13
| | | |
* | | | [svn-r23131] Correct missing command nameAllen Byrne2013-01-021-7/+12
| | | |
* | | | [svn-r23130] Update CPack to 2.8.10Allen Byrne2013-01-021-267/+330
| | | |
* | | | [svn-r23127] Add MAC options to script in IF(APPLE) block.Allen Byrne2013-01-021-1/+9
| | | |
* | | | [svn-r23121] Snapshot version 1.9 release 138HDF Tester2012-12-3013-26/+26
| | | |
* | | | [svn-r23120] Removed -VV from the ctest command line so that it does not ↵Albert Cheng2012-12-271-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.