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
Raymond Lu
8f3a8710ca
[svn-r23078] I took out O_SYNC flag from the code. I used it to do performance test. But
...
we decided not to support it.
Tested on koala.
2012-12-05 15:15:54 -05:00
Raymond Lu
0c4cec81b2
[svn-r23075] I revised the code and test according to Quincey's review. I also added more test cases.
...
Tested on koala.
2012-12-04 14:47:35 -05:00
Raymond Lu
6192c80307
[svn-r23019] I added dectris_hl_perf.c for testing performance.
...
Tested on koala.
2012-11-07 16:59:43 -05:00
Raymond Lu
e9a9c23a6d
[svn-r23018] I forgot to add these new files in previous commit.
2012-11-07 12:11:22 -05:00
Raymond Lu
b7041a91cd
[svn-r23017] I added a prototype function H5DOwrite_chunk in HL library for 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.
2012-11-07 12:08:46 -05:00
Raymond Lu
0cf58a4755
[svn-r22987] ported revisions from 22742 to 22986 from the trunk
2012-10-29 13:59:05 -05:00
HDF Tester
3ab17f5e04
[svn-r22732] Snapshot version 1.9 release 127
2012-09-02 09:34:02 -05:00
Allen Byrne
1673b04a23
[svn-r22722] Update all references from configure.in to configure.ac
...
Tested: h5committest
2012-08-28 12:47:52 -05:00
Allen Byrne
b257bab294
[svn-r22720] Fix RelWithDebInfo packaging
2012-08-28 12:39:30 -05:00
Allen Byrne
5d88bae6df
[svn-r22714] one more missed VAR change for parallel examples
2012-08-26 14:10:01 -05:00
Allen Byrne
f4a7d2cba2
[svn-r22712] Updated a missed example makefile. Tested locally with make installcheck (another h5committest understanding oversight)
2012-08-24 08:50:00 -05:00
Allen Byrne
1f8fb63581
[svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files.
...
Tested: h5committest
2012-08-23 11:07:43 -05:00
Larry Knox
edf83e5d1f
[svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, libtool 2.4.2
...
Tested THG machines.
2012-08-22 00:00:32 -05:00
HDF Tester
1560a6ea38
[svn-r22697] Snapshot version 1.9 release 126
2012-08-19 09:35:47 -05:00
Allen Byrne
60dc75f4f4
[svn-r22693] Add missing H5Tclose().
2012-08-17 13:36:45 -05:00
HDF Tester
2eb782130a
[svn-r22670] Snapshot version 1.9 release 125
2012-08-12 15:28:06 -05:00
Quincey Koziol
88a94bbe7f
[svn-r22646] Description:
...
Changes resulting from Klocwork static analysis tool, from Mark Miller
@ LLNL (miller86@llnl.gov ).
Tested on:
Mac OS X/64 10.7.4 (amazon) w/debug, C++ & FORTRAN, using gcc 4.7.x
(too minor to require h5committest)
2012-08-08 18:01:20 -05:00
Larry Knox
456b97b9fa
[svn-r22629] Snapshot version 1.9 release 124
2012-08-05 13:42:13 -05:00
Scot Breitenfeld
65100aa371
[svn-r22611] Fixed: HDFFV-8013 H5LTget_attribute_string appears to not close an object identifier
...
Tested: gnu and intel (jam)
2012-07-26 22:18:03 -05:00
Scot Breitenfeld
f385b0d537
[svn-r22610] HDFFV-8055 H5TBdelete_record destroys data after the deleted row
...
Added fix and test case.
Tested: gnu and intel (jam)
2012-07-26 21:51:04 -05:00
Larry Knox
9e79829ab8
[svn-r22525] Snapshot version 1.9 release 124
2012-07-09 11:54:50 -05:00
HDF Tester
02a0bd53e8
[svn-r22487] Snapshot version 1.9 release 122
2012-06-24 09:29:36 -05:00
Quincey Koziol
5f8d6d5bb5
[svn-r22484] Description:
...
Copy the file image test file from the source directory to the build
directory, instead of trying to open the [in-memory] file R/W.
Also, clean up a few other test files that were left lying around from
other tests.
Tested on:
MacOSX/64 10.7.4 (amazon) w/debug
Too minor to require h5committest
2012-06-23 18:32:02 -05:00
Allen Byrne
b608652f7e
[svn-r22479] Remove subfolder tools from install command
2012-06-20 09:43:02 -05:00
HDF Tester
d1b7eede73
[svn-r22448] Snapshot version 1.9 release 121
2012-06-10 08:53:06 -05:00
HDF Tester
64fc9df55b
[svn-r22427] Snapshot version 1.9 release 120
2012-06-03 09:29:20 -05:00
Larry Knox
f4990be635
[svn-r22426] Add examples/README file to be installed with examples.
...
Text file only, but tested with h5committest.
2012-06-02 13:54:58 -05:00
HDF Tester
80955cf224
[svn-r22413] Snapshot version 1.9 release 119
2012-05-27 09:34:59 -05:00
Allen Byrne
eb5b8163f9
[svn-r22411] reduce compiler warnings by removing unreferenced variables and adding cast
...
Tested: local linux
2012-05-25 12:39:07 -05:00
Allen Byrne
336a743068
[svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files for windows when configured with RelWithDebInfo
...
Tested: local linux and Windows
2012-05-24 16:50:06 -05:00
HDF Tester
823e63252b
[svn-r22382] Snapshot version 1.9 release 118
2012-05-20 09:36:03 -05:00
Allen Byrne
a4eb58bc33
[svn-r22361] Change library source properties: remove "LANGUAGE C" property from headers. Add "LINKER C" property to link.
...
Tested: local linux
2012-05-14 12:19:56 -05:00
HDF Tester
306a2e07e1
[svn-r22356] Snapshot version 1.9 release 117
2012-05-13 09:35:22 -05:00
HDF Tester
825a2ae17e
[svn-r22326] Snapshot version 1.9 release 116
2012-04-29 09:36:52 -05:00
HDF Tester
3d90128b16
[svn-r22311] Snapshot version 1.9 release 115
2012-04-22 09:35:32 -05:00
HDF Tester
bdb6e538ac
[svn-r22286] Snapshot version 1.9 release 114
2012-04-15 09:36:51 -05:00
HDF Tester
e6d35a86f3
[svn-r22257] Snapshot version 1.9 release 113
2012-04-08 09:40:16 -05:00
Scot Breitenfeld
1a4865d8fe
[svn-r22246] Changed code comments for h5ltpath_valid_f
2012-04-03 23:02:17 -05:00
Quincey Koziol
e7edf48b8d
[svn-r22236] Description:
...
Switch 'snprintf' -> 'HDsnprintf'
Tested on:
(eyeballed only, very simple)
2012-04-02 09:39:37 -05:00
Quincey Koziol
c2a9dcb897
[svn-r22219] Description:
...
Merge "file image" changes from feature branch back to trunk.
Tested on:
Mac OSX/64 10.7.3 (amazon) w/debug
(h5committest upcoming)
2012-03-31 03:49:35 -05:00
Dana Robinson
f1df456412
[svn-r22170] Removed extraneous svn executable properties from non-executable files.
2012-03-28 14:30:59 -05:00
HDF Tester
cdc63fc21a
[svn-r22140] Snapshot version 1.9 release 112
2012-03-25 09:30:39 -05:00
Scot Breitenfeld
3682dd9ae0
[svn-r22133] Description: fixed problem with closing a non-existing file id.
...
Tested: koala (gnu 4.1)
2012-03-23 09:25:05 -05:00
Scot Breitenfeld
38a1ea7b99
[svn-r22130] Test for HDFFV-7777 h5ltget_attribure_string_f added
...
Added check that HLDS fortran function do remove NULL character.
2012-03-22 23:20:51 -05:00
Scot Breitenfeld
213ab6eb36
[svn-r22129] HDFFV-7777: Fix for removing NULL character from fortran string in h5lt_get_attribute_string_f
...
Fixed size +1 error in HD5f2cstring
2012-03-22 23:18:59 -05:00
Dana Robinson
8de7487ffd
[svn-r22109] Removed the executable flag from the COPYING file.
2012-03-21 14:40:02 -05:00
HDF Tester
2c428c1bd7
[svn-r22097] Snapshot version 1.9 release 111
2012-03-20 08:00:55 -05:00
Scot Breitenfeld
5e202882c9
[svn-r22096] Desciption: Added cyclic path test for H5LTpath_valid.
...
Tested: jam (gnu and intel)
2012-03-19 23:23:10 -05:00
Scot Breitenfeld
18a18f7f10
[svn-r22082] Description: replaced strncopy with passing path name directly.
2012-03-16 10:13:46 -05:00
Scot Breitenfeld
e37a9c67d8
[svn-r22081] Description:
...
Changed H5G*() to H5G*2() APIs for compatability.
Tested: (jam intel, --with-default-api-version=v16)
2012-03-16 09:54:18 -05:00
Scot Breitenfeld
e4c1c566d4
[svn-r22080] Description: aligned H5_FC_FUNC with the H5_FC_FUNC in the line above
...
tested: none
2012-03-15 23:27:47 -05:00
Scot Breitenfeld
29e7e2890b
[svn-r22078] New API: H5ltpath_valid
...
REF: HDFFV-1233
A high-level "H5LTpath_valid" routine for checking if a path is correct
Both Fortran and C version.
Tested: jam (gnu and intel)
2012-03-15 19:53:56 -05:00
HDF Tester
80b2b54f41
[svn-r22040] Snapshot version 1.9 release 110
2012-03-11 10:52:04 -05:00
Allen Byrne
058f9c2056
[svn-r22024] Add HD prefix to tools library based tests. Cleaned allocation/free in tests.
...
Tested: local linux/ changes h5committetest against 1.8 version
2012-03-05 09:17:14 -05:00
HDF Tester
e7bbbd07df
[svn-r22022] Snapshot version 1.9 release 109
2012-03-04 09:34:49 -05:00
Allen Byrne
df6c92e506
[svn-r22004] Reduced warnings and fixed conflicts resulting from including h5tools.h
...
Tested: local linux
2012-02-28 13:26:34 -05:00
Allen Byrne
fc48c675e1
[svn-r21996] Add tools_init to main
2012-02-27 15:26:55 -05:00
HDF Tester
adb158fa78
[svn-r21910] Snapshot version 1.9 release 108
2012-02-05 09:51:01 -05:00
HDF Tester
b98ac90e8f
[svn-r21898] Snapshot version 1.9 release 107
2012-01-29 09:51:06 -05:00
HDF Tester
0fd077c4c4
[svn-r21884] Snapshot version 1.9 release 106
2012-01-22 09:49:58 -05:00
HDF Tester
e0db7c8922
[svn-r21867] Snapshot version 1.9 release 105
2012-01-08 10:39:01 -05:00
HDF Tester
871e139ba8
[svn-r21857] Snapshot version 1.9 release 104
2012-01-01 09:46:54 -05:00
HDF Tester
c5140decc3
[svn-r21850] Snapshot version 1.9 release 103
2011-12-25 09:56:40 -05:00
HDF Tester
e24dc16d0b
[svn-r21831] Snapshot version 1.9 release 102
2011-12-18 09:32:12 -05:00
HDF Tester
993c56b859
[svn-r21824] Snapshot version 1.9 release 101
2011-12-11 09:34:52 -05:00
Allen Byrne
cc3eb8da73
[svn-r21804] Update CMake Required version in all folders to match current standard 2.8.6
2011-12-05 11:19:09 -05:00
HDF Tester
eada074cc8
[svn-r21775] Snapshot version 1.9 release 100
2011-11-27 09:32:15 -05:00
HDF Tester
cf472f86fc
[svn-r21770] Snapshot version 1.9 release 99
2011-11-20 09:32:13 -05:00
Allen Byrne
d3225c4f39
[svn-r21764] HDFFV-7798: CMake on linux. Corrected path component in fortran/src and hl/fortran/src and the install command.
2011-11-15 12:54:18 -05:00
HDF Tester
642b828026
[svn-r21748] Snapshot version 1.9 release 98
2011-11-13 09:31:44 -05:00
HDF Tester
8c59983402
[svn-r21721] Snapshot version 1.9 release 97
2011-11-06 08:02:33 -05:00
HDF Tester
7d42dafd30
[svn-r21692] Snapshot version 1.9 release 96
2011-10-30 09:39:32 -05:00
Allen Byrne
c5e075851a
[svn-r21667] Update FOLDER solution option for target properties. Added OPTION command for solution folder and no packaging.
...
Tested: local linux
2011-10-25 11:52:58 -05:00
Raymond Lu
4efd9af4fa
[svn-r21597] Issue 7701 - fix for H5LTdtype_to_text. I made two corrections: 1. I changed all snprintf to HDsnprintf; 2. I corrected all wrong length passed to snprintf which cause Mac machines to fail.
...
Tested on jam. But I tested the same change for 1.8 branch on jam, koala, linew, Windows, and Apple.
2011-10-18 11:47:34 -05:00
HDF Tester
62aa159e09
[svn-r21587] Snapshot version 1.9 release 95
2011-10-16 09:00:02 -05:00
Raymond Lu
fb6a34f208
[svn-r21571] Revision of the fix for Issue 7701 (H5LTdtype_to_text): I revised the code per Quincey's comments. (I changed the 1.8 branch first. I'm aware of that.)
...
Tested on jam. But I tested the same change in 1.8 branch with h5committest.
2011-10-14 14:31:53 -05:00
HDF Tester
892d491c35
[svn-r21499] Snapshot version 1.9 release 94
2011-10-09 09:02:51 -05:00
HDF Tester
9d793e7e5e
[svn-r21443] Snapshot version 1.9 release 93
2011-10-02 09:35:04 -05:00
Raymond Lu
b7f8909a58
[svn-r21436] Issue 7701 - H5LTdtype_to_text had memory corruption while being querried about the size of the buffer needed. The problem happened when the internal buffer is reallocated, the new address got lost. I revised the code to pass the new address as the return value of functions. I also added two new test cases.
...
Tested on jam, linew, and koala.
2011-09-30 10:51:15 -05:00
HDF Tester
c27e3c313e
[svn-r21415] Snapshot version 1.9 release 92
2011-09-25 09:27:41 -05:00
HDF Tester
645fae330d
[svn-r21374] Snapshot version 1.9 release 91
2011-09-11 09:27:36 -05:00
HDF Tester
188c31b1d9
[svn-r21360] Snapshot version 1.9 release 90
2011-09-04 09:32:12 -05:00
HDF Tester
4f3950a882
[svn-r21329] Snapshot version 1.9 release 89
2011-08-28 09:29:14 -05:00
Scot Breitenfeld
9eb1d607d8
[svn-r21249] Description: Part II of F2003 branch merge into the trunk.
...
Ran bin/reconfigure to update the Makefile.in in directories not part of the fortran directory check=in. Updates Makefile.in due to changes made in configure.in for the Fortran 2003 additions.
Tested on all platforms run under daily tests.
2011-08-18 09:38:53 -05:00
HDF Tester
144ed6d49b
[svn-r21225] Snapshot version 1.9 release 88
2011-08-14 11:50:04 -05:00
HDF Tester
1144d0521d
[svn-r21185] Snapshot version 1.9 release 87
2011-08-07 09:17:33 -05:00
Allen Byrne
97569890f8
[svn-r21175] Release datatypes created locally
2011-08-05 14:43:34 -05:00
HDF Tester
be78781ac6
[svn-r21158] Snapshot version 1.9 release 86
2011-07-31 09:01:13 -05:00
Scot Breitenfeld
3dc16eb5bd
[svn-r21157] Description: JIRA HDFFV-7673: fixed segfault when retrieving the length of a
...
a dimension scale that does not exist. Implemented a test for the situation
and added an if condition depending on if the label name exists.
Tested: jam (gnu and intel)
2011-07-30 19:46:37 -05:00
HDF Tester
b230a5e448
[svn-r21149] Snapshot version 1.9 release 85
2011-07-24 09:40:12 -05:00
Raymond Lu
338fdac20d
[svn-r21124] Issue 2763 - adding OAPL_ID as a new parameter to H5Rdereference. A followup commit for r21117. I made 2 changes:
...
1. Quincey changed H5P_DATASET_ACCESS_DEFAULT to H5P_DEFAULT for the tests that call H5Rdereference. Inside H5R_dereference, I assigned H5P_DATASET_ACCESS_DEFAULT to OAPL_ID if it is H5P_DEFAULT.
2. I added the test for invalid OAPL_ID in trefer.c.
Tested on jam, koala, heiwa.
2011-07-19 15:20:01 -05:00
Quincey Koziol
a777619a6b
[svn-r21121] Description:
...
Switch from H5P_DATASET_ACCESS_DEFAULT to H5P_DEFAULT for calls to
H5Rdereference2().
Tested on:
Mac OS X/32 10.6.8 (amazon) w/debug
(too minor to require h5committest)
2011-07-18 18:12:28 -05:00
Raymond Lu
304f19d730
[svn-r21117] Issue 2763 - I added a new parameter of object access property list to the function H5Rdereference. It's called H5Rdereference2 now. H5Rdereference function has been deprecated to H5Rdereference1. I also added some test cases in trefer.c.
...
Tested on jam, heiwa, and koala.
2011-07-18 16:23:02 -05:00
Allen Byrne
d5d41984f8
[svn-r21080] Remove redundant EXPORTS symbol since CMake automatically creates it.
2011-07-08 14:29:01 -05:00
HDF Tester
4d805e42c4
[svn-r21033] Snapshot version 1.9 release 84
2011-06-26 10:54:32 -05:00
Scot Breitenfeld
396a022ec0
[svn-r21016] Description: Added Fortran DS example to CMakeList.txt
2011-06-22 12:03:37 -05:00
Scot Breitenfeld
d23c582bf6
[svn-r21006] Description:
...
Added Fortran example for HL DS APIs.
Tested: jam (intel)
2011-06-21 10:18:25 -05:00
HDF Tester
43fc4e4f7f
[svn-r21000] Snapshot version 1.9 release 83
2011-06-19 11:13:58 -05:00
Allen Byrne
94cf6a19ca
[svn-r20996] Add lite2 dependency on lite1 example
2011-06-19 09:42:51 -05:00
Allen Byrne
a2f0603135
[svn-r20960] Added new source files.
...
Added new test and test files to test section
Tested: local linux
2011-06-10 09:52:54 -05:00