summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23190] HDFFV-8285: Add suppress ddl option.Allen Byrne2013-01-2222-270/+519
| | | | Tested: local linux
* [svn-r23185] Comment out unimplemented testsAllen Byrne2013-01-221-25/+27
|
* [svn-r23184] Addition of cmakehdf5.Albert Cheng2013-01-221-0/+3
|
* [svn-r23180] Snapshot version 1.9 release 141HDF Tester2013-01-2013-26/+26
|
* [svn-r23178] Comment out unimplemented testsAllen Byrne2013-01-181-4/+4
|
* [svn-r23177] Adjust mkdir to create all dependent foldersAllen Byrne2013-01-183-3/+3
|
* [svn-r23176] Separate testfiles into subdirs of TestDir to avoid parallel ↵Allen Byrne2013-01-184-150/+232
| | | | | | test errors trying to copy a reference file over when already in use. Tested: local linux
* [svn-r23175] Comment out uncommitted tests.Allen Byrne2013-01-181-24/+24
|
* [svn-r23174] Correct list itemsAllen Byrne2013-01-171-5/+5
|
* [svn-r23173] export files must be handled differently on windowsAllen Byrne2013-01-171-30/+46
|
* [svn-r23170] Switch script to copy files to TESTDIR and executeAllen Byrne2013-01-161-11/+15
| | | | Tested: h5committest
* [svn-r23169] HDFFV-8169: String binary dump test scriptsAllen Byrne2013-01-162-4/+57
|
* [svn-r23168] HDFFV-8169: String binary dump testfilesAllen Byrne2013-01-163-0/+4
|
* [svn-r23167] Removed the working in Jam only statement since it works for ↵Albert Cheng2013-01-161-10/+0
| | | | | | all THG unix platforms except Linew (SunOS).
* [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
| | | |