Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r24676] Snapshot version 1.9 release 170 | HDF Tester | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | [svn-r24636] typesetting changes for documentation | Scot Breitenfeld | 2014-01-17 | 1 | -9/+10 |
| | |||||
* | [svn-r24623] Enabled test for | Scot Breitenfeld | 2014-01-08 | 1 | -6/+2 |
| | | | | | | | HDFFV-8268 Fortran wrapper for H5Fget_file_image function Tested: jam (pgi compilers) h5committest | ||||
* | [svn-r24611] This is a partial fix for HDFFV-8634. It fixes the problem ↵ | Scot Breitenfeld | 2014-01-06 | 1 | -2/+2 |
| | | | | | | without --enable-fortran2003, where the optional parameter should not be given as an option for an interface to a C function. --enable-fortran2003 does not work due to a compiler bug in intel 14.0 Tested: kite (intel 14.0 with --enable-fortran) | ||||
* | [svn-r24465] Snapshot version 1.9 release 169 | HDF Tester | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵ | Allen Byrne | 2013-11-01 | 1 | -0/+24 |
| | | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest | ||||
* | [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. | Dana Robinson | 2013-10-31 | 2 | -22/+22 |
| | | | | | | | | | | | | | Prep work for adding a memory free function, part of HDFFV-8551. Tested on: 32-bit LE linux (jam) * with C++, Fortran * with thread safety on These are minor changes (almost entirely renaming foo functions to HDfoo) that don't change functionality. This should not require a full commit test. | ||||
* | [svn-r24362] Snapshot version 1.9 release 168 | HDF Tester | 2013-10-27 | 1 | -1/+1 |
| | |||||
* | [svn-r24334] Snapshot version 1.9 release 167 | HDF Tester | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | [svn-r24287] Snapshot version 1.9 release 166 | HDF Tester | 2013-10-13 | 1 | -1/+1 |
| | |||||
* | [svn-r24218] Snapshot version 1.9 release 165 | HDF Tester | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | [svn-r24194] Don't add hdf5 library dependencies to lib files when ↵ | Larry Knox | 2013-09-24 | 6 | -4/+14 |
| | | | | | | --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276. Tested with h5committest and on hdf-duck. | ||||
* | [svn-r24186] Snapshot version 1.9 release 164 | HDF Tester | 2013-09-22 | 1 | -1/+1 |
| | |||||
* | [svn-r24114] Reverting the changes in r24113 for now because they break ↵ | Larry Knox | 2013-09-06 | 21 | -79/+2 |
| | | | | | | parallel make fortran. The changes aren't incorrect, but more work in needed on dependencies and also for enable-parallel. Reverted to r24112. | ||||
* | [svn-r24113] Description: | Quincey Koziol | 2013-09-06 | 21 | -2/+79 |
| | | | | | | | | Reduce warnings w/gfortran in FORTRAN build by declaring interface for utility test routines. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc/g++/gfortran 4.8 | ||||
* | [svn-r24101] Description: | Quincey Koziol | 2013-09-05 | 2 | -15/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up warnings, enable new compiler warning flag(s) and bring back changes from Coverity branch: r20813: Remove the dead code as listed for coverity bug #1722. h5committested. r20814: Issue 69: Check return value and throw error if negative return. Also free datatype id on error r20815: Use HDstrncpy. --gh r20816: Replaced one last HDstrcat call with HDstrncat to resolve coverity issue 832. r20817: Use HDstrncpy and HDstrncat. --gh r20818: Purpose: Fix valgrind issues with h5jam Description: Modified h5jam to free strings strdup'd in parse_command_line before exit. Note that they may still not be freed in case of error, due to the widespread use of exit(). r20819: Issue 80: change loop to use int as loop index. r20820: Maintenance: Fixed the bug found by coverity CID 788 There were two problems with this function: 1) it tried to unnecessary free NULL pointer 2) it tried to allocate c_name buffer that is done by H5Pget_class_name Tested on: Mac OSX 10.8.4 (amazon) w/gcc 4.8.1, C++ & FORTRAN (too minor to require h5committest) | ||||
* | [svn-r24092] Snapshot version 1.9 release 163 | HDF Tester | 2013-09-01 | 1 | -1/+1 |
| | |||||
* | [svn-r24077] Updated -help output for compile scripts for changing default ↵ | Larry Knox | 2013-08-27 | 1 | -4/+6 |
| | | | | | | from -noshlib to -shlib when hdf5 is built without static libraries (--disable-static). Tested with h5committest on jam, koala, ostrich and platypus. | ||||
* | [svn-r24068] Snapshot version 1.9 release 162 | HDF Tester | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵ | Allen Byrne | 2013-08-19 | 6 | -36/+67 |
| | | | | | | developers. Tested: local linux | ||||
* | [svn-r24020] Description: | Quincey Koziol | 2013-08-17 | 2 | -3/+0 |
| | | | | | | | | Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest) | ||||
* | [svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code. | Allen Byrne | 2013-08-13 | 1 | -12/+12 |
| | | | | | | Also remove GetConsoleScreenInfo check from cygwin configure. Tested: h5committest | ||||
* | [svn-r23989] Snapshot version 1.9 release 161 | HDF Tester | 2013-08-11 | 1 | -1/+1 |
| | |||||
* | [svn-r23968] Snapshot version 1.9 release 160 | HDF Tester | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | [svn-r23926] Snapshot version 1.9 release 159 | HDF Tester | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | [svn-r23895] Snapshot version 1.9 release 158 | HDF Tester | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | [svn-r23865] Snapshot version 1.9 release 157 | HDF Tester | 2013-07-07 | 1 | -1/+1 |
| | |||||
* | [svn-r23849] Snapshot version 1.9 release 156 | HDF Tester | 2013-06-30 | 1 | -1/+1 |
| | |||||
* | [svn-r23806] Snapshot version 1.9 release 155 | HDF Tester | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | [svn-r23778] Snapshot version 1.9 release 154 | HDF Tester | 2013-06-16 | 1 | -1/+1 |
| | |||||
* | [svn-r23745] HDFFV-8461: Add Windows /MT support | Allen Byrne | 2013-06-10 | 4 | -11/+13 |
| | | | | This adds the UserMacros.cmake support needed. | ||||
* | [svn-r23741] Snapshot version 1.9 release 153 | HDF Tester | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | [svn-r23718] Snapshot version 1.9 release 152 | HDF Tester | 2013-05-26 | 1 | -1/+1 |
| | |||||
* | [svn-r23708] Snapshot version 1.9 release 151 | HDF Tester | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | [svn-r23669] Snapshot version 1.9 release 150 | HDF Tester | 2013-05-05 | 1 | -1/+1 |
| | |||||
* | [svn-r23642] Snapshot version 1.9 release 149 | HDF Tester | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | [svn-r23614] Remove subfolders for includes | Allen Byrne | 2013-04-23 | 1 | -3/+3 |
| | |||||
* | [svn-r23585] changed the integer kind in the enum to satisfy g95. | Scot Breitenfeld | 2013-04-14 | 1 | -4/+9 |
| | | | | Tested: jam (g95, gfortran) | ||||
* | [svn-r23576] added missing argument in check call. | Scot Breitenfeld | 2013-04-11 | 1 | -1/+1 |
| | | | | tested: jam (g95,gcc)) | ||||
* | [svn-r23527] Revised usage to reflect change to use -shlib as default when ↵ | Larry Knox | 2013-04-02 | 1 | -2/+3 |
| | | | | | | no static libraries were built. No test - text only revision of compile scripts. | ||||
* | [svn-r23516] Updated documentation. | Scot Breitenfeld | 2013-04-02 | 1 | -7/+7 |
| | |||||
* | [svn-r23495] ported revisions 23433:23494 from the trunk | Raymond Lu | 2013-03-29 | 2 | -7/+5 |
| | |||||
* | [svn-r23431] Fix for HDFFV-8141. | Larry Knox | 2013-03-22 | 1 | -12/+20 |
| | | | | | | | | Changes default value for USE_SHARED_LIB in compile scripts to yes when static is disabled. Comments in scripts about the order of flag variables containing library paths was also corrected. Tested with h5committest on duck, jam, koala, and ostrich in addition to specific testing for the compile script change. | ||||
* | [svn-r23379] HDFFV-8297 h5fc does not recognize files ending in .f95, .f03, ↵ | Scot Breitenfeld | 2013-03-19 | 1 | -2/+7 |
| | | | | | | | | and .f08 as source files added missing extensions. Tested: jam (gnu) | ||||
* | [svn-r23361] Snapshot version 1.9 release 148 | HDF Tester | 2013-03-17 | 1 | -1/+1 |
| | |||||
* | [svn-r23341] Snapshot version 1.9 release 147 | HDF Tester | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | [svn-r23325] Description | Scot Breitenfeld | 2013-03-05 | 7 | -448/+616 |
| | | | | | | | | | | | ------------ Fix for: HDFFV-8149: h5pset_external_f API - the offset is declared integer which can cause problem if use 64-bit integer Added new type off_t, modified source files and added a new test. Tested (jam, intel, gnu) | ||||
* | [svn-r23323] Snapshot version 1.9 release 146 | HDF Tester | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | [svn-r23311] Snapshot version 1.9 release 145 | HDF Tester | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵ | Allen Byrne | 2013-02-18 | 5 | -6/+6 |
| | | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest |