summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22693] Add missing H5Tclose().Allen Byrne2012-08-171-1/+3
|
* [svn-r22670] Snapshot version 1.9 release 125HDF Tester2012-08-123-3/+3
|
* [svn-r22646] Description:Quincey Koziol2012-08-081-2/+5
| | | | | | | | | 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)
* [svn-r22629] Snapshot version 1.9 release 124Larry Knox2012-08-053-3/+3
|
* [svn-r22611] Fixed: HDFFV-8013 H5LTget_attribute_string appears to not ↵Scot Breitenfeld2012-07-271-2/+7
| | | | | | close an object identifier Tested: gnu and intel (jam)
* [svn-r22610] HDFFV-8055 H5TBdelete_record destroys data after the deleted rowScot Breitenfeld2012-07-272-2/+125
| | | | | | Added fix and test case. Tested: gnu and intel (jam)
* [svn-r22525] Snapshot version 1.9 release 124Larry Knox2012-07-093-3/+3
|
* [svn-r22487] Snapshot version 1.9 release 122HDF Tester2012-06-244-6/+6
|
* [svn-r22484] Description:Quincey Koziol2012-06-231-3/+3
| | | | | | | | | | | | 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
* [svn-r22479] Remove subfolder tools from install commandAllen Byrne2012-06-201-1/+1
|
* [svn-r22448] Snapshot version 1.9 release 121HDF Tester2012-06-103-3/+3
|
* [svn-r22427] Snapshot version 1.9 release 120HDF Tester2012-06-033-3/+3
|
* [svn-r22426] Add examples/README file to be installed with examples.Larry Knox2012-06-023-3/+30
| | | | Text file only, but tested with h5committest.
* [svn-r22413] Snapshot version 1.9 release 119HDF Tester2012-05-273-3/+3
|
* [svn-r22411] reduce compiler warnings by removing unreferenced variables and ↵Allen Byrne2012-05-251-1/+0
| | | | | | adding cast Tested: local linux
* [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵Allen Byrne2012-05-243-0/+10
| | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows
* [svn-r22382] Snapshot version 1.9 release 118HDF Tester2012-05-203-3/+3
|
* [svn-r22361] Change library source properties: remove "LANGUAGE C" property ↵Allen Byrne2012-05-141-1/+1
| | | | | | from headers. Add "LINKER C" property to link. Tested: local linux
* [svn-r22356] Snapshot version 1.9 release 117HDF Tester2012-05-133-3/+3
|
* [svn-r22326] Snapshot version 1.9 release 116HDF Tester2012-04-293-3/+3
|
* [svn-r22311] Snapshot version 1.9 release 115HDF Tester2012-04-223-3/+3
|
* [svn-r22286] Snapshot version 1.9 release 114HDF Tester2012-04-153-3/+3
|
* [svn-r22257] Snapshot version 1.9 release 113HDF Tester2012-04-083-3/+3
|
* [svn-r22246] Changed code comments for h5ltpath_valid_fScot Breitenfeld2012-04-041-1/+1
|
* [svn-r22236] Description:Quincey Koziol2012-04-021-1/+1
| | | | | | | Switch 'snprintf' -> 'HDsnprintf' Tested on: (eyeballed only, very simple)
* [svn-r22219] Description:Quincey Koziol2012-03-316-15/+1129
| | | | | | | | Merge "file image" changes from feature branch back to trunk. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug (h5committest upcoming)
* [svn-r22170] Removed extraneous svn executable properties from ↵Dana Robinson2012-03-2820-0/+0
| | | | non-executable files.
* [svn-r22140] Snapshot version 1.9 release 112HDF Tester2012-03-253-3/+3
|
* [svn-r22133] Description: fixed problem with closing a non-existing file id.Scot Breitenfeld2012-03-231-1/+1
| | | | Tested: koala (gnu 4.1)
* [svn-r22130] Test for HDFFV-7777 h5ltget_attribure_string_f addedScot Breitenfeld2012-03-232-19/+44
| | | | Added check that HLDS fortran function do remove NULL character.
* [svn-r22129] HDFFV-7777: Fix for removing NULL character from fortran string ↵Scot Breitenfeld2012-03-234-20/+33
| | | | | | in h5lt_get_attribute_string_f Fixed size +1 error in HD5f2cstring
* [svn-r22109] Removed the executable flag from the COPYING file.Dana Robinson2012-03-211-0/+0
|
* [svn-r22097] Snapshot version 1.9 release 111HDF Tester2012-03-203-3/+3
|
* [svn-r22096] Desciption: Added cyclic path test for H5LTpath_valid.Scot Breitenfeld2012-03-201-3/+28
| | | | Tested: jam (gnu and intel)
* [svn-r22082] Description: replaced strncopy with passing path name directly.Scot Breitenfeld2012-03-161-5/+2
|
* [svn-r22081] Description:Scot Breitenfeld2012-03-161-6/+6
| | | | | | Changed H5G*() to H5G*2() APIs for compatability. Tested: (jam intel, --with-default-api-version=v16)
* [svn-r22080] Description: aligned H5_FC_FUNC with the H5_FC_FUNC in the line ↵Scot Breitenfeld2012-03-161-1/+1
| | | | | | above tested: none
* [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
|