summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23085] Snapshot version 1.9 release 136HDF Tester2012-12-093-3/+3
|
* [svn-r23071] Snapshot version 1.9 release 135HDF Tester2012-12-023-3/+3
|
* [svn-r23050] Snapshot version 1.9 release 134HDF Tester2012-11-253-3/+3
|
* [svn-r23039] Snapshot version 1.9 release 133HDF Tester2012-11-183-3/+3
|
* [svn-r23021] Snapshot version 1.9 release 132HDF Tester2012-11-113-3/+3
|
* [svn-r22915] Description:Quincey Koziol2012-10-171-47/+53
| | | | | | | | | | | | | | | | | | | | | | | Bring Coverity changes back to trunk: r20399: Change parse_command_line to free hand structure on error and only "leave()" at end of main. r20400: Purpose: Fix coverity issue 592 Description: Added void cast to call to H5F_sfile_assert_num() in H5F_term)interface(). There is no need to check the return value of this function in general, and there would be nothing to do even if it did fail. r20401: Added free(src_sizes) and free(src_offset). --gh Tested on: Mac OSX/64 10.8.2 (amazon) w/C++, FORTRAN, threadsafe (too minor for h5committest)
* [svn-r22908] Reverted changes in revision 22819Larry Knox2012-10-1614-28/+0
| | | | Tested with h5committest on jam, koala and ostrich.
* [svn-r22846] Snapshot version 1.9 release 131HDF Tester2012-09-303-3/+3
|
* [svn-r22819] Added H5BLD_STATIC and HDF5_USE_SHLIB to configure.ac so that ↵Larry Knox2012-09-2714-0/+28
| | | | | | if configured with --disable-static the default for HDF5_USE_SHLIB in the compile scripts will be changed to yes. This is a fix for HDFFV-8141, where the compile scripts try to link to non-existant static hdf5 libraries. Tested on jam,koala,ostrich(h5committest) and other THG machines.
* [svn-r22815] Issue 8164 - test_image.c printed an extra "FAILED" after it ↵Raymond Lu2012-09-261-1/+1
| | | | | | | | succeeded. A test function doesn't return 0 after it succeeds. It goes down to the error handling branch and prints "FAILED". The fix is adding "return 0;" in the end of the function. Tested on jam - simple change.
* [svn-r22802] Snapshot version 1.9 release 130HDF Tester2012-09-233-3/+3
|
* [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate ↵Allen Byrne2012-09-181-0/+5
| | | | | | variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders Tested: jam with intel compilers
* [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)