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
*
Merge topic 'intel-compile-features'
Brad King
2019-01-28
1
-1/+1
|
\
|
*
Intel: Record support for relaxed constexpr by version 18.0.5
Brad King
2019-01-25
1
-1/+1
|
*
Merge branch 'flang-preprocess-source' into release-3.13
Brad King
2018-10-29
1
-1/+1
|
|
\
|
*
\
Merge branch 'qccDepfile' into release-3.13
Brad King
2018-10-29
1
-1/+1
|
|
\
\
*
|
|
|
CMakeDetermineCompilerABI: pass verbose flag during compilation
Brad King
2019-01-21
1
-0/+1
*
|
|
|
GHS: Add Compiler ID detection
Fred Baksik
2019-01-16
1
-4/+7
*
|
|
|
GHS: Use the correct compiler flags for CMAKE_BUILD_TYPE
Fred Baksik
2019-01-16
2
-44/+0
*
|
|
|
GHS: Update the link line processing
Fred Baksik
2019-01-16
1
-2/+2
*
|
|
|
GHS: Place build system outputs per target output directives
Fred Baksik
2019-01-16
1
-1/+1
*
|
|
|
IAR: Update compiler modules to support AVR systems
Ethan Slattery
2019-01-15
4
-2/+75
*
|
|
|
XL: Move '-bE' flag earlier so it can be overridden
Rob Boehne
2019-01-10
1
-1/+1
*
|
|
|
PIE link options: Update strategy to fix performance regression
Marc Chevrier
2018-12-19
7
-37/+11
*
|
|
|
QNX: Compiler and feature detection fixes
Cristian Adam
2018-12-03
4
-0/+8
*
|
|
|
POSITION_INDEPENDENT_CODE: Manage link flags for executables
Marc Chevrier
2018-11-11
7
-0/+48
*
|
|
|
POSITION_INDEPENDENT_CODE: Fix erroneous '-fPIE' flag for Sun Studio
Marc Chevrier
2018-11-08
3
-0/+3
*
|
|
|
Merge topic 'flang-preprocess-source'
Brad King
2018-10-30
1
-1/+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Flang: Fix command-line used to preprocess sources
Brad King
2018-10-29
1
-1/+1
*
|
|
|
Merge topic 'qccDepfile'
Brad King
2018-10-30
1
-1/+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
QNX: Update qcc depfile flags to be compliant with ccache
Maikel van den Hurk
2018-10-29
1
-1/+1
|
|
/
*
|
Autogen: Add clang --target= flag to compiler predefines command
Brad King
2018-10-05
1
-0/+8
|
/
*
IAR: Abort if compiler version or target architecture is not detected
Daniel Schürmann
2018-09-10
3
-0/+14
*
Merge topic 'cmake_lang_compiler_predefines'
Brad King
2018-08-30
3
-3/+21
|
\
|
*
Respect CMAKE_<LANG>_COMPILER_ARG1 in CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND
Sebastian Holtermann
2018-08-28
3
-3/+21
*
|
Cray: Record C++14 compiler mode options
Kelly (KT) Thompson
2018-08-24
1
-0/+4
|
/
*
Merge topic 'nag-fortran-rsp'
Brad King
2018-08-06
1
-0/+1
|
\
|
*
NAG: Pass response files through front-end to the linker
Brad King
2018-08-01
1
-0/+1
*
|
XL: Use -qpic for position independent executables
Brad King
2018-08-01
1
-0/+1
|
/
*
Merge topic 'intel-std-fix'
Brad King
2018-07-13
2
-8/+10
|
\
|
*
Intel: Fix incorrectly documented extension flags
Christian Pfeiffer
2018-07-12
2
-8/+10
*
|
Merge topic 'qnx_fix'
Brad King
2018-07-12
1
-0/+2
|
\
\
|
*
|
QNX: Fix autogen compiler predefines detection
Cristian Adam
2018-07-11
1
-0/+2
|
|
/
*
|
LINK_OPTIONS: Add support of "LINKER:" prefix
Marc Chevrier
2018-06-06
17
-0/+45
|
/
*
Features: Add special case to disable relaxed constexpr for Intel 18
Brad King
2018-06-04
1
-1/+1
*
Merge topic 'fix-ti-c-standard'
Brad King
2018-06-04
1
-0/+6
|
\
|
*
TI: Add support for C language standards
Arnaud Gelas
2018-06-04
1
-0/+6
*
|
Move GNU COMPILER_PREDEFINES_COMMAND from Platform to Compiler
Sebastian Holtermann
2018-06-01
1
-0/+2
|
/
*
CUDA: Add compiler detection for CUDA < 7.5
Henry Schreiner
2018-04-23
1
-3/+5
*
SunPro,XL: Add depfile flags to support Ninja generator
Ephi Sinowitz
2018-04-17
3
-0/+6
*
Merge topic 'clang-cl-std'
Brad King
2018-04-13
1
-5/+42
|
\
|
*
Clang: Add standard flags support when simulating MSVC
Ruben Van Boxem
2018-04-11
1
-0/+21
|
*
Clang: Avoid extra C++ feature detection when simulating MSVC
Brad King
2018-04-11
1
-0/+15
|
*
Clang: Refactor standard flags logic when simulating MSVC
Brad King
2018-04-11
1
-5/+6
*
|
Merge topic 'features-msvc-2017'
Brad King
2018-04-12
1
-21/+15
|
\
\
|
|
/
|
/
|
|
*
Features: Record for VS 2017 through 15.6
Daniel Filipe
2018-04-11
1
-21/+15
*
|
Android: Do not pass non-existent Clang -std flags
Brad King
2018-04-02
1
-2/+9
*
|
Merge topic 'features-c++20'
Brad King
2018-04-02
4
-2/+36
|
\
\
|
*
|
Features: Activate C++ 20 support for Clang 5.0+
Brad King
2018-03-27
1
-0/+5
|
*
|
Features: Activate C++ 20 support for GNU 8.0+
Brad King
2018-03-27
1
-0/+5
|
*
|
Features: Activate C++ 20 support for MSVC 19.12.25835+
Brad King
2018-03-27
1
-0/+4
|
*
|
Features: Add infrastructure for C++ 20 language standard
Brad King
2018-03-27
3
-0/+14
[next]