| Commit message (Expand) | Author | Age | Files | Lines |
* | CUDA: Add support language levels (98/11) | Robert Maynard | 2016-11-14 | 1 | -6/+7 |
|
|
* | CUDA: Add basic CUDA language support for *NIX systems. | Robert Maynard | 2016-11-14 | 2 | -0/+23 |
|
|
* | Merge topic 'intel-compile-features' | Brad King | 2016-11-11 | 1 | -1/+1 |
|\ |
|
| * | Features: Detect Intel C++14 mode more reliably | Brad King | 2016-11-10 | 1 | -1/+1 |
|
|
* | | Features: Fix standards and features for Intel 15 on Windows | Brad King | 2016-11-10 | 2 | -13/+19 |
|/ |
|
* | Merge topic 'compile-features-for-language-standards' | Brad King | 2016-11-03 | 10 | -63/+36 |
|\ |
|
| * | Features: Add meta-features requesting awareness of a particular standard | Brad King | 2016-11-02 | 1 | -0/+5 |
|
|
| * | Features: Centralize per-compiler recording macros | Brad King | 2016-11-02 | 10 | -63/+29 |
|
|
| * | Features: Do not record features on MSVC < 2010 | Brad King | 2016-11-02 | 1 | -1/+3 |
|
|
* | | Features: Fix Intel cxx_attributes existence condition | Brad King | 2016-11-03 | 1 | -1/+1 |
|/ |
|
* | Features: Record features for Intel Compiler on Windows | Brad King | 2016-10-27 | 4 | -18/+7 |
|
|
* | Features: Port Intel CXX features to test macros where possible | Brad King | 2016-10-27 | 1 | -18/+31 |
|
|
* | Features: Unset Intel CXX feature temporaries | Brad King | 2016-10-27 | 1 | -0/+10 |
|
|
* | Intel: Remove incorrect C++98 standard compiler flag on Windows | Brad King | 2016-10-27 | 1 | -5/+6 |
|
|
* | Intel: Fix compiler C++98 standard flag on Windows | Brad King | 2016-10-26 | 1 | -1/+5 |
|
|
* | Features: Record features for Intel C++ 17 on UNIX | Brad King | 2016-10-26 | 1 | -3/+3 |
|
|
* | Intel: Fix compiler extension flags on Windows | Brad King | 2016-10-24 | 2 | -6/+12 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 8 | -96/+17 |
|
|
* | Ninja: Add explicit preprocessing step for Fortran | Brad King | 2016-09-22 | 3 | -0/+9 |
|
|
* | Features: Record features for VS 15 Preview 4 | Brad King | 2016-09-06 | 1 | -0/+3 |
|
|
* | issues: update references to the CMake issue tracker | Ben Boeckel | 2016-08-15 | 1 | -2/+3 |
|
|
* | NAG: Use -PIC for Fortran position-independent executable code | Neil Carlson | 2016-08-09 | 1 | -0/+1 |
|
|
* | Merge topic 'update-cle-version-info' | Brad King | 2016-08-08 | 1 | -0/+2 |
|\ |
|
| * | CrayLinuxEnvironment: Add alternative methods to get version info | Chuck Atkins | 2016-08-05 | 1 | -0/+2 |
|
|
* | | Merge topic 'gcc-fvisibility-version' | Brad King | 2016-08-03 | 1 | -1/+1 |
|\ \ |
|
| * | | GNU: Use -fvisibility on GCC 4.0 and 4.1 too | Brad King | 2016-08-02 | 1 | -1/+1 |
|
|
* | | | Merge topic 'intel-gnu11-support' | Brad King | 2016-08-03 | 1 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Intel-C: standard flags are also supported in 12.0 | Ben Boeckel | 2016-08-02 | 1 | -1/+1 |
|
|
| * | | Intel-C: support gnu89 and gnu99 extension flags | Ben Boeckel | 2016-08-02 | 1 | -2/+2 |
|
|
| * | | Intel-C: declare support for gnu11 | Ben Boeckel | 2016-08-02 | 1 | -1/+1 |
| |/ |
|
* | | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -1/+1 |
|
|
* | | Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files | Brad King | 2016-07-06 | 26 | -103/+103 |
|
|
* | | Intel: Do not use GNU-like flags on Windows | Brad King | 2016-07-05 | 5 | -24/+54 |
|/ |
|
* | Compiler/TI: Pass libraries as last part to linker | Alexander Stein | 2016-06-02 | 1 | -1/+1 |
|
|
* | GHS: Use shorter object file names on collision | Geoff Viola | 2016-05-18 | 2 | -0/+2 |
|
|
* | Features: Record features for VS 2015 Update 2 | Brad King | 2016-04-28 | 1 | -1/+4 |
|
|
* | Features: Record standard flags for Intel C/C++ on Windows | Brad King | 2016-04-28 | 2 | -32/+44 |
|
|
* | Features: Record standards and features for Intel C on UNIX | Robert Maynard | 2016-04-28 | 2 | -0/+73 |
|
|
* | Features: Specify minimum version Intel C++ 12.1 | Robert Maynard | 2016-04-28 | 1 | -22/+18 |
|
|
* | Features: Record standards and features for Intel C++ on UNIX | Levi Morrison | 2016-04-28 | 2 | -0/+158 |
|
|
* | Merge topic 'asm-includes' | Brad King | 2016-03-29 | 1 | -1/+1 |
|\ |
|
| * | ASM: Add missing <INCLUDES> placeholder for "compile" rules | Gregor Jasny | 2016-03-29 | 1 | -1/+1 |
|
|
* | | GHS: Implement link flags and dirs for non-target groups (#16029) | Geoff Viola | 2016-03-28 | 1 | -0/+2 |
|
|
* | | GHS: Factor out compiler information shared among languages | Geoff Viola | 2016-03-28 | 3 | -4/+10 |
|/ |
|
* | Merge topic 'ghs-try_compile' | Brad King | 2016-03-22 | 2 | -0/+4 |
|\ |
|
| * | GHS: Fix try_compile (#15975) | Geoff Viola | 2016-03-21 | 2 | -0/+4 |
|
|
* | | Add support for Bruce C Compiler (BCC) | Paweł Stankowski | 2016-03-21 | 2 | -0/+8 |
|/ |
|
* | Ninja: Add dependencies on system-provided header files (#14914) | Brad King | 2016-03-15 | 4 | -4/+4 |
|
|
* | Features: Clang has no cxx_decltype_incomplete_return_type in MSVC sim mode | Mariusz Pluciński | 2016-03-10 | 1 | -1/+3 |
|
|
* | Apple: Enable -isystem for GNU Compiler >= 4 (#15953) | Gregor Jasny | 2016-02-07 | 1 | -1/+1 |
|
|