summaryrefslogtreecommitdiff
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
* Features: Record features for VS 2015 Update 2Brad King2016-04-281-1/+4
* Features: Record standard flags for Intel C/C++ on WindowsBrad King2016-04-282-32/+44
* Features: Record standards and features for Intel C on UNIXRobert Maynard2016-04-282-0/+73
* Features: Specify minimum version Intel C++ 12.1Robert Maynard2016-04-281-22/+18
* Features: Record standards and features for Intel C++ on UNIXLevi Morrison2016-04-282-0/+158
* Merge topic 'asm-includes'Brad King2016-03-291-1/+1
|\
| * ASM: Add missing <INCLUDES> placeholder for "compile" rulesGregor Jasny2016-03-291-1/+1
* | GHS: Implement link flags and dirs for non-target groups (#16029)Geoff Viola2016-03-281-0/+2
* | GHS: Factor out compiler information shared among languagesGeoff Viola2016-03-283-4/+10
|/
* Merge topic 'ghs-try_compile'Brad King2016-03-222-0/+4
|\
| * GHS: Fix try_compile (#15975)Geoff Viola2016-03-212-0/+4
* | Add support for Bruce C Compiler (BCC)Paweł Stankowski2016-03-212-0/+8
|/
* Ninja: Add dependencies on system-provided header files (#14914)Brad King2016-03-154-4/+4
* Features: Clang has no cxx_decltype_incomplete_return_type in MSVC sim modeMariusz Pluciński2016-03-101-1/+3
* Apple: Enable -isystem for GNU Compiler >= 4 (#15953)Gregor Jasny2016-02-071-1/+1
* IAR: Add support for using this compiler with the Ninja generatorJuhani Simola2016-02-032-1/+5
* Record compile features for MinGW Clang on Windows (#15897)Brad King2016-01-111-2/+2
* CrayPrgEnv: Cleanup binaries from implicit compile flag detectionChuck Atkins2015-12-291-2/+5
* CrayPrgEnv: Don't use absolute paths for imlicit librariesChuck Atkins2015-12-181-6/+11
* Merge topic 'detect-cray-wrappers'Brad King2015-12-0916-0/+200
|\
| * Cray: Refactor the Cray platform files to use compiler wrapper checksChuck Atkins2015-12-0916-0/+200
* | Embarcadero: Fix erroneous interpretation of __CODEGEARC_VERSION__.James Johnston2015-12-031-1/+1
|/
* Merge topic 'fix-forced-toolchain-dialect'Brad King2015-11-207-0/+29
|\
| * Project: Guess default standard dialect if compiler was forced (#15852)Brad King2015-11-197-0/+29
* | Add support for the ARM Compiler (arm.com)Joakim Andersson2015-11-025-0/+63
* | Revert topic 'compiler-features-solaris'Brad King2015-10-081-19/+13
* | Features: Fix C++98 flags on Oracle SolarisStudio 12.4 on LinuxBrad King2015-09-301-0/+2
* | Features: Disable support for Oracle SolarisStudio on non-LinuxBrad King2015-09-291-13/+17
* | Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-2/+2
|/
* Project: Don't require computed default dialect if compiler was forced.Stephen Kelly2015-09-227-21/+35
* Project: Determine default language dialect for the compiler.Stephen Kelly2015-09-187-15/+34
* Record compile features for GNU C on Windows (#15727)Brad King2015-09-091-2/+2
* 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