index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
Compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Features: Record standards and features for SunPro 5.14
Brad King
2017-05-03
2
-0/+18
*
Merge topic 'port-language-default-to-common-macro'
Brad King
2017-05-03
16
-174/+69
|
\
|
*
AppleClang: Use common compiler macros for language standard default
Chuck Atkins
2017-05-02
2
-23/+2
|
*
SunPro: Use common compiler macros for language standard default
Chuck Atkins
2017-05-02
2
-11/+16
|
*
Clang: Use common compiler macros for language standard default
Chuck Atkins
2017-05-02
3
-26/+4
|
*
Intel: Use common compiler macros for language standard default
Chuck Atkins
2017-05-02
3
-29/+6
|
*
GNU: Use common compiler macros for language standard default
Chuck Atkins
2017-05-02
3
-26/+4
|
*
XL: Use common compiler macros for language standard default
Chuck Atkins
2017-05-02
3
-59/+37
*
|
PGI: Fix typo in logic for C standard flags
Chuck Atkins
2017-05-02
1
-1/+1
|
/
*
Merge topic 'add-language-standards-to-more-compilers'
Brad King
2017-05-02
7
-0/+146
|
\
|
*
PGI: Add language standards for PGI
Chuck Atkins
2017-05-01
3
-0/+34
|
*
Cray: Add language standards for the Cray compiler
Chuck Atkins
2017-05-01
3
-0/+50
|
*
Compilers: Add common macros to be used by various compilers
Chuck Atkins
2017-05-01
1
-0/+62
*
|
Features: On SunPro link with language standard compiler flag
Brad King
2017-05-01
1
-0/+1
|
/
*
Merge topic 'ipo-clang'
Brad King
2017-05-01
2
-6/+73
|
\
|
*
Clang IPO (LTO) support
Ruslan Baratov
2017-04-28
2
-6/+73
*
|
XL: Add C and C++ language level flags
Chuck Atkins
2017-04-28
2
-2/+99
|
/
*
XL: Fix the use of the -qhalt flag for varying OSs
Chuck Atkins
2017-04-27
2
-4/+2
*
Autogen: Pass explicit predefines header to moc if possible
Aleix Pol
2017-04-20
1
-0/+2
*
Merge topic 'lang-specific-binutils'
Brad King
2017-04-05
2
-5/+5
|
\
|
*
Rename CMAKE_GCC_{AR,RANLIB} to CMAKE_LANG_COMPILER_{AR,RANLIB}
Ruslan Baratov
2017-04-03
2
-5/+5
*
|
Merge topic 'intel-compile-features'
Brad King
2017-04-03
1
-1/+3
|
\
\
|
|
/
|
/
|
|
*
Features: Update features for Intel C++ 17.0.2 on UNIX
Brad King
2017-03-31
1
-1/+3
*
|
Merge topic 'ipo-policy-CMP0069'
Brad King
2017-03-31
3
-0/+55
|
\
\
|
*
|
Implement interprocedural optimization for GNU compilers
Ruslan Baratov
2017-03-30
3
-0/+55
*
|
|
Merge topic 'sdcc-compiler-id'
Brad King
2017-03-30
1
-2/+8
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
SDCC: Fix identification of current sdcc compiler
Brad King
2017-03-29
1
-2/+8
*
|
GNU-FindBinUtils: Avoid setting policy CMP0054
Brad King
2017-03-10
1
-3/+1
*
|
Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variables
Ruslan Baratov
2017-03-08
1
-0/+27
*
|
Merge topic 'cuda-msvc-flags'
Brad King
2017-02-16
1
-6/+5
|
\
\
|
|
/
|
*
CUDA: Fix default compiler flags on Windows
Brad King
2017-02-15
1
-6/+5
*
|
Merge topic 'cuda-no-Os'
Brad King
2017-02-15
1
-1/+1
|
\
\
|
|
/
|
*
CUDA: Do not use non-existent -Os flag for nvcc
Brad King
2017-02-14
1
-1/+1
*
|
g++ knows about C++98 selection flags since at least 3.4
Rolf Eike Beer
2017-02-08
1
-2/+1
|
/
*
GNU C++: record that -fvisibility-inlines-hidden is available since 4.0
Rolf Eike Beer
2017-02-02
1
-1/+1
*
GNU C: record that C99 is available since at least 3.4
Rolf Eike Beer
2017-02-02
2
-10/+9
*
Features: Update version of Intel Compiler on Windows supporting C 11
Brad King
2017-02-01
1
-5/+8
*
GNUC: also check __GNUG__ define when checking for g++
Rolf Eike Beer
2017-01-25
2
-0/+15
*
Features: activate C++11 support for Clang 3.1+
Giel van Schijndel
2017-01-12
2
-5/+4
*
CUDA: Populate NVIDIA compiler information on Windows
Brad King
2017-01-12
1
-13/+17
*
CUDA: Detect use of MSVC host compiler
Brad King
2017-01-12
1
-1/+11
*
PGI: Add support for Fortran with the Ninja generator
Daniel Carrera
2016-12-16
1
-0/+3
*
CUDA: Fix default compiler flag initialization
Brad King
2016-12-09
1
-5/+5
*
Features: Activate C++ 17 support for AppleClang 6.1+
Brad King
2016-12-02
1
-0/+8
*
Features: Activate C++ 17 support for Clang 3.5+
Brad King
2016-12-02
1
-0/+8
*
Features: Activate C++ 17 support for GNU 5.1+
Brad King
2016-12-02
1
-0/+8
*
Features: Add infrastructure for C++ 17 language standard
Brad King
2016-12-02
1
-0/+1
*
Features: Make feature recording conditions more consistent
Brad King
2016-12-02
9
-16/+24
*
Merge topic 'initial_cuda_language_support'
Brad King
2016-11-29
2
-0/+31
|
\
|
*
CUDA: Refactor CMakeCUDAInformation to prepare for separable compilation.
Robert Maynard
2016-11-14
1
-0/+5
[prev]
[next]