Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [svn-r27731] Removed the obsolete config/powerpc-ibm-aix5.x file. | Dana Robinson | 2015-09-10 | 1 | -21/+0 | |
| | | | | | | | | Tested on: Nothing. I have no access to an AIX machine. | |||||
* | | [svn-r27728] Merge of r27713 from revise_chunks | Dana Robinson | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Added -qflag=w:w to config/ibm-flags. This will suppress informational messages on AIX, suppressing thousands of "__attribute__ is non-portable" messages in the AIX nightly test output. Tested on: Nothing. I have no access to an AIX machine. | |||||
* | | [svn-r27722] Updated the gnu config to cover gcc 5.2*. | Dana Robinson | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | Tested on: jam w/ gcc 5.2.0 | |||||
* | | [svn-r27720] Merge changes from master | Allen Byrne | 2015-09-09 | 1 | -9/+13 | |
| | | ||||||
* | | [svn-r27716] Publish both static and shared mod files in binaries. | Allen Byrne | 2015-09-09 | 1 | -7/+11 | |
| | | ||||||
* | | [svn-r27699] Removed some configure checks for obsolete Unix variants. | Dana Robinson | 2015-09-08 | 1 | -12/+0 | |
| | | | | | | | | | | | | The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest | |||||
* | | [svn-r27690] Snapshot version 1.9 release 230 | HDF Tester | 2015-09-07 | 1 | -1/+1 | |
| | | ||||||
* | | [svn-r27675] Removed library checks for nsl and socket from the autotools ↵ | Dana Robinson | 2015-09-04 | 2 | -12/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: h5committest (CMake fortran fails due to an unrelated error) jam w/ CMake | |||||
* | | [svn-r27670] Remove SYMBOLS option - includes default checks. Pulled from ↵ | Allen Byrne | 2015-09-03 | 1 | -3/+2 | |
| | | | | | | | | master. | |||||
* | | [svn-r27653] Merge of r27645 from the autotools branch. | Dana Robinson | 2015-09-01 | 1 | -0/+0 | |
|/ | | | | | | | | | | | | | | Updates to older special config files in configure.ac: - solaris2.x renamed to solaris. There are recent changes to this file but the "2.x" is misleading since the changes are applied to all versions. - Removed support for OSF 4.x/5.x (Digital and Tru64 Unix). We no longer have the config files for these. Tested on: h5committest | |||||
* | [svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable ↵ | Allen Byrne | 2015-08-31 | 1 | -0/+2 | |
| | | | | HDF_TEST_EXPRESS. | |||||
* | [svn-r27625] Added preprocessor commands for PGI compiler. | Scot Breitenfeld | 2015-08-31 | 1 | -0/+1 | |
| | | | | tested: h5committest | |||||
* | [svn-r27622] Snapshot version 1.9 release 229 | HDF Tester | 2015-08-31 | 1 | -1/+1 | |
| | ||||||
* | [svn-r27575] lowercase commands | Allen Byrne | 2015-08-25 | 1 | -5/+5 | |
| | ||||||
* | [svn-r27570] Fixed issue with REAL max detection. | Scot Breitenfeld | 2015-08-24 | 1 | -11/+13 | |
| | | | | tested: h5committest | |||||
* | [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵ | Scot Breitenfeld | 2015-08-24 | 1 | -19/+11 | |
| | | | | not check for definitions and does not return unused arguments. | |||||
* | [svn-r27555] Merge cmake_ext_mod change | Allen Byrne | 2015-08-24 | 1 | -7/+11 | |
| | ||||||
* | [svn-r27551] Snapshot version 1.9 release 228 | HDF Tester | 2015-08-24 | 1 | -1/+1 | |
| | ||||||
* | [svn-r27548] Revert r27545 | Jerome Soumagne | 2015-08-21 | 2 | -19/+0 | |
| | ||||||
* | [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵ | Jerome Soumagne | 2015-08-21 | 2 | -0/+19 | |
| | | | | | | available Fix tests accordingly | |||||
* | [svn-r27540] Replace svn:externals with hard copy of files | Allen Byrne | 2015-08-20 | 20 | -0/+4382 | |
| | ||||||
* | [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵ | Scot Breitenfeld | 2015-08-20 | 1 | -0/+33 | |
| | | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest | |||||
* | [svn-r27524] Added test to not remove double precision from valid KINDS if ↵ | Scot Breitenfeld | 2015-08-19 | 1 | -2/+6 | |
| | | | | | | it is the largest compatible REAL with C. Tested: h5committest. | |||||
* | [svn-r27511] Snapshot version 1.9 release 227 | HDF Tester | 2015-08-17 | 1 | -1/+1 | |
| | ||||||
* | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 7 | -6/+515 | |
| | | | | Tested: h5committest --PASSED-- | |||||
* | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 7 | -515/+6 | |
| | ||||||
* | [svn-r27488] Merged the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 7 | -6/+515 | |
|\ | | | | | | | Tested: h5committest | |||||
| * | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-08-05 | 1 | -1/+1 | |
| |\ | ||||||
| * | | [svn-r27469] Merge from trunk with dual-binary CMake code. | Allen Byrne | 2015-08-05 | 8 | -54/+285 | |
| | | | | | | | | | | | | Tested: local linux with CMake | |||||
| * | | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-22 | 1 | -1/+1 | |
| |\ \ | ||||||
| * | | | [svn-r27417] comment code cleanup | Scot Breitenfeld | 2015-07-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-14 | 5 | -3/+43 | |
| |\ \ \ | ||||||
| * | | | | [svn-r27376] set default value of SIZEOF___FLOAT128 | Scot Breitenfeld | 2015-07-14 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | [svn-r27357] svn merge -r27208:27356 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-09 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * | | | | | [svn-r27350] updated missing cmake defines | Scot Breitenfeld | 2015-07-08 | 2 | -31/+54 | |
| | | | | | | ||||||
| * | | | | | [svn-r27337] cmake configure test for Fortran | Scot Breitenfeld | 2015-07-05 | 1 | -0/+461 | |
| | | | | | | ||||||
| * | | | | | [svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-02 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | [svn-r27326] Working version of cmake on linux. | Scot Breitenfeld | 2015-07-02 | 2 | -5/+19 | |
| | | | | | | | ||||||
| * | | | | | | [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-10 | 2 | -24/+25 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | [svn-r27151] fixed __float128 errors | Scot Breitenfeld | 2015-06-04 | 1 | -0/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-05-27 | 6 | -186/+412 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | [svn-r26911] svn merge -r26866:26910 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-04-23 | 2 | -0/+442 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [svn-r26877] removed references to F2003 | Scot Breitenfeld | 2015-04-21 | 4 | -7/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | [svn-r27468] Merge corrections found elsewhere | Allen Byrne | 2015-08-05 | 2 | -6/+6 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | [svn-r27466] Add Trunk version | Allen Byrne | 2015-08-05 | 1 | -0/+126 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | [svn-r27465] Merge dual-binary CMake changes | Allen Byrne | 2015-08-05 | 3 | -45/+30 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | [svn-r27432] Snapshot version 1.9 release 226 | HDF Tester | 2015-07-27 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | [svn-r27428] Bug fix: DAILYTEST-170 | Albert Cheng | 2015-07-24 | 3 | -0/+123 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: XL compilers in ostrich (PowerPC64 linux) fail in test/dt_arith because of the removal of the LLONG_TO_LDOUBLE_CORRECT (removed in r26625) and LDOUBLE_TO_LLONG_ACCURATE (removed in r26623). Solution: Reverse revisions r26623: bring back LDOUBLE_TO_LLONG_ACCURATE configure macro r26625: bring back LLONG_TO_LDOUBLE_CORRECT configure macro r26627: bring back WANT_DATA_ACCURACY configure macro which is used together with the above two macros. This also brings back the enable-dconv-accuracy configure option. Tested: h5committested. Also tested in ostrich using the XL compilers. | |||||
* | | | | | | | | | [svn-r27412] Snapshot version 1.9 release 225 | HDF Tester | 2015-07-20 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | |