Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r26429] Merge of r26393-26428 from the trunk. | Dana Robinson | 2015-03-11 | 40 | -1274/+1157 |
|\ | | | | | | | Tested w/ h5committest | ||||
| * | [svn-r26417] Removed compiler warnings from HL. HDF5-237 | Scot Breitenfeld | 2015-03-10 | 23 | -1188/+1095 |
| | | | | | | | | Tested: h5committest | ||||
| * | [svn-r26405] Removed compiler warnings, hl/examples: | Scot Breitenfeld | 2015-03-09 | 17 | -86/+62 |
| | | | | | | | | | | | | HDF5-237 tested: h5committest | ||||
* | | [svn-r26422] Fixes autogen.sh errors caused by r26410 that produced: | Dana Robinson | 2015-03-11 | 2 | -12/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CXX_SHARED_CONDITIONAL does not appear in AM_CONDITIONAL This was due to a removed AM_CONDITIONAL macro in configure.ac. The CXX_SHARED_CONDITIONAL code was removed from the Makefile.am files. Additionally, the C++ shared library build settings field in libhdf5.settings file was updated. Tested on: local linux VM w/ C++ --enable-shared --enable-static --enable-shared --disable-static --disable-shared --enable-static | ||||
* | | [svn-r26396] Merge of r26349-26392 from the trunk. | Dana Robinson | 2015-03-09 | 3 | -13/+11 |
|\ \ | |/ | | | | | Tested on: h5committest | ||||
| * | [svn-r26387] warning fixes from Feb27. | Mohamad Chaarawi | 2015-03-06 | 3 | -13/+11 |
| | | |||||
| * | [svn-r26351] Adds warning prevention pragmas, etc. to flex- and ↵ | Dana Robinson | 2015-03-04 | 2 | -0/+38 |
| | | | | | | | | | | | | | | | | bison-generated code. Fixes: HDFFV-9149 Tested on: jam w/ gcc 4.1 and koala w/ gcc 4.9 | ||||
* | | [svn-r26350] Merge of r26273-26348 from the trunk. | Dana Robinson | 2015-03-04 | 6 | -29/+150 |
|\ \ | |/ | | | | | Tested on: h5committest | ||||
| * | [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants. | Dana Robinson | 2015-03-01 | 3 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Adds 'F' suffixes for most float constants. - A few constants MUST be of type double. These now receive the long double L suffix and are then cast to double. I do this via a new H5_DOUBLE() macro which was added to H5private.h. Fixes: HDFFV-9148 Tested on: h5committest | ||||
| * | [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵ | Dana Robinson | 2015-02-27 | 14 | -70/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest | ||||
| * | [svn-r26321] Fix for HDFFV-9042. | Scot Breitenfeld | 2015-02-26 | 2 | -0/+90 |
| | | | | | | | | tested: h5commit | ||||
| * | [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵ | Mohamad Chaarawi | 2015-02-25 | 14 | -33/+33 |
| | | | | | | | | make clean. | ||||
| * | [svn-r26294] Fix for HDFFV-9132. | Scot Breitenfeld | 2015-02-24 | 2 | -1/+32 |
| | | | | | | | | tested: h5committest | ||||
* | | [svn-r26274] Merge of r26096 to r26271 from trunk. | Dana Robinson | 2015-02-22 | 24 | -170/+311 |
|\ \ | |/ | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran | ||||
| * | [svn-r26253] Update CMake with fortran source properties and defines, ↵ | Allen Byrne | 2015-02-20 | 6 | -149/+151 |
| | | | | | | | | correct name of hl fortran examples option check | ||||
| * | [svn-r26208] Update cmake minimums | Allen Byrne | 2015-02-18 | 13 | -13/+13 |
| | | |||||
| * | [svn-r26188] Merged autotools fixes into the trunk: | Scot Breitenfeld | 2015-02-16 | 14 | -14/+28 |
| | | | | | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095 | ||||
| * | [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵ | Mohamad Chaarawi | 2015-02-16 | 14 | -14/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest. | ||||
| * | [svn-r26177] Snapshot version 1.9 release 214 | HDF Tester | 2015-02-15 | 3 | -3/+3 |
| | | |||||
| * | [svn-r26172] Fix for: HDFFV-8685 -- Have one include file to use for HL ↵ | Scot Breitenfeld | 2015-02-13 | 7 | -7/+1 |
| | | | | | | | | | | | | libraries added hdf5.h to hdf5_hl.h | ||||
| * | [svn-r26170] Fix for HDFFV-8559 | Scot Breitenfeld | 2015-02-13 | 4 | -1/+146 |
| | | | | | | | | Correction of mistyped variable and removed implicit typing for interfaces. | ||||
| * | [svn-r26146] Snapshot version 1.9 release 213 | HDF Tester | 2015-02-08 | 3 | -3/+3 |
| | | |||||
* | | [svn-r26136] Updated autogen.sh to run flex and bison, replacing the ↵ | Dana Robinson | 2015-02-06 | 3 | -5099/+0 |
| | | | | | | | | | | | | | | | | | | | | | | (incomplete) bin/genltanalyze script, which has been deleted. Also removed the generated hl/src/H5LTparse.c/h and H5LTanalyze.c files. Part of: HDFFV-9120 Tested on: Local Ubuntu VM | ||||
* | | [svn-r26132] reverted change 26177 | Scot Breitenfeld | 2015-02-05 | 2 | -2/+2 |
| | | | | | | | | | | | | svn merge -c -26117 . Shared Fortran libraries don't work on Mac, the check for building shared on Mac needs to stay in. | ||||
* | | [svn-r26117] Autotools work HDFFV-9067, | Scot Breitenfeld | 2015-02-03 | 2 | -2/+2 |
| | | | | | | | | | | | | Removed restiction of disabling shared libraries on the MAC, H5_FORTRAN_SHARED was replaced with HAVE_SHARED_CONDITIONAL since H5_FORTRAN_SHARED was removed. tested: jam | ||||
* | | [svn-r26097] Removed configure and Makefile.in files from version control. | Dana Robinson | 2015-02-02 | 14 | -19357/+0 |
| | | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++ | ||||
* | | [svn-r26096] Merged r26024-26095 from trunk. | Dana Robinson | 2015-02-02 | 6 | -7/+7 |
|\ \ | |/ | | | | | Tested on: jam with Fortran and C++ | ||||
| * | [svn-r26092] Snapshot version 1.9 release 212 | HDF Tester | 2015-02-01 | 3 | -3/+3 |
| | | |||||
| * | [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls. | Allen Byrne | 2015-01-26 | 3 | -4/+4 |
| | | |||||
* | | [svn-r26069] Removed the option to selectively disable internal filters like ↵ | Dana Robinson | 2015-01-29 | 14 | -70/+0 |
| | | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++ | ||||
* | | [svn-r26051] Fix for HDFFV-9092 | Scot Breitenfeld | 2015-01-27 | 14 | -14/+28 |
|/ | | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam | ||||
* | [svn-r25981] Snapshot version 1.9 release 211 | HDF Tester | 2015-01-18 | 3 | -3/+3 |
| | |||||
* | [svn-r25975] Snapshot version 1.9 release 210 | HDF Tester | 2015-01-11 | 3 | -3/+3 |
| | |||||
* | [svn-r25949] Snapshot version 1.9 release 209 | HDF Tester | 2015-01-04 | 3 | -3/+3 |
| | |||||
* | [svn-r25924] Snapshot version 1.9 release 208 | HDF Tester | 2014-12-28 | 3 | -3/+3 |
| | |||||
* | [svn-r25915] Snapshot version 1.9 release 207 | HDF Tester | 2014-12-21 | 3 | -3/+3 |
| | |||||
* | [svn-r25886] Snapshot version 1.9 release 206 | HDF Tester | 2014-12-14 | 3 | -3/+3 |
| | |||||
* | [svn-r25864] Snapshot version 1.9 release 205 | HDF Tester | 2014-12-07 | 3 | -3/+3 |
| | |||||
* | [svn-r25855] Snapshot version 1.9 release 204 | HDF Tester | 2014-11-30 | 3 | -3/+3 |
| | |||||
* | [svn-r25834] Snapshot version 1.9 release 203 | HDF Tester | 2014-11-23 | 3 | -3/+3 |
| | |||||
* | [svn-r25762] Snapshot version 1.9 release 202 | HDF Tester | 2014-11-02 | 3 | -3/+3 |
| | |||||
* | [svn-r25755] Removed spurious casts in a few HDfree() statements. | Dana Robinson | 2014-10-31 | 1 | -3/+3 |
| | | | | | | | Discovered when I temporarily #defined HDfree() to a more complicated function while investigating something. Tested on a local linux VM. This is a very minor change. | ||||
* | [svn-r25736] Snapshot version 1.9 release 201 | HDF Tester | 2014-10-26 | 3 | -3/+3 |
| | |||||
* | [svn-r25720] Snapshot version 1.9 release 200 | HDF Tester | 2014-10-19 | 3 | -3/+3 |
| | |||||
* | [svn-r25693] Snapshot version 1.9 release 199 | HDF Tester | 2014-10-12 | 3 | -3/+9 |
| | |||||
* | [svn-r25668] Snapshot version 1.9 release 198 | HDF Tester | 2014-10-05 | 3 | -3/+3 |
| | |||||
* | [svn-r25631] Fix fo HDFFV-8912 | Scot Breitenfeld | 2014-09-29 | 3 | -6/+30 |
| | |||||
* | [svn-r25629] Fix for hdffv-8855. | Scot Breitenfeld | 2014-09-29 | 2 | -2/+59 |
| | |||||
* | [svn-r25627] Snapshot version 1.9 release 197 | HDF Tester | 2014-09-28 | 3 | -3/+3 |
| | |||||
* | [svn-r25614] Fixed HDFFV-8670 | Scot Breitenfeld | 2014-09-24 | 5 | -28/+370 |
| | | | | *H5DSis_scale and other HL APIs do not null terminate string (and other issues) |