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
/
CMakeDetermineCXXCompiler.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow toolchain suffix without leading dash
Dan McGregor
2023-05-09
1
-1/+1
*
CMakeDetermineCXXCompiler: Avoid if() quoted auto-dereference
Brad King
2023-04-27
1
-3/+3
*
IntelLLVM: Avoid finding not-yet-supported icpx on Windows
Michael Hirsch
2023-01-12
1
-1/+7
*
LCC: Add dedicated support for MCST LCC compiler
makise-homura
2021-10-15
1
-1/+1
*
MINGW: Define variable only when targeting Windows platforms
Brad King
2021-09-17
1
-3/+0
*
Cygwin: Remove redundant definitions of CYGWIN and UNIX variables
Brad King
2021-09-16
1
-2/+0
*
DetermineCompiler: Restore identification of MSVC with no INCLUDE or LIB
Brad King
2021-07-01
1
-1/+2
*
DetermineCompiler: Restore identification of MSVC with no INCLUDE dirs
Brad King
2021-06-29
1
-0/+4
*
BinUtils: Restore toolchain prefix detection from compiler name 'c++'
Lihua Zhao
2021-04-16
1
-1/+1
*
IntelLLVM: Add support for Intel LLVM-based compilers
William R. Dieter
2021-01-28
1
-2/+3
*
BinUtils: prefer bin utils matching the compiler version extension
Thomas Bernard
2021-01-11
1
-1/+2
*
Merge topic 'xcode-compiler-id-path'
Brad King
2020-11-13
1
-1/+1
|
\
|
*
Xcode: Extract CMAKE_<LANG>_COMPILER from compiler id with multiple archs
Brad King
2020-11-12
1
-1/+1
*
|
Clang: Implement CMAKE_${LANG}_COMPILER_TARGET for all variants on windows
Thomas Bernard
2020-09-11
1
-1/+1
*
|
clang: Fix the typo for CMAKE_CXX_COMPILER_ID_TEST_FLAGS
Thomas Bernard
2020-08-18
1
-1/+1
*
|
Merge topic 'compiler_flags'
Brad King
2020-08-06
1
-1/+1
|
\
\
|
*
|
Toolchain: Capture all arguments from CMAKE_<LANG>_COMPILER
Fred Baksik
2020-07-23
1
-1/+1
|
|
/
*
|
Detect the correct target architecture for clang compilers.
Thomas Bernard
2020-07-28
1
-0/+4
|
/
*
Update links to gitlab.kitware.com repos to add `-/`
Brad King
2020-05-26
1
-1/+1
*
Compilers: Add paths from -print-sysroot to system prefix path
Robert Maynard
2020-04-14
1
-0/+10
*
DetermineCompiler: Relax _CMAKE_TOOLCHAIN_PREFIX detection
Robert Maynard
2020-03-30
1
-1/+1
*
clang: Work around toolchain file use of internal CMake variables
Brad King
2019-08-05
1
-0/+16
*
Merge topic 'clang-gnulike-support'
Brad King
2019-05-29
1
-1/+0
|
\
|
*
clang: introduce CMAKE_<lang>_COMPILER_FRONTEND_VARIANT
Zsolt Parragi
2019-05-17
1
-1/+0
*
|
ARMClang: Add support for Clang-based ARM compiler
Johan Stridkvist
2019-05-14
1
-0/+3
|
/
*
MinGW: Fix locating BinUtils when compiler has a suffix
Regina Pfeifer
2019-02-06
1
-1/+2
*
Apple: Introduce separate system name for iOS, tvOS, and watchOS
Gregor Jasny
2019-02-04
1
-1/+1
*
GHS: Add Compiler ID detection
Fred Baksik
2019-01-16
1
-0/+1
*
QNX: Compiler and feature detection fixes
Cristian Adam
2018-12-03
1
-2/+2
*
Xcode: Detect architecture(s) using ARCHS instead of CURRENT_ARCH
Brad King
2018-06-18
1
-3/+3
*
CMakeFindBinUtils: Improve switch between MSVC- and GNU-like tools
Brad King
2017-11-28
1
-1/+1
*
Clang: Diagnose unsupported GNU-like clang targeting MSVC ABI
Brad King
2017-10-10
1
-0/+1
*
IAR: Improve support for IAR ARM Compiler
Norbert Lange
2017-06-29
1
-0/+3
*
Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variable
Norbert Lange
2017-06-29
1
-0/+7
*
Xcode: Detect CURRENT_ARCH for use by generator
Brad King
2017-03-31
1
-0/+5
*
Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variables
Ruslan Baratov
2017-03-08
1
-0/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
issues: update references to the CMake issue tracker
Ben Boeckel
2016-08-15
1
-1/+1
*
Modules: Rename internal platform-specific compiler determination modules
Brad King
2016-06-02
1
-0/+1
*
Replace http://www.cmake.org URLs with https://cmake.org
Brad King
2015-09-25
1
-1/+1
*
Ninja: Detect MSVC /showIncludes prefix with compiler flags (#15596)
Brad King
2015-09-18
1
-1/+0
*
Merge topic 'determine-compiler-CMP0054'
Brad King
2015-08-21
1
-3/+4
|
\
|
*
CMakeDetermine{C,CXX}Compiler: Avoid if() auto-dereferene in quoted arguments
Matt McCormick
2015-08-20
1
-3/+4
*
|
CMakeDetermineCompilerId: Use per-language regex to match Xcode compiler tool
Brad King
2015-06-30
1
-0/+8
*
|
CMakeDetermineCompilerId: Optionally try some flags before no flags
Brad King
2015-06-18
1
-0/+1
|
/
*
Merge topic 'fix-clang-cross-compile-find-binutils'
Brad King
2014-09-08
1
-1/+3
|
\
|
*
Fix finding binutils when cross-compiling with Clang
Brad King
2014-09-05
1
-1/+3
*
|
Replace MATCHES ".+" tests with NOT STREQUAL ""
Rolf Eike Beer
2014-04-14
1
-1/+1
*
|
Remove .* expressions from beginning and end of MATCHES regexs
Rolf Eike Beer
2014-04-14
1
-1/+1
|
/
*
Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possible
Brad King
2014-03-10
1
-0/+1
[next]