summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable ↵Allen Byrne2015-08-311-0/+2
| | | | HDF_TEST_EXPRESS.
* [svn-r27570] Fixed issue with REAL max detection.Scot Breitenfeld2015-08-241-11/+13
| | | | tested: h5committest
* [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵Scot Breitenfeld2015-08-241-19/+11
| | | | not check for definitions and does not return unused arguments.
* [svn-r27548] Revert r27545Jerome Soumagne2015-08-211-6/+0
|
* [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-08-211-0/+6
| | | | | | available Fix tests accordingly
* [svn-r27524] Added test to not remove double precision from valid KINDS if ↵Scot Breitenfeld2015-08-191-2/+6
| | | | | | it is the largest compatible REAL with C. Tested: h5committest.
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-117-6/+515
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-117-515/+6
|
* [svn-r27488] Merged the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-117-6/+515
|\ | | | | | | Tested: h5committest
| * [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-058-54/+285
| | | | | | | | Tested: local linux with CMake
| * [svn-r27417] comment code cleanupScot Breitenfeld2015-07-211-1/+1
| |
| * [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-144-2/+42
| |\
| * | [svn-r27376] set default value of SIZEOF___FLOAT128Scot Breitenfeld2015-07-141-0/+2
| | |
| * | [svn-r27350] updated missing cmake definesScot Breitenfeld2015-07-082-31/+54
| | |
| * | [svn-r27337] cmake configure test for FortranScot Breitenfeld2015-07-051-0/+461
| | |
| * | [svn-r27326] Working version of cmake on linux.Scot Breitenfeld2015-07-022-5/+19
| | |
| * | [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-101-23/+24
| |\ \
| * | | [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-0/+5
| | | |
| * | | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-05-274-24/+314
| |\ \ \
| * \ \ \ [svn-r26911] svn merge -r26866:26910 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-232-0/+442
| |\ \ \ \
| * | | | | [svn-r26877] removed references to F2003Scot Breitenfeld2015-04-214-7/+2
| | | | | |
* | | | | | [svn-r27468] Merge corrections found elsewhereAllen Byrne2015-08-052-6/+6
| | | | | |
* | | | | | [svn-r27466] Add Trunk versionAllen Byrne2015-08-051-0/+126
| | | | | |
* | | | | | [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-053-45/+30
| | | | | |
* | | | | | [svn-r27428] Bug fix: DAILYTEST-170Albert Cheng2015-07-243-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-r27364] Add Mac Framework supportAllen Byrne2015-07-094-2/+42
| |_|_|/ |/| | |
* | | | [svn-r27142] Add optional variable for version extensionAllen Byrne2015-06-031-23/+24
| |_|/ |/| |
* | | [svn-r27087] Add changes for debug flagsAllen Byrne2015-05-151-2/+8
| | |
* | | [svn-r27064] HDFFV-9327: Refactor compiler flags to config file.Allen Byrne2015-05-141-0/+268
| | | | | | | | | | | | Tested: local linux
* | | [svn-r27037] Added other platforms comment to cmd line and quoted use of ↵Allen Byrne2015-05-071-7/+10
| | | | | | | | | | | | directory in option.
* | | [svn-r27015] updated with release changesAllen Byrne2015-05-051-1/+1
| | |
* | | [svn-r27000] Updated and debugged scriptAllen Byrne2015-05-041-1/+1
| | |
* | | [svn-r26953] Remove src temporary debug build props.Allen Byrne2015-04-281-2/+2
| | | | | | | | | | | | Move TOOLS option up before usage.
* | | [svn-r26951] add cygwinAllen Byrne2015-04-281-5/+14
| | |
* | | [svn-r26949] Correct linux separatorsAllen Byrne2015-04-281-11/+11
| | |
* | | [svn-r26944] Match src folder versionAllen Byrne2015-04-281-3/+7
| |/ |/|
* | [svn-r26905] Add user scripts to CMake folderAllen Byrne2015-04-232-0/+442
|/
* [svn-r26852] Correct component matchingAllen Byrne2015-04-201-11/+9
|
* [svn-r26815] Update cmake configuration checksAllen Byrne2015-04-152-74/+0
| | | | Tested: local linux
* [svn-r26778] fix path to configAllen Byrne2015-04-101-2/+2
|
* [svn-r26776] Add missing quote char.Allen Byrne2015-04-101-1/+1
|
* [svn-r26719] Add HL to default componentsAllen Byrne2015-04-031-1/+1
|
* [svn-r26653] Update default settingsAllen Byrne2015-03-301-2/+2
|
* [svn-r26635] Description:Quincey Koziol2015-03-281-4/+0
| | | | | | | | | | | Bring r26651 from autotools_rework branch to trunk: Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
* [svn-r26634] Description:Quincey Koziol2015-03-271-6/+0
| | | | | | | | | | Bring r26550 from autotools_rework branch to trunk: Remove orphaned macro definitions (not attached to anything in the library) Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
* [svn-r26632] Description:Quincey Koziol2015-03-272-13/+0
| | | | | | | | | | | Bring r26549 from autotools_rework branch to trunk: Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
* [svn-r26627] Description:Quincey Koziol2015-03-272-15/+0
| | | | | | | | | | | Bring r26545 from autotools_rework branch to trunk: Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: Linux/32 2.6.8 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
* [svn-r26625] Description:Quincey Koziol2015-03-273-55/+0
| | | | | | | | | | | Bring r26543 from autotools_rework branch to trunk: Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
* [svn-r26623] Description:Quincey Koziol2015-03-273-53/+0
| | | | | | | | | | | Bring r26513 from autotools_rework branch to trunk: Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
* [svn-r26618] Description:Quincey Koziol2015-03-273-27/+0
| | | | | | | | | | | Bring r26511 from autotools_rework branch to trunk: Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working around bugs in the Cray X1 compiler and is no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)