summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'compile-features-for-language-standards'Brad King2016-11-0310-63/+36
|\
| * Features: Add meta-features requesting awareness of a particular standardBrad King2016-11-021-0/+5
| * Features: Centralize per-compiler recording macrosBrad King2016-11-0210-63/+29
| * Features: Do not record features on MSVC < 2010Brad King2016-11-021-1/+3
* | Features: Fix Intel cxx_attributes existence conditionBrad King2016-11-031-1/+1
|/
* Features: Record features for Intel Compiler on WindowsBrad King2016-10-274-18/+7
* Features: Port Intel CXX features to test macros where possibleBrad King2016-10-271-18/+31
* Features: Unset Intel CXX feature temporariesBrad King2016-10-271-0/+10
* Intel: Remove incorrect C++98 standard compiler flag on WindowsBrad King2016-10-271-5/+6
* Intel: Fix compiler C++98 standard flag on WindowsBrad King2016-10-261-1/+5
* Features: Record features for Intel C++ 17 on UNIXBrad King2016-10-261-3/+3
* Intel: Fix compiler extension flags on WindowsBrad King2016-10-242-6/+12
* Simplify CMake per-source license noticesBrad King2016-09-278-96/+17
* Ninja: Add explicit preprocessing step for FortranBrad King2016-09-223-0/+9
* Features: Record features for VS 15 Preview 4Brad King2016-09-061-0/+3
* 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
|\