summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21910] Snapshot version 1.9 release 108HDF Tester2012-02-053-3/+3
|
* [svn-r21898] Snapshot version 1.9 release 107HDF Tester2012-01-293-3/+3
|
* [svn-r21884] Snapshot version 1.9 release 106HDF Tester2012-01-223-3/+3
|
* [svn-r21867] Snapshot version 1.9 release 105HDF Tester2012-01-083-3/+3
|
* [svn-r21857] Snapshot version 1.9 release 104HDF Tester2012-01-013-3/+3
|
* [svn-r21850] Snapshot version 1.9 release 103HDF Tester2011-12-253-3/+3
|
* [svn-r21831] Snapshot version 1.9 release 102HDF Tester2011-12-183-3/+3
|
* [svn-r21824] Snapshot version 1.9 release 101HDF Tester2011-12-113-3/+3
|
* [svn-r21804] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-0513-13/+13
| | | | standard 2.8.6
* [svn-r21775] Snapshot version 1.9 release 100HDF Tester2011-11-273-3/+3
|
* [svn-r21770] Snapshot version 1.9 release 99HDF Tester2011-11-203-3/+3
|
* [svn-r21764] HDFFV-7798: CMake on linux. Corrected path component in ↵Allen Byrne2011-11-151-8/+19
| | | | fortran/src and hl/fortran/src and the install command.
* [svn-r21748] Snapshot version 1.9 release 98HDF Tester2011-11-133-3/+3
|
* [svn-r21721] Snapshot version 1.9 release 97HDF Tester2011-11-063-3/+3
|
* [svn-r21692] Snapshot version 1.9 release 96HDF Tester2011-10-303-3/+3
|
* [svn-r21667] Update FOLDER solution option for target properties. Added ↵Allen Byrne2011-10-2510-0/+18
| | | | | | OPTION command for solution folder and no packaging. Tested: local linux
* [svn-r21597] Issue 7701 - fix for H5LTdtype_to_text. I made two ↵Raymond Lu2011-10-181-85/+87
| | | | | | 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.
* [svn-r21587] Snapshot version 1.9 release 95HDF Tester2011-10-163-3/+3
|
* [svn-r21571] Revision of the fix for Issue 7701 (H5LTdtype_to_text): I ↵Raymond Lu2011-10-141-89/+88
| | | | | | 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.
* [svn-r21499] Snapshot version 1.9 release 94HDF Tester2011-10-093-3/+3
|
* [svn-r21443] Snapshot version 1.9 release 93HDF Tester2011-10-023-3/+3
|
* [svn-r21436] Issue 7701 - H5LTdtype_to_text had memory corruption while ↵Raymond Lu2011-09-303-171/+391
| | | | | | 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.
* [svn-r21415] Snapshot version 1.9 release 92HDF Tester2011-09-253-3/+3
|
* [svn-r21374] Snapshot version 1.9 release 91HDF Tester2011-09-113-3/+3
|
* [svn-r21360] Snapshot version 1.9 release 90HDF Tester2011-09-043-3/+3
|
* [svn-r21329] Snapshot version 1.9 release 89HDF Tester2011-08-283-3/+3
|
* [svn-r21249] Description: Part II of F2003 branch merge into the trunk.Scot Breitenfeld2011-08-1814-0/+42
| | | | | | 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.
* [svn-r21225] Snapshot version 1.9 release 88HDF Tester2011-08-143-3/+3
|
* [svn-r21185] Snapshot version 1.9 release 87HDF Tester2011-08-073-3/+3
|
* [svn-r21175] Release datatypes created locallyAllen Byrne2011-08-051-0/+18
|
* [svn-r21158] Snapshot version 1.9 release 86HDF Tester2011-07-313-3/+3
|
* [svn-r21157] Description: JIRA HDFFV-7673: fixed segfault when retrieving ↵Scot Breitenfeld2011-07-312-13/+25
| | | | | | | | | 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)
* [svn-r21149] Snapshot version 1.9 release 85HDF Tester2011-07-243-3/+3
|
* [svn-r21124] Issue 2763 - adding OAPL_ID as a new parameter to ↵Raymond Lu2011-07-191-5/+5
| | | | | | | | | 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.
* [svn-r21121] Description:Quincey Koziol2011-07-183-4/+4
| | | | | | | | | 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)
* [svn-r21117] Issue 2763 - I added a new parameter of object access property ↵Raymond Lu2011-07-183-9/+9
| | | | | | 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.
* [svn-r21080] Remove redundant EXPORTS symbol since CMake automatically ↵Allen Byrne2011-07-081-1/+0
| | | | creates it.
* [svn-r21033] Snapshot version 1.9 release 84HDF Tester2011-06-263-3/+3
|
* [svn-r21016] Description: Added Fortran DS example to CMakeList.txtScot Breitenfeld2011-06-221-0/+1
|
* [svn-r21006] Description:Scot Breitenfeld2011-06-213-4/+196
| | | | | | Added Fortran example for HL DS APIs. Tested: jam (intel)
* [svn-r21000] Snapshot version 1.9 release 83HDF Tester2011-06-193-3/+3
|
* [svn-r20996] Add lite2 dependency on lite1 exampleAllen Byrne2011-06-191-0/+4
|
* [svn-r20960] Added new source files.Allen Byrne2011-06-102-4/+15
| | | | | | Added new test and test files to test section Tested: local linux
* [svn-r20958] Description: Added fortran wrappers and test for the HL DS API.Scot Breitenfeld2011-06-108-164/+1494
| | | | Tested: jam (intel, gnu, pgi)
* [svn-r20937] Description:Scot Breitenfeld2011-06-071-1/+76
| | | | | | | Added additional attaching and detaching permutation. Tested: jam (intel, gnu)
* [svn-r20923] Description: Added test for permutations of attaching and ↵Scot Breitenfeld2011-05-291-2/+167
| | | | | | detaching DS, see bug HDFFV-7605. Tested: Jam (intel and gnu)
* [svn-r20922] Snapshot version 1.9 release 82HDF Tester2011-05-293-3/+3
|
* [svn-r20901] Remove if() that avoided a copy of the last element to itself. ↵Allen Byrne2011-05-251-4/+2
| | | | | | | | 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
* [svn-r20900] Remove duplicated function linesAllen Byrne2011-05-251-30/+0
|
* [svn-r20890] Snapshot version 1.9 release 82HDF Tester2011-05-233-3/+3
|