summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27767] Snapshot version 1.9 release 231HDF Tester2015-09-141-11/+11
|
* [svn-r27699] Removed some configure checks for obsolete Unix variants.Dana Robinson2015-09-081-57/+11
| | | | | | The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
* [svn-r27692] Changed the autotools files so that the high-level library is ↵Dana Robinson2015-09-071-3/+13
| | | | | | | | | | | | | | | unsupported when building the thread-safe library. Configure will quit with an error when --disable-hl or --enable-unsupported is not used with --enable-threadsafe. Fixes HDFFV-8719 Tested on: h5committest configure w/ various combinations of --enable-threadsafe, --disable-hl, and --enable-unsupported
* [svn-r27690] Snapshot version 1.9 release 230HDF Tester2015-09-071-11/+11
|
* [svn-r27686] Merge of r27684 from autotools_reworkDana Robinson2015-09-061-15/+0
| | | | | | | Removed _BSD_SOURCE and _DEFAULT_SOURCE from the autotools C flags. They are no longer needed by the library. Fixes HDFFV-9079. Tested on: h5committest
* [svn-r27682] Restored commented-out _POSIX_C_SOURCE line in configure.ac.Dana Robinson2015-09-051-1/+1
| | | | Tested on: h5committest
* [svn-r27675] Removed library checks for nsl and socket from the autotools ↵Dana Robinson2015-09-041-110/+0
| | | | | | | | | | | | 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-r27653] Merge of r27645 from the autotools branch.Dana Robinson2015-09-011-8/+2
| | | | | | | | | | | | | | 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-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-311-0/+8
| | | | tested: h5committest
* [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-311-11/+11
|
* [svn-r27551] Snapshot version 1.9 release 228HDF Tester2015-08-241-11/+11
|
* [svn-r27548] Revert r27545Jerome Soumagne2015-08-211-55/+0
|
* [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-08-211-0/+55
| | | | | | available Fix tests accordingly
* [svn-r27521] Added test to not remove double precision from valid KINDS if ↵Scot Breitenfeld2015-08-181-8/+10
| | | | | | it is the largest compatible REAL with C. Tested: h5committest.
* [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-171-78/+29
| | | | Tested: h5committest
* [svn-r27511] Snapshot version 1.9 release 227HDF Tester2015-08-171-11/+11
|
* [svn-r27509] Fixed check for perl: tested--h5committestScot Breitenfeld2015-08-141-3/+3
|
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-1797/+2488
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-2488/+1797
|
* [svn-r27488] Merged the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-1797/+2488
|\ | | | | | | Tested: h5committest
| * [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-051-4/+0
| |\ | |/ |/|
| * [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-051-11/+229
| | | | | | | | Tested: local linux with CMake
| * [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-221-11/+11
| |\
| * | [svn-r27401] code cleanupScot Breitenfeld2015-07-161-24/+23
| | |
| * | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-141-11/+11
| |\ \
| * \ \ [svn-r27357] svn merge -r27208:27356 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-091-11/+11
| |\ \ \
| * | | | [svn-r27333] added commentsScot Breitenfeld2015-07-021-1/+1
| | | | |
| * | | | [svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-021-53/+55
| |\ \ \ \
| * | | | | [svn-r27326] Working version of cmake on linux.Scot Breitenfeld2015-07-021-13/+8
| | | | | |
| * | | | | [svn-r27301] fixed configure error with pgi compiler by checking if ↵Scot Breitenfeld2015-06-301-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | __float128 is 0
| * | | | | [svn-r27299] Changed from using sed to perl.Scot Breitenfeld2015-06-301-15/+13
| | | | | |
| * | | | | [svn-r27297] changed from using sed to perlScot Breitenfeld2015-06-291-51/+75
| | | | | |
| * | | | | [svn-r27285] added search replace for space to commaScot Breitenfeld2015-06-251-2/+2
| | | | | |
| * | | | | [svn-r27232] fixed C test program for float128Scot Breitenfeld2015-06-171-0/+2
| | | | | |
| * | | | | [svn-r27230] added test for float128Scot Breitenfeld2015-06-171-2/+5
| | | | | |
| * | | | | [svn-r27228] restricted __float128 to gnu compilersScot Breitenfeld2015-06-171-1/+35
| | | | | |
| * | | | | [svn-r27226] restricted __float128 to gnu compilersScot Breitenfeld2015-06-171-10/+5
| | | | | |
| * | | | | [svn-r27225] new test for __float128Scot Breitenfeld2015-06-171-88/+91
| | | | | |
| * | | | | [svn-r27223] Added check for quadmath.hScot Breitenfeld2015-06-171-91/+106
| | | | | |
| * | | | | [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-161-91/+211
| | | | | |
| * | | | | [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-101-11/+11
| |\ \ \ \ \
| * | | | | | [svn-r27186] added fix for jam with promoted reals and integersScot Breitenfeld2015-06-101-2/+7
| | | | | | |
| * | | | | | [svn-r27183] removed the use of -i in sed, used mv instead from a temporary ↵Scot Breitenfeld2015-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | file.
| * | | | | | [svn-r27167] more DT fixesScot Breitenfeld2015-06-091-45/+85
| | | | | | |
| * | | | | | [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-081-7/+79
| | | | | | |
| * | | | | | [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-051-6/+21
| | | | | | |
| * | | | | | [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-55/+115
| | | | | | |
| * | | | | | [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-031-3/+18
| | | | | | |
| * | | | | | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-021-11/+11
| |\ \ \ \ \ \
| * | | | | | | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵Scot Breitenfeld2015-06-011-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quad precision.