summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
* issues: update references to the CMake issue trackerBen Boeckel2016-08-151-2/+3
* NAG: Use -PIC for Fortran position-independent executable codeNeil Carlson2016-08-091-0/+1
* Merge topic 'update-cle-version-info'Brad King2016-08-081-0/+2
|\
| * CrayLinuxEnvironment: Add alternative methods to get version infoChuck Atkins2016-08-051-0/+2
* | Merge topic 'gcc-fvisibility-version'Brad King2016-08-031-1/+1
|\ \
| * | GNU: Use -fvisibility on GCC 4.0 and 4.1 tooBrad King2016-08-021-1/+1
* | | Merge topic 'intel-gnu11-support'Brad King2016-08-031-4/+4
|\ \ \ | |/ / |/| |
| * | Intel-C: standard flags are also supported in 12.0Ben Boeckel2016-08-021-1/+1
| * | Intel-C: support gnu89 and gnu99 extension flagsBen Boeckel2016-08-021-2/+2
| * | Intel-C: declare support for gnu11Ben Boeckel2016-08-021-1/+1
| |/
* | Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-1/+1
* | Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain filesBrad King2016-07-0626-103/+103
* | Intel: Do not use GNU-like flags on WindowsBrad King2016-07-055-24/+54
|/
* Compiler/TI: Pass libraries as last part to linkerAlexander Stein2016-06-021-1/+1
* GHS: Use shorter object file names on collisionGeoff Viola2016-05-182-0/+2
* 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
|\