summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22078] New API: H5ltpath_validScot Breitenfeld2012-03-167-6/+634
| | | | | | | | | 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)
* [svn-r22040] Snapshot version 1.9 release 110HDF Tester2012-03-113-3/+3
|
* [svn-r22024] Add HD prefix to tools library based tests. Cleaned ↵Allen Byrne2012-03-055-562/+584
| | | | | | allocation/free in tests. Tested: local linux/ changes h5committetest against 1.8 version
* [svn-r22022] Snapshot version 1.9 release 109HDF Tester2012-03-043-3/+3
|
* [svn-r22004] Reduced warnings and fixed conflicts resulting from including ↵Allen Byrne2012-02-283-1/+3
| | | | | | h5tools.h Tested: local linux
* [svn-r21996] Add tools_init to mainAllen Byrne2012-02-272-0/+6
|
* [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)