summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Features: Record standards and features for SunPro 5.14Brad King2017-05-032-0/+18
* Merge topic 'port-language-default-to-common-macro'Brad King2017-05-0316-174/+69
|\
| * AppleClang: Use common compiler macros for language standard defaultChuck Atkins2017-05-022-23/+2
| * SunPro: Use common compiler macros for language standard defaultChuck Atkins2017-05-022-11/+16
| * Clang: Use common compiler macros for language standard defaultChuck Atkins2017-05-023-26/+4
| * Intel: Use common compiler macros for language standard defaultChuck Atkins2017-05-023-29/+6
| * GNU: Use common compiler macros for language standard defaultChuck Atkins2017-05-023-26/+4
| * XL: Use common compiler macros for language standard defaultChuck Atkins2017-05-023-59/+37
* | PGI: Fix typo in logic for C standard flagsChuck Atkins2017-05-021-1/+1
|/
* Merge topic 'add-language-standards-to-more-compilers'Brad King2017-05-027-0/+146
|\
| * PGI: Add language standards for PGIChuck Atkins2017-05-013-0/+34
| * Cray: Add language standards for the Cray compilerChuck Atkins2017-05-013-0/+50
| * Compilers: Add common macros to be used by various compilersChuck Atkins2017-05-011-0/+62
* | Features: On SunPro link with language standard compiler flagBrad King2017-05-011-0/+1
|/
* Merge topic 'ipo-clang'Brad King2017-05-012-6/+73
|\
| * Clang IPO (LTO) supportRuslan Baratov2017-04-282-6/+73
* | XL: Add C and C++ language level flagsChuck Atkins2017-04-282-2/+99
|/
* XL: Fix the use of the -qhalt flag for varying OSsChuck Atkins2017-04-272-4/+2
* Autogen: Pass explicit predefines header to moc if possibleAleix Pol2017-04-201-0/+2
* Merge topic 'lang-specific-binutils'Brad King2017-04-052-5/+5
|\
| * Rename CMAKE_GCC_{AR,RANLIB} to CMAKE_LANG_COMPILER_{AR,RANLIB}Ruslan Baratov2017-04-032-5/+5
* | Merge topic 'intel-compile-features'Brad King2017-04-031-1/+3
|\ \ | |/ |/|
| * Features: Update features for Intel C++ 17.0.2 on UNIXBrad King2017-03-311-1/+3
* | Merge topic 'ipo-policy-CMP0069'Brad King2017-03-313-0/+55
|\ \
| * | Implement interprocedural optimization for GNU compilersRuslan Baratov2017-03-303-0/+55
* | | Merge topic 'sdcc-compiler-id'Brad King2017-03-301-2/+8
|\ \ \ | |/ / |/| / | |/
| * SDCC: Fix identification of current sdcc compilerBrad King2017-03-291-2/+8
* | GNU-FindBinUtils: Avoid setting policy CMP0054Brad King2017-03-101-3/+1
* | Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variablesRuslan Baratov2017-03-081-0/+27
* | Merge topic 'cuda-msvc-flags'Brad King2017-02-161-6/+5
|\ \ | |/
| * CUDA: Fix default compiler flags on WindowsBrad King2017-02-151-6/+5
* | Merge topic 'cuda-no-Os'Brad King2017-02-151-1/+1
|\ \ | |/
| * CUDA: Do not use non-existent -Os flag for nvccBrad King2017-02-141-1/+1
* | g++ knows about C++98 selection flags since at least 3.4Rolf Eike Beer2017-02-081-2/+1
|/
* GNU C++: record that -fvisibility-inlines-hidden is available since 4.0Rolf Eike Beer2017-02-021-1/+1
* GNU C: record that C99 is available since at least 3.4Rolf Eike Beer2017-02-022-10/+9
* Features: Update version of Intel Compiler on Windows supporting C 11Brad King2017-02-011-5/+8
* GNUC: also check __GNUG__ define when checking for g++Rolf Eike Beer2017-01-252-0/+15
* Features: activate C++11 support for Clang 3.1+Giel van Schijndel2017-01-122-5/+4
* CUDA: Populate NVIDIA compiler information on WindowsBrad King2017-01-121-13/+17
* CUDA: Detect use of MSVC host compilerBrad King2017-01-121-1/+11
* PGI: Add support for Fortran with the Ninja generatorDaniel Carrera2016-12-161-0/+3
* CUDA: Fix default compiler flag initializationBrad King2016-12-091-5/+5
* Features: Activate C++ 17 support for AppleClang 6.1+Brad King2016-12-021-0/+8
* Features: Activate C++ 17 support for Clang 3.5+Brad King2016-12-021-0/+8
* Features: Activate C++ 17 support for GNU 5.1+Brad King2016-12-021-0/+8
* Features: Add infrastructure for C++ 17 language standardBrad King2016-12-021-0/+1
* Features: Make feature recording conditions more consistentBrad King2016-12-029-16/+24
* Merge topic 'initial_cuda_language_support'Brad King2016-11-292-0/+31
|\
| * CUDA: Refactor CMakeCUDAInformation to prepare for separable compilation.Robert Maynard2016-11-141-0/+5