Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r24092] Snapshot version 1.9 release 163 | HDF Tester | 2013-09-01 | 3 | -3/+3 |
| | |||||
* | [svn-r24068] Snapshot version 1.9 release 162 | HDF Tester | 2013-08-25 | 3 | -3/+3 |
| | |||||
* | [svn-r24030] Description: | Quincey Koziol | 2013-08-19 | 1 | -1/+1 |
| | | | | | | | | Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest) | ||||
* | [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵ | Allen Byrne | 2013-08-19 | 14 | -153/+245 |
| | | | | | | developers. Tested: local linux | ||||
* | [svn-r24020] Description: | Quincey Koziol | 2013-08-17 | 5 | -18/+7 |
| | | | | | | | | Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest) | ||||
* | [svn-r24011] Description: | Quincey Koziol | 2013-08-15 | 1 | -1/+1 |
| | | | | | | | | Clean up a few warnings Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest) | ||||
* | [svn-r23989] Snapshot version 1.9 release 161 | HDF Tester | 2013-08-11 | 3 | -3/+3 |
| | |||||
* | [svn-r23985] Merge commit 23937 from reduce_warning branch | Jerome Soumagne | 2013-08-09 | 1 | -2/+1 |
| | | | | | | Remove unused param (src) and unused var (hl) warnings Tested on koala | ||||
* | [svn-r23968] Snapshot version 1.9 release 160 | HDF Tester | 2013-08-04 | 3 | -3/+3 |
| | |||||
* | [svn-r23926] Snapshot version 1.9 release 159 | HDF Tester | 2013-07-21 | 3 | -3/+3 |
| | |||||
* | [svn-r23895] Snapshot version 1.9 release 158 | HDF Tester | 2013-07-14 | 3 | -3/+3 |
| | |||||
* | [svn-r23865] Snapshot version 1.9 release 157 | HDF Tester | 2013-07-07 | 3 | -3/+3 |
| | |||||
* | [svn-r23860] HDFFV-8322: reduce valgrind memory leaks for ex_image2 | Allen Byrne | 2013-07-03 | 2 | -1/+11 |
| | | | | Tested:" local linux | ||||
* | [svn-r23854] HDFFV-8302: Add macros/code function to use coorect Windows ↵ | Allen Byrne | 2013-07-01 | 3 | -11/+27 |
| | | | | | | (v)snprintf statement. Also fix use other uses of macros for windows. Tested | ||||
* | [svn-r23849] Snapshot version 1.9 release 156 | HDF Tester | 2013-06-30 | 3 | -3/+3 |
| | |||||
* | [svn-r23813] Added the HD prefix to the system functions used in the file. | Allen Byrne | 2013-06-24 | 1 | -37/+37 |
| | | | | Tested: local linux | ||||
* | [svn-r23806] Snapshot version 1.9 release 155 | HDF Tester | 2013-06-23 | 3 | -3/+3 |
| | |||||
* | [svn-r23778] Snapshot version 1.9 release 154 | HDF Tester | 2013-06-16 | 3 | -3/+3 |
| | |||||
* | [svn-r23745] HDFFV-8461: Add Windows /MT support | Allen Byrne | 2013-06-10 | 10 | -7/+18 |
| | | | | This adds the UserMacros.cmake support needed. | ||||
* | [svn-r23741] Snapshot version 1.9 release 153 | HDF Tester | 2013-06-09 | 3 | -3/+3 |
| | |||||
* | [svn-r23718] Snapshot version 1.9 release 152 | HDF Tester | 2013-05-26 | 3 | -3/+3 |
| | |||||
* | [svn-r23708] Snapshot version 1.9 release 151 | HDF Tester | 2013-05-19 | 3 | -3/+3 |
| | |||||
* | [svn-r23707] Vagrind memleak: bufferes only cleaned up if there was an error. | Allen Byrne | 2013-05-15 | 1 | -0/+9 |
| | |||||
* | [svn-r23695] Description: | Quincey Koziol | 2013-05-11 | 1 | -54/+123 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up warnings in H5Tconv.c (down to _only_ 9000 lines of output now!) Merge changes from Coverity branch back to trunk: r20684: Fix for coverity bug #1721 which was due to the fix for coverity bug #943. r20685: Use HDstrncpy. --gh r20761: Purpose: Fix valgrind issues Description: Free image_data and data as appropriate in test_image. r20762: Purpose: Fix coverity issue 600 Description: Add check for return value of H5O_close in H5Ocopy. Also cleaned up various warnings. r20763: Purpose: Fix valgrind issues with h5stat Description: Modified h5stat to free "iter" before exit, and free "hand" before exit if parse_command_line exits directly. r20764: fixed coverity issues: 69, 327, 614, 684, 685, 696, 697, 1681, 967, 826, 660, 80 r20765: Fixed coverity bug 668 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program but I did add a check that n_elements is >= 1. I also changed an error condition from doing its own close and returning -1 to "goto out;" like the rest of the program. r20766: Fixed coverity bug 667 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program. Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN (h5committest upcoming) | ||||
* | [svn-r23669] Snapshot version 1.9 release 150 | HDF Tester | 2013-05-05 | 3 | -3/+3 |
| | |||||
* | [svn-r23642] Snapshot version 1.9 release 149 | HDF Tester | 2013-04-28 | 3 | -3/+3 |
| | |||||
* | [svn-r23614] Remove subfolders for includes | Allen Byrne | 2013-04-23 | 2 | -3/+3 |
| | |||||
* | [svn-r23597] Description: | Quincey Koziol | 2013-04-17 | 1 | -404/+290 |
| | | | | | | | | | Bring r20683 from Coverity branch back to trunk: Isues 1309-1333: Changed strcpy/strcat to strncpy/strncat with maximum size expected. Tested on: Max OSX/64 10.8.3 (amazon) w/C++ & FORTRAN | ||||
* | [svn-r23412] Add test depends on clear test. Occasional failures. | Allen Byrne | 2013-03-21 | 1 | -0/+7 |
| | |||||
* | [svn-r23361] Snapshot version 1.9 release 148 | HDF Tester | 2013-03-17 | 3 | -3/+3 |
| | |||||
* | [svn-r23341] Snapshot version 1.9 release 147 | HDF Tester | 2013-03-10 | 3 | -3/+3 |
| | |||||
* | [svn-r23323] Snapshot version 1.9 release 146 | HDF Tester | 2013-03-03 | 3 | -3/+3 |
| | |||||
* | [svn-r23311] Snapshot version 1.9 release 145 | HDF Tester | 2013-02-24 | 3 | -3/+3 |
| | |||||
* | [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵ | Allen Byrne | 2013-02-18 | 14 | -14/+14 |
| | | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest | ||||
* | [svn-r23290] Snapshot version 1.9 release 144 | HDF Tester | 2013-02-17 | 3 | -3/+3 |
| | |||||
* | [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. |