Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23221] Snapshot version 1.9 release 142 | HDF Tester | 2013-02-03 | 13 | -26/+26 |
| | |||||
* | [svn-r23219] Description: | Quincey Koziol | 2013-02-02 | 12 | -604/+623 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring reviewed changes from Coverity branch back to trunk (QK & JK): r20457: Coverity issue 691: return of H5duo could be negative. Fixed by using STDOUT_FILENO and redesign parse_command_line and main to cleanup file allocations. The output_file var is null when using stdout. In cleanup do not close output_file if NULL. r20510: Initialize ufid = -1 and predicate HDclose call on ufid != -1 r20511: Purpose: Fix coverity issue 1715 Description: Free "file" and nested data on failure in H5FD_core_open. r20512: Initialize ifid = -1 and predicate HDclose call on ifid != -1 r20514: Initialize h5fid = -1 and predicate HDclose call on h5fid != -1 r20516: Added else branch to the if (ret_value < 0) check. r20522: Addressed coverity issues 930-933, 850, 836, 835, 1307. All minor potential buffer overwrite bugs, or coverity errors. Fixed by replacing strcpy and sprintf with strncpy and snprintf. r20523: fixed coverity issues 68, 1120, 1116i r20524: Check H5Z_SZIP->encoder_present < 1 assuming 0 represents absence. r20601: Purpose: Fix coverity issues 1703-1705 Description: Modified the cleanup code in test_free in accum.c to reset allocated buffers to NULL after they are freed, and modified the error cleanup code to check if these buffers are NULL before freeing them. Also fixed some unrelated warnings in accum.c. r20602: Use HDsnprintf and HDstrncat r20603: Purpose: Fix coverity issues 808-809 Description: Modified test_core in vfd.c to check the returns from malloc, and keep track of whether points and check are allocated by setting them to NULL when they are not. Added code to free points and check on error if they are not NULL. Also fixed unrelated warnings in vfd.c. r20604: Use HDstrncpy. r20605: Use HDstrncpy and HDstrncat. r20606: Purpose: Fix coverity issue 807 Description: Modified long_compact in stab.c to keep track of whether objname is allocated by setting it to NULL when it is not. Added code to free objname on error if it is not NULL. r20607: Changed string function calls to use versions that specify the string length to fix coverity issues 832 and 839. Tested on: Mac OSX/64 10.8.2 (amazon) (Too minor to require h5committest) | ||||
* | [svn-r23217] add scalr vlen string datasets | Peter Cao | 2013-01-31 | 1 | -48/+63 |
| | |||||
* | [svn-r23216] Add newline for special case of only raw data to stdout | Allen Byrne | 2013-01-31 | 3 | -4/+9 |
| | |||||
* | [svn-r23209] Change "diff -b" to just "cmp" for tests. diff is for text ↵ | Allen Byrne | 2013-01-31 | 1 | -4/+4 |
| | | | | files and the ddl redirect does not have an ending newline. | ||||
* | [svn-r23208] adding a large compound dataset to the test file | Peter Cao | 2013-01-30 | 1 | -27/+70 |
| | |||||
* | [svn-r23207] add the new test file to the list. | Peter Cao | 2013-01-30 | 1 | -0/+2 |
| | |||||
* | [svn-r23206] minor fixes for number of attributes to be created. | Peter Cao | 2013-01-30 | 1 | -27/+38 |
| | |||||
* | [svn-r23205] correct a typo in the instruction. | Peter Cao | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | [svn-r23204] Update help information. | Peter Cao | 2013-01-30 | 1 | -1/+2 |
| | |||||
* | [svn-r23203] Add test program to generate test file for checking performance. | Peter Cao | 2013-01-30 | 1 | -0/+528 |
| | |||||
* | [svn-r23202] Add another warning to ignore list | Allen Byrne | 2013-01-29 | 1 | -0/+1 |
| | |||||
* | [svn-r23201] Correct option text | Allen Byrne | 2013-01-29 | 1 | -2/+2 |
| | |||||
* | [svn-r23198] Remove -q option from diff as some OS do not support it. | Allen Byrne | 2013-01-24 | 1 | -1/+1 |
| | | | | Tested: local linux | ||||
* | [svn-r23197] prints out what and where the log files are. | Albert Cheng | 2013-01-23 | 1 | -4/+26 |
| | | | | Set it NOT to submit result to the CDASH. | ||||
* | [svn-r23196] I changed the call to H5P_object_verify to H5I_object as the ↵ | Raymond Lu | 2013-01-23 | 1 | -3/+3 |
| | | | | | | header file H5Iprivate.h is included but not H5Pprivate.h. Tested on jam. | ||||
* | [svn-r23195] Compares without end of file newlines | Allen Byrne | 2013-01-23 | 1 | -2/+2 |
| | | | | Tested: duck | ||||
* | [svn-r23193] Rename ddl export file and force file write on copy for windows. | Allen Byrne | 2013-01-23 | 4 | -6/+6 |
| | | | | Tested: local linux | ||||
* | [svn-r23190] HDFFV-8285: Add suppress ddl option. | Allen Byrne | 2013-01-22 | 22 | -270/+519 |
| | | | | Tested: local linux | ||||
* | [svn-r23185] Comment out unimplemented tests | Allen Byrne | 2013-01-22 | 1 | -25/+27 |
| | |||||
* | [svn-r23184] Addition of cmakehdf5. | Albert Cheng | 2013-01-22 | 1 | -0/+3 |
| | |||||
* | [svn-r23180] Snapshot version 1.9 release 141 | HDF Tester | 2013-01-20 | 13 | -26/+26 |
| | |||||
* | [svn-r23178] Comment out unimplemented tests | Allen Byrne | 2013-01-18 | 1 | -4/+4 |
| | |||||
* | [svn-r23177] Adjust mkdir to create all dependent folders | Allen Byrne | 2013-01-18 | 3 | -3/+3 |
| | |||||
* | [svn-r23176] Separate testfiles into subdirs of TestDir to avoid parallel ↵ | Allen Byrne | 2013-01-18 | 4 | -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 Byrne | 2013-01-18 | 1 | -24/+24 |
| | |||||
* | [svn-r23174] Correct list items | Allen Byrne | 2013-01-17 | 1 | -5/+5 |
| | |||||
* | [svn-r23173] export files must be handled differently on windows | Allen Byrne | 2013-01-17 | 1 | -30/+46 |
| | |||||
* | [svn-r23170] Switch script to copy files to TESTDIR and execute | Allen Byrne | 2013-01-16 | 1 | -11/+15 |
| | | | | Tested: h5committest | ||||
* | [svn-r23169] HDFFV-8169: String binary dump test scripts | Allen Byrne | 2013-01-16 | 2 | -4/+57 |
| | |||||
* | [svn-r23168] HDFFV-8169: String binary dump testfiles | Allen Byrne | 2013-01-16 | 3 | -0/+4 |
| | |||||
* | [svn-r23167] Removed the working in Jam only statement since it works for ↵ | Albert Cheng | 2013-01-16 | 1 | -10/+0 |
| | | | | | | all THG unix platforms except Linew (SunOS). | ||||
* | [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. |