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
Scot Breitenfeld
7c040a1efb
[svn-r20958] Description: Added fortran wrappers and test for the HL DS API.
...
Tested: jam (intel, gnu, pgi)
2011-06-09 22:42:34 -05:00
Scot Breitenfeld
76b375f82b
[svn-r20937] Description:
...
Added additional attaching and detaching permutation.
Tested:
jam (intel, gnu)
2011-06-06 23:19:06 -05:00
Scot Breitenfeld
bf9a02aab0
[svn-r20923] Description: Added test for permutations of attaching and detaching DS, see bug HDFFV-7605.
...
Tested: Jam (intel and gnu)
2011-05-29 16:43:41 -05:00
HDF Tester
f4ddc227c2
[svn-r20922] Snapshot version 1.9 release 82
2011-05-29 10:53:27 -05:00
Allen Byrne
1fd585a5a0
[svn-r20901] Remove if() that avoided a copy of the last element to itself. This was to solve an issue of a difference between 1.8 and trunk. 1.8 used the wrong variable in the if() and upon reflection the if() was determined to be unnecessary and complicated the logic. 1.8 tests would have treated the if() as always true with the result being the same as though the if() was absent.
...
This change reflects that equivalance and will avoid a potential problem in 1.8.
Tested: local linux, reviewed by two developers
2011-05-25 10:14:06 -05:00
Allen Byrne
e082497e0c
[svn-r20900] Remove duplicated function lines
2011-05-25 09:58:39 -05:00
HDF Tester
0db46e50d2
[svn-r20890] Snapshot version 1.9 release 82
2011-05-23 09:19:26 -05:00
Scot Breitenfeld
f9174cbd9d
[svn-r20870] Description: Fixed HDFFV-7605: Dim Scales APIs- error when unattaching dim. sacles
...
* Fixed Loop counter when removing object in dimension set with more then one scale.
Tested: jam (intel and gnu)
2011-05-19 23:32:31 -05:00
Larry Knox
a2f52de36d
[svn-r20720] Merge changes to scripts to run installed examples from hdf5 1.8.7 r 20718. The
...
default prefix in the scripts will use the compile scripts in the installed bin
directory.
2011-05-04 11:43:16 -05:00