Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23050] Snapshot version 1.9 release 134 | HDF Tester | 2012-11-25 | 3 | -3/+3 |
| | |||||
* | [svn-r23039] Snapshot version 1.9 release 133 | HDF Tester | 2012-11-18 | 3 | -3/+3 |
| | |||||
* | [svn-r23021] Snapshot version 1.9 release 132 | HDF Tester | 2012-11-11 | 3 | -3/+3 |
| | |||||
* | [svn-r22915] Description: | Quincey Koziol | 2012-10-17 | 1 | -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 22819 | Larry Knox | 2012-10-16 | 14 | -28/+0 |
| | | | | Tested with h5committest on jam, koala and ostrich. | ||||
* | [svn-r22846] Snapshot version 1.9 release 131 | HDF Tester | 2012-09-30 | 3 | -3/+3 |
| | |||||
* | [svn-r22819] Added H5BLD_STATIC and HDF5_USE_SHLIB to configure.ac so that ↵ | Larry Knox | 2012-09-27 | 14 | -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 Lu | 2012-09-26 | 1 | -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 130 | HDF Tester | 2012-09-23 | 3 | -3/+3 |
| | |||||
* | [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate ↵ | Allen Byrne | 2012-09-18 | 1 | -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 129 | HDF Tester | 2012-09-16 | 3 | -3/+3 |
| | |||||
* | [svn-r22765] Description: | Quincey Koziol | 2012-09-15 | 2 | -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 Lu | 2012-09-12 | 1 | -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 Lu | 2012-09-12 | 2 | -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 128 | HDF Tester | 2012-09-09 | 3 | -3/+3 |
| | |||||
* | [svn-r22732] Snapshot version 1.9 release 127 | HDF Tester | 2012-09-02 | 3 | -3/+3 |
| | |||||
* | [svn-r22722] Update all references from configure.in to configure.ac | Allen Byrne | 2012-08-28 | 2 | -2/+2 |
| | | | | Tested: h5committest | ||||
* | [svn-r22720] Fix RelWithDebInfo packaging | Allen Byrne | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | [svn-r22714] one more missed VAR change for parallel examples | Allen Byrne | 2012-08-26 | 3 | -351/+6 |
| | |||||
* | [svn-r22712] Updated a missed example makefile. Tested locally with make ↵ | Allen Byrne | 2012-08-24 | 2 | -6/+351 |
| | | | | installcheck (another h5committest understanding oversight) | ||||
* | [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵ | Allen Byrne | 2012-08-23 | 18 | -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 Knox | 2012-08-22 | 14 | -661/+1262 |
| | | | | | | libtool 2.4.2 Tested THG machines. | ||||
* | [svn-r22697] Snapshot version 1.9 release 126 | HDF Tester | 2012-08-19 | 3 | -3/+3 |
| | |||||
* | [svn-r22693] Add missing H5Tclose(). | Allen Byrne | 2012-08-17 | 1 | -1/+3 |
| | |||||
* | [svn-r22670] Snapshot version 1.9 release 125 | HDF Tester | 2012-08-12 | 3 | -3/+3 |
| | |||||
* | [svn-r22646] Description: | Quincey Koziol | 2012-08-08 | 1 | -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 124 | Larry Knox | 2012-08-05 | 3 | -3/+3 |
| | |||||
* | [svn-r22611] Fixed: HDFFV-8013 H5LTget_attribute_string appears to not ↵ | Scot Breitenfeld | 2012-07-27 | 1 | -2/+7 |
| | | | | | | close an object identifier Tested: gnu and intel (jam) | ||||
* | [svn-r22610] HDFFV-8055 H5TBdelete_record destroys data after the deleted row | Scot Breitenfeld | 2012-07-27 | 2 | -2/+125 |
| | | | | | | Added fix and test case. Tested: gnu and intel (jam) | ||||
* | [svn-r22525] Snapshot version 1.9 release 124 | Larry Knox | 2012-07-09 | 3 | -3/+3 |
| | |||||
* | [svn-r22487] Snapshot version 1.9 release 122 | HDF Tester | 2012-06-24 | 4 | -6/+6 |
| | |||||
* | [svn-r22484] Description: | Quincey Koziol | 2012-06-23 | 1 | -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 command | Allen Byrne | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | [svn-r22448] Snapshot version 1.9 release 121 | HDF Tester | 2012-06-10 | 3 | -3/+3 |
| | |||||
* | [svn-r22427] Snapshot version 1.9 release 120 | HDF Tester | 2012-06-03 | 3 | -3/+3 |
| | |||||
* | [svn-r22426] Add examples/README file to be installed with examples. | Larry Knox | 2012-06-02 | 3 | -3/+30 |
| | | | | Text file only, but tested with h5committest. | ||||
* | [svn-r22413] Snapshot version 1.9 release 119 | HDF Tester | 2012-05-27 | 3 | -3/+3 |
| | |||||
* | [svn-r22411] reduce compiler warnings by removing unreferenced variables and ↵ | Allen Byrne | 2012-05-25 | 1 | -1/+0 |
| | | | | | | adding cast Tested: local linux | ||||
* | [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵ | Allen Byrne | 2012-05-24 | 3 | -0/+10 |
| | | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows | ||||
* | [svn-r22382] Snapshot version 1.9 release 118 | HDF Tester | 2012-05-20 | 3 | -3/+3 |
| | |||||
* | [svn-r22361] Change library source properties: remove "LANGUAGE C" property ↵ | Allen Byrne | 2012-05-14 | 1 | -1/+1 |
| | | | | | | from headers. Add "LINKER C" property to link. Tested: local linux | ||||
* | [svn-r22356] Snapshot version 1.9 release 117 | HDF Tester | 2012-05-13 | 3 | -3/+3 |
| | |||||
* | [svn-r22326] Snapshot version 1.9 release 116 | HDF Tester | 2012-04-29 | 3 | -3/+3 |
| | |||||
* | [svn-r22311] Snapshot version 1.9 release 115 | HDF Tester | 2012-04-22 | 3 | -3/+3 |
| | |||||
* | [svn-r22286] Snapshot version 1.9 release 114 | HDF Tester | 2012-04-15 | 3 | -3/+3 |
| | |||||
* | [svn-r22257] Snapshot version 1.9 release 113 | HDF Tester | 2012-04-08 | 3 | -3/+3 |
| | |||||
* | [svn-r22246] Changed code comments for h5ltpath_valid_f | Scot Breitenfeld | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | [svn-r22236] Description: | Quincey Koziol | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | Switch 'snprintf' -> 'HDsnprintf' Tested on: (eyeballed only, very simple) | ||||
* | [svn-r22219] Description: | Quincey Koziol | 2012-03-31 | 6 | -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 Robinson | 2012-03-28 | 20 | -0/+0 |
| | | | | non-executable files. |