summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
* GNU-DetermineCompiler: Add support for very old versions of GCCKars de Jong2015-08-131-1/+3
* Cray: Fix compiler version detection (#15664)Justin Cook2015-07-301-1/+1
* Merge topic 'vs-compiler-feature-2015-update'Brad King2015-07-221-5/+5
|\
| * Features: Update MSVC features for VS 2015 RTMBrad King2015-07-211-5/+5
* | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-1320-40/+40
* | AppleClang: Use modern C++14 standard flags for Apple Clang 6.1Brad King2015-07-091-1/+4
* | XL: Drop -qalias=noansi from default C flagsBrad King2015-07-022-4/+2
* | Add support for Concurrent Fortran 77 CompilerBrad King2015-06-181-0/+1
|/
* Add a 'Green Hills MULTI' generator on WindowsGeoff Viola2015-04-203-0/+64
* Features: VS 2013 Update 3 supports initializer lists (#15494)Brad King2015-04-061-6/+11
* GNU: Do not use -isystem with gfortranBrad King2015-03-261-0/+3
* SunPro: Drop non-existent -KPIE flagSteven Vancoillie2015-03-232-2/+0
* SunPro: Add position independent code flag for Fortran compilerSteven Vancoillie2015-03-201-0/+1
* Record compile features for GNU on Windows (#15443)Brad King2015-03-171-2/+2
* 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
| |/