| Commit message (Expand) | Author | Age | Files | Lines |
* | try_compile: Improve error message when a file cannot be removed | Brad King | 2021-04-15 | 1 | -5/+9 |
|
|
* | ISPC: Generated Headers suffix configurable with a better default | Robert Maynard | 2020-12-14 | 1 | -0/+2 |
|
|
* | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 1 | -0/+2 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -31/+30 |
|
|
* | Add ISPC compiler support to CMake | Robert Maynard | 2020-08-28 | 1 | -0/+12 |
|
|
* | Source: use cmNonempty() | Vitaly Stakhovsky | 2020-07-28 | 1 | -2/+2 |
|
|
* | cmNonempty: Convenience inlines to check for non-empty string | Vitaly Stakhovsky | 2020-07-14 | 1 | -3/+3 |
|
|
* | Merge topic 'refactor_language_mapping_logic' | Brad King | 2020-06-23 | 1 | -52/+79 |
|\ |
|
| * | try_compile: consistently add language properties | Robert Maynard | 2020-06-22 | 1 | -25/+60 |
|
|
| * | cmCoreTryCompile use anonymous namespace instead of static | Robert Maynard | 2020-06-18 | 1 | -37/+29 |
|
|
* | | Merge topic 'try_compile-nfs' | Brad King | 2020-06-19 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | try_compile: Do not try to remove '.nfs*' files | Brad King | 2020-06-17 | 1 | -1/+3 |
|
|
* | | try_compile: Refactor language standard level parsing | Robert Maynard | 2020-06-17 | 1 | -288/+194 |
|/ |
|
* | CUDA: Fix CUDA_ARCHITECTURES policy CMP0104 check in try_compile | Brad King | 2020-06-05 | 1 | -0/+8 |
|
|
* | Merge branch 'backport-cuda-default-runtime' into cuda-default-runtime | Brad King | 2020-05-22 | 1 | -0/+3 |
|\ |
|
| * | CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compile | Robert Maynard | 2020-05-20 | 1 | -0/+3 |
|
|
* | | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -2/+2 |
|
|
* | | CUDA: Add CUDA_ARCHITECTURES target property | Raul Tambre | 2020-04-15 | 1 | -0/+3 |
|
|
* | | CUDA: Forward CMAKE_CUDA_COMPILER_TARGET in try_compile() | Raul Tambre | 2020-04-07 | 1 | -0/+3 |
|
|
* | | cmState::GetTargetTypeName: return type is *cmProp | Vitaly Stakhovsky | 2020-03-19 | 1 | -24/+16 |
|/ |
|
* | cmCoreTryCompile::CleanupFiles now removes symlinks instead of their contents. | Johnny Jazeix | 2019-12-26 | 1 | -1/+3 |
|
|
* | Handle multi-arch sysroots on Apple platforms | Tor Arne Vestbø | 2019-12-13 | 1 | -0/+3 |
|
|
* | ObjC: Add try_compile support | Cristian Adam | 2019-11-09 | 1 | -80/+128 |
|
|
* | try_compile: support Swift for cross-compilation | Saleem Abdulrasool | 2019-10-15 | 1 | -0/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+4 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -2/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -7/+3 |
|
|
* | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -2/+1 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -2/+2 |
|
|
* | Merge topic 'tidy_inefficient_string' | Brad King | 2019-08-07 | 1 | -2/+3 |
|\ |
|
| * | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -2/+3 |
|
|
* | | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|/ |
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -3/+2 |
|
|
* | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 1 | -5/+5 |
|
|
* | Merge topic 'fix_ios_try_compile' | Brad King | 2019-05-06 | 1 | -1/+8 |
|\ |
|
| * | iOS: Fix try_compile FILE_COPY not to fail | Alexandru Croitor | 2019-05-06 | 1 | -1/+8 |
|
|
* | | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 1 | -0/+11 |
|
|
* | | Merge topic 'ghs_os_dir' | Brad King | 2019-04-08 | 1 | -2/+3 |
|\ \ |
|
| * | | GHS: Print status message regarding GHS_OS_DIR | Fred Baksik | 2019-03-29 | 1 | -2/+3 |
|
|
* | | | Merge topic 'toolchain-include_directories' | Brad King | 2019-03-26 | 1 | -1/+16 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Restore support for include_directories() in toolchain files | Brad King | 2019-03-25 | 1 | -1/+16 |
|
|
* | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -2/+2 |
|/ |
|
* | try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONS | Brad King | 2019-02-15 | 1 | -1/+1 |
|
|
* | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -1/+1 |
|\ |
|
| * | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -1/+1 |
|
|
* | | Merge topic 'implicit-includes' | Brad King | 2019-01-22 | 1 | -1/+3 |
|\ \ |
|
| * | | try_compile: Preserve special characters in COMPILE_DEFINITIONS | Brad King | 2019-01-21 | 1 | -1/+3 |
|
|
* | | | Merge topic 'use-emplace' | Brad King | 2019-01-21 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|