summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCXXCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* Allow toolchain suffix without leading dashDan McGregor2023-05-081-1/+1
* CMakeDetermineCXXCompiler: Avoid if() quoted auto-dereferenceBrad King2023-04-271-3/+3
* IntelLLVM: Avoid finding not-yet-supported icpx on WindowsMichael Hirsch2023-01-121-1/+7
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
* MINGW: Define variable only when targeting Windows platformsBrad King2021-09-171-3/+0
* Cygwin: Remove redundant definitions of CYGWIN and UNIX variablesBrad King2021-09-161-2/+0
* DetermineCompiler: Restore identification of MSVC with no INCLUDE or LIBBrad King2021-07-011-1/+2
* DetermineCompiler: Restore identification of MSVC with no INCLUDE dirsBrad King2021-06-291-0/+4
* BinUtils: Restore toolchain prefix detection from compiler name 'c++'Lihua Zhao2021-04-161-1/+1
* IntelLLVM: Add support for Intel LLVM-based compilersWilliam R. Dieter2021-01-281-2/+3
* BinUtils: prefer bin utils matching the compiler version extensionThomas Bernard2021-01-111-1/+2
* Merge topic 'xcode-compiler-id-path'Brad King2020-11-131-1/+1
|\
| * Xcode: Extract CMAKE_<LANG>_COMPILER from compiler id with multiple archsBrad King2020-11-121-1/+1
* | Clang: Implement CMAKE_${LANG}_COMPILER_TARGET for all variants on windowsThomas Bernard2020-09-111-1/+1
* | clang: Fix the typo for CMAKE_CXX_COMPILER_ID_TEST_FLAGSThomas Bernard2020-08-181-1/+1
* | Merge topic 'compiler_flags'Brad King2020-08-061-1/+1
|\ \
| * | Toolchain: Capture all arguments from CMAKE_<LANG>_COMPILERFred Baksik2020-07-231-1/+1
| |/
* | Detect the correct target architecture for clang compilers.Thomas Bernard2020-07-281-0/+4
|/
* Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-261-1/+1
* Compilers: Add paths from -print-sysroot to system prefix pathRobert Maynard2020-04-141-0/+10
* DetermineCompiler: Relax _CMAKE_TOOLCHAIN_PREFIX detectionRobert Maynard2020-03-301-1/+1
* clang: Work around toolchain file use of internal CMake variablesBrad King2019-08-051-0/+16
* Merge topic 'clang-gnulike-support'Brad King2019-05-291-1/+0
|\
| * clang: introduce CMAKE_<lang>_COMPILER_FRONTEND_VARIANTZsolt Parragi2019-05-171-1/+0
* | ARMClang: Add support for Clang-based ARM compilerJohan Stridkvist2019-05-141-0/+3
|/
* MinGW: Fix locating BinUtils when compiler has a suffixRegina Pfeifer2019-02-061-1/+2
* Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-041-1/+1
* GHS: Add Compiler ID detectionFred Baksik2019-01-161-0/+1
* QNX: Compiler and feature detection fixesCristian Adam2018-12-031-2/+2
* Xcode: Detect architecture(s) using ARCHS instead of CURRENT_ARCHBrad King2018-06-181-3/+3
* CMakeFindBinUtils: Improve switch between MSVC- and GNU-like toolsBrad King2017-11-281-1/+1
* Clang: Diagnose unsupported GNU-like clang targeting MSVC ABIBrad King2017-10-101-0/+1
* IAR: Improve support for IAR ARM CompilerNorbert Lange2017-06-291-0/+3
* Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variableNorbert Lange2017-06-291-0/+7
* Xcode: Detect CURRENT_ARCH for use by generatorBrad King2017-03-311-0/+5
* Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variablesRuslan Baratov2017-03-091-0/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* issues: update references to the CMake issue trackerBen Boeckel2016-08-151-1/+1
* Modules: Rename internal platform-specific compiler determination modulesBrad King2016-06-021-0/+1
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
* Ninja: Detect MSVC /showIncludes prefix with compiler flags (#15596)Brad King2015-09-181-1/+0
* Merge topic 'determine-compiler-CMP0054'Brad King2015-08-211-3/+4
|\
| * CMakeDetermine{C,CXX}Compiler: Avoid if() auto-dereferene in quoted argumentsMatt McCormick2015-08-201-3/+4
* | CMakeDetermineCompilerId: Use per-language regex to match Xcode compiler toolBrad King2015-06-301-0/+8
* | CMakeDetermineCompilerId: Optionally try some flags before no flagsBrad King2015-06-181-0/+1
|/
* Merge topic 'fix-clang-cross-compile-find-binutils'Brad King2014-09-081-1/+3
|\
| * Fix finding binutils when cross-compiling with ClangBrad King2014-09-051-1/+3
* | Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-141-1/+1
* | Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-1/+1
|/
* Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possibleBrad King2014-03-101-0/+1