summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-C-standard-features'Brad King2015-02-0510-13/+26
|\
| * Features: Fix C90 feature detection.Stephen Kelly2015-02-043-3/+3
| * Features: Populate CMAKE_<LANG>_STANDARD_DEFAULT only for supported compilers.Stephen Kelly2015-02-047-8/+21
| * AppleClang: Remove redundant UNIX condition.Stephen Kelly2015-02-042-2/+2
* | Features: Update GNU 5.0 C++14 features.Stephen Kelly2015-01-311-0/+2
|/
* Features: Record for MSVC 2010-2015Robert Maynard2015-01-302-0/+112
* Merge topic 'GNU-4.4-compile-features'Brad King2015-01-221-3/+10
|\
| * Features: Fix GNU 4.4 and 4.5 C standard level flagsBrad King2015-01-211-3/+10
* | Merge topic 'GNU-4.4-compile-features'Brad King2015-01-194-14/+11
|\ \ | |/
| * Features: Record for GNU 4.4.Stephen Kelly2015-01-184-13/+11
| * Features: Remove outdated comment.Stephen Kelly2015-01-171-1/+0
* | Features: Record for SolarisStudio 12.4.Stephen Kelly2015-01-172-0/+73
|/
* Features: Record for GNU 4.6.Stephen Kelly2015-01-154-6/+6
* Features: Test __GXX_EXPERIMENTAL_CXX0X__ macro for GNU < 4.7 compatibility.Stephen Kelly2015-01-151-7/+12
* Features: Don't test __cplusplus value for CXX98 on GNU.Stephen Kelly2015-01-151-1/+1
* Features: Test an old value of __STDC_VERSION__ for GNU < 4.7 compatibility.Stephen Kelly2015-01-151-1/+6
* Features: Record C/CXX dialect flags for GNU 4.6.Stephen Kelly2015-01-152-2/+10
* Features: Remove wrong content from else() condition.Stephen Kelly2015-01-151-1/+1
* Features: Make cxx_noexcept available from GNU 4.6.Stephen Kelly2015-01-151-1/+1
* Features: Ensure appropriate return value from feature test macros.Stephen Kelly2015-01-156-12/+5
* Merge topic 'Xcode-clang-compile-features'Brad King2015-01-154-17/+44
|\
| * Features: Record for historical Xcode clang versions.Stephen Kelly2015-01-114-15/+39
| * Features: Record dialect flags for AppleClang 4.0+.Stephen Kelly2015-01-112-2/+5
* | Merge topic 'revert-feature_record_msvc'Brad King2015-01-152-120/+0
|\ \
| * | Revert topic 'feature_record_msvc'Brad King2015-01-142-120/+0
* | | Record compile features for GNU on Apple.Stephen Kelly2015-01-112-3/+3
* | | Merge topic 'feature_record_msvc'Brad King2015-01-112-0/+120
|\ \ \ | |/ /
| * | Features: Record for MSVC C++ 2015 and MSVC C 2010-2015.Robert Maynard2015-01-112-16/+71
| * | Features: Record for MSVC 2010-2013.Stephen Kelly2015-01-111-0/+65
| |/
* | Features: Record cxx_variable_templates for GNU 5.0.Stephen Kelly2015-01-011-0/+7
|/
* Oracle/Sun: Fix Fortran preprocessor rule generationBrad King2014-12-231-1/+1
* Features: Record for AppleClang 5.1Stephen Kelly2014-12-224-0/+104
* Merge topic 'C-features-Wundef'Brad King2014-11-262-4/+4
|\
| * WCDH: Make the header -Wundef safe for the C language.Stephen Kelly2014-11-252-4/+4
* | Merge topic 'fix-GNU-CXX-dialect-versions'Brad King2014-11-251-4/+3
|\ \
| * | Features: Record C++11 dialect switch only for GNU 4.7 and later.Stephen Kelly2014-11-191-4/+3
| |/
* | Merge branch 'default-lang-dialect' into step2Stephen Kelly2014-11-202-5/+12
|\ \
| * | Features: Fix the default C dialect for Clang and GNU.Stephen Kelly2014-11-202-3/+10
| * | Features: Fix references to CXX compiler version in Clang-C.cmake.Stephen Kelly2014-11-181-2/+2
| |/
* | Avoid if() quoted auto-dereference when checking for "MSVC"Fraser Hutchison2014-11-193-4/+4
* | Merge topic 'no-AppleClang-C-features'Brad King2014-11-131-1/+2
|\ \ | |/
| * Features: Don't record for AppleClangStephen Kelly2014-11-121-1/+2
* | Features: Run GNU feature tests with std=c++14 when available.Stephen Kelly2014-11-121-1/+4
* | Features: Use the correct dialect flag when recording features.Stephen Kelly2014-11-124-16/+16
* | Features: Reorder the GNU C dialect feature testsStephen Kelly2014-11-121-2/+2
* | Features: Split the Clang testable features to a separate file.Stephen Kelly2014-11-112-53/+55
* | Makefile: Add assembly and preprocessed targets for FortranTim Gallagher2014-11-106-11/+10
|/
* Clang: Enable c++14 dialect flag with Clang 3.5.Stephen Kelly2014-09-171-1/+4
* Clang: Don't overwrite c++11 compile option value with c++14 flag.Stephen Kelly2014-09-171-2/+2
* Add Fujitsu compiler detectionErik Lindahl2014-08-111-0/+2