summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22766] Snapshot version 1.9 release 129HDF Tester2012-09-163-3/+3
|
* [svn-r22765] Description:Quincey Koziol2012-09-152-154/+198
| | | | | | | | | | | | | | | | | | Propogate Coverity changes to trunk, also fix compiler warnings and other minor code cleanups. (QK & JK) r20393: (Not directly propogated, since trunk also had a similar fix) Move initialization ocrt_info.new_obj = NULL; before FUNC_ENTER_NOAPI -- gh r20397: Added free(src_sizes) --gh r20398: Added free(src_offset). --gh Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, parallel, FORTRAN & C++ (h5committest forthcoming)
* [svn-r22755] When Scot Breitenfeld committed his test function ↵Raymond Lu2012-09-121-1/+4
| | | | | | | | test_valid_path in r22078 6 months ago, he replaced test_text_type function with his function, thus skipped test_text_type test. I'm restoring it back in this checkin. Tested on jam - simple change.
* [svn-r22754] Issue 8140 - return value is missing for H5LTyyerror in ↵Raymond Lu2012-09-122-16/+27
| | | | | | | | H5LTanalyze.l. I put "return 0" in because the program should continue even though there is an error. Tested on jam - simple change.
* [svn-r22745] Snapshot version 1.9 release 128HDF Tester2012-09-093-3/+3
|
* [svn-r22732] Snapshot version 1.9 release 127HDF Tester2012-09-023-3/+3
|
* [svn-r22722] Update all references from configure.in to configure.acAllen Byrne2012-08-282-2/+2
| | | | Tested: h5committest
* [svn-r22720] Fix RelWithDebInfo packagingAllen Byrne2012-08-281-1/+1
|
* [svn-r22714] one more missed VAR change for parallel examplesAllen Byrne2012-08-263-351/+6
|
* [svn-r22712] Updated a missed example makefile. Tested locally with make ↵Allen Byrne2012-08-242-6/+351
| | | | installcheck (another h5committest understanding oversight)
* [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵Allen Byrne2012-08-2318-219/+233
| | | | | | autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest
* [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, ↵Larry Knox2012-08-2214-661/+1262
| | | | | | libtool 2.4.2 Tested THG machines.
* [svn-r22697] Snapshot version 1.9 release 126HDF Tester2012-08-193-3/+3
|
* [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