HDF Tester
a4294ab3cc
[svn-r24092] Snapshot version 1.9 release 163
2013-09-01 03:37:42 -05:00
HDF Tester
ca60bda9fb
[svn-r24068] Snapshot version 1.9 release 162
2013-08-25 03:44:51 -05:00
Quincey Koziol
482a9c28e7
[svn-r24030] Description:
...
Clean up more compiler warnings.
Tested on:
Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN
(too minor to require h5committest)
2013-08-19 17:13:15 -05:00
Allen Byrne
c502d81a8c
[svn-r24029] Move TESTS to seperate file to allow easier editing by all developers.
...
Tested: local linux
2013-08-19 16:49:44 -05:00
Quincey Koziol
308c378ccd
[svn-r24020] Description:
...
Clean up compiler warnings
Tested on:
Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN
(too minor to require h5committest)
2013-08-17 15:05:27 -05:00
Quincey Koziol
453f95c192
[svn-r24011] Description:
...
Clean up a few warnings
Tested on:
Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN
(too minor to require h5committest)
2013-08-15 08:24:28 -05:00
HDF Tester
407d3db6a4
[svn-r23989] Snapshot version 1.9 release 161
2013-08-11 03:37:02 -05:00
Jerome Soumagne
345e57b0b1
[svn-r23985] Merge commit 23937 from reduce_warning branch
...
Remove unused param (src) and unused var (hl) warnings
Tested on koala
2013-08-09 16:06:46 -05:00
HDF Tester
f1b5d46cd0
[svn-r23968] Snapshot version 1.9 release 160
2013-08-04 03:35:17 -05:00
HDF Tester
f26b04712e
[svn-r23926] Snapshot version 1.9 release 159
2013-07-21 03:38:01 -05:00
HDF Tester
4e12ec74ae
[svn-r23895] Snapshot version 1.9 release 158
2013-07-14 03:31:23 -05:00
HDF Tester
3cb8efae13
[svn-r23865] Snapshot version 1.9 release 157
2013-07-07 03:33:31 -05:00
Allen Byrne
a0ccc0f0fa
[svn-r23860] HDFFV-8322: reduce valgrind memory leaks for ex_image2
...
Tested:" local linux
2013-07-03 09:34:12 -05:00
Allen Byrne
53afd20aeb
[svn-r23854] HDFFV-8302: Add macros/code function to use coorect Windows (v)snprintf statement. Also fix use other uses of macros for windows.
...
Tested
2013-07-01 09:23:04 -05:00
HDF Tester
a157eb2f68
[svn-r23849] Snapshot version 1.9 release 156
2013-06-30 03:35:12 -05:00
Allen Byrne
e3a1fa7e57
[svn-r23813] Added the HD prefix to the system functions used in the file.
...
Tested: local linux
2013-06-24 15:03:54 -05:00
HDF Tester
6fedfb6124
[svn-r23806] Snapshot version 1.9 release 155
2013-06-23 03:36:24 -05:00
HDF Tester
bdbd06d85d
[svn-r23778] Snapshot version 1.9 release 154
2013-06-16 03:34:51 -05:00
Allen Byrne
feb14ea872
[svn-r23745] HDFFV-8461: Add Windows /MT support
...
This adds the UserMacros.cmake support needed.
2013-06-10 12:46:48 -05:00
HDF Tester
70d440330d
[svn-r23741] Snapshot version 1.9 release 153
2013-06-09 03:39:22 -05:00
HDF Tester
177a90f97a
[svn-r23718] Snapshot version 1.9 release 152
2013-05-26 03:56:00 -05:00
HDF Tester
c09748b14e
[svn-r23708] Snapshot version 1.9 release 151
2013-05-19 03:39:09 -05:00
Allen Byrne
b0235a2610
[svn-r23707] Vagrind memleak: bufferes only cleaned up if there was an error.
2013-05-15 08:38:41 -05:00
Quincey Koziol
d38fe20df6
[svn-r23695] Description:
...
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)
2013-05-11 10:59:48 -05:00
HDF Tester
8f3aee85de
[svn-r23669] Snapshot version 1.9 release 150
2013-05-05 03:32:05 -05:00
HDF Tester
1f09e9d19e
[svn-r23642] Snapshot version 1.9 release 149
2013-04-28 03:37:26 -05:00
Allen Byrne
ed5a2bc1c1
[svn-r23614] Remove subfolders for includes
2013-04-23 12:50:15 -05:00
Quincey Koziol
5acd9c4053
[svn-r23597] Description:
...
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
2013-04-17 07:49:56 -05:00
Allen Byrne
0596de6267
[svn-r23412] Add test depends on clear test. Occasional failures.
2013-03-21 09:19:09 -05:00
HDF Tester
e188e7797b
[svn-r23361] Snapshot version 1.9 release 148
2013-03-17 03:28:21 -05:00
HDF Tester
c896a5b7eb
[svn-r23341] Snapshot version 1.9 release 147
2013-03-10 04:34:50 -05:00
HDF Tester
1cffcb401a
[svn-r23323] Snapshot version 1.9 release 146
2013-03-03 11:20:00 -05:00
HDF Tester
66ba0b4f33
[svn-r23311] Snapshot version 1.9 release 145
2013-02-24 11:26:03 -05:00
Allen Byrne
aff5c20a6a
[svn-r23305] HDFFV-8257: szip still used even if headers are not found. Change configure to test the result of the CHECK HEADERS call before checking for the library.
...
Tested: local linux, h5committest
2013-02-18 15:56:21 -05:00
HDF Tester
32da9c96ae
[svn-r23290] Snapshot version 1.9 release 144
2013-02-17 11:30:06 -05:00
Scot Breitenfeld
871b69723e
[svn-r23241] Fix for: HDFFV-7596 H5DSget_scale returns size that includes NULL termination and H5DSget_label returns size
...
Updated tests.
Tested: jam( gnu, intel)
2013-02-10 21:06:01 -05:00
HDF Tester
944f0399ac
[svn-r23240] Snapshot version 1.9 release 143
2013-02-10 11:25:10 -05:00
HDF Tester
b65a911b8a
[svn-r23221] Snapshot version 1.9 release 142
2013-02-03 11:20:03 -05:00
HDF Tester
37d1a0330a
[svn-r23180] Snapshot version 1.9 release 141
2013-01-20 11:23:56 -05:00
Raymond Lu
c9aad08a90
[svn-r23161] ported revisions 23146:23160 from the trunk
2013-01-14 14:45:59 -05:00
Raymond Lu
7b895e1dd8
[svn-r23149] I put more condition checks with macro when DEFLATE filter is disabled.
...
Tested on koala.
2013-01-10 11:04:09 -05:00
Raymond Lu
8eab66f667
[svn-r23148] I added the macro condition check for the test of direct chunk write as it uses compress2 function.
...
Tested on koala.
2013-01-09 16:07:27 -05:00
Raymond Lu
81bcd314a9
[svn-r23147] ported revisions 23081:23145 from the trunk
2013-01-09 15:23:07 -05:00
Raymond Lu
cde5029461
[svn-r23146] The test on Windows shows it doesn't have zlib.h. I added a macro condition to verify it before include it.
...
Tested on koala.
2013-01-09 14:23:18 -05:00
Raymond Lu
cf823b47ed
[svn-r23103] I changed the H5Dopen in hl/test/dectris_hl_perf.c and perform/dectris_perf.c to H5Dopen2.
...
Tested on Koala.
2012-12-14 10:42:18 -05:00
Raymond Lu
6050e78143
[svn-r23097] I changed H5Dopen to H5Dopen2 in test/dectris_tst.c and 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.
2012-12-13 11:13:43 -05:00
Raymond Lu
fc9ed51a3a
[svn-r23087] I updated MANIFEST to include the new files hl/src/H5DO.c, H5DOpublic.h, H5DOprivate.h. I included H5DOpublic.h into hl/src/hdf5_hl.h.
...
Tested on koala.
2012-12-10 14:08:30 -05:00
Raymond Lu
c409265f9d
[svn-r23082] I corrected an error for test_dectris.h5.
...
Tested on jam.
2012-12-06 14:48:50 -05:00
Raymond Lu
b7e1b629e9
[svn-r23081] ported revisions 22987 to 23080 from the trunk
2012-12-06 11:02:01 -05:00
Raymond Lu
6b1ef6ad02
[svn-r23079] I updated CMakefile for adding H5DO.c and H5DOpublic.h under hl/ directory.
...
Not test.
2012-12-05 16:11:49 -05:00