summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* ISPC: Generated Headers suffix configurable with a better defaultRobert Maynard2020-12-141-0/+2
* ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-041-0/+2
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-31/+30
* Add ISPC compiler support to CMakeRobert Maynard2020-08-281-0/+12
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-2/+2
* cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-3/+3
* Merge topic 'refactor_language_mapping_logic'Brad King2020-06-231-52/+79
|\
| * try_compile: consistently add language propertiesRobert Maynard2020-06-221-25/+60
| * cmCoreTryCompile use anonymous namespace instead of staticRobert Maynard2020-06-181-37/+29
* | Merge topic 'try_compile-nfs'Brad King2020-06-191-1/+3
|\ \ | |/ |/|
| * try_compile: Do not try to remove '.nfs*' filesBrad King2020-06-171-1/+3
* | try_compile: Refactor language standard level parsingRobert Maynard2020-06-171-288/+194
|/
* CUDA: Fix CUDA_ARCHITECTURES policy CMP0104 check in try_compileBrad King2020-06-051-0/+8
* Merge branch 'backport-cuda-default-runtime' into cuda-default-runtimeBrad King2020-05-221-0/+3
|\
| * CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compileRobert Maynard2020-05-201-0/+3
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+2
* | CUDA: Add CUDA_ARCHITECTURES target propertyRaul Tambre2020-04-151-0/+3
* | CUDA: Forward CMAKE_CUDA_COMPILER_TARGET in try_compile()Raul Tambre2020-04-071-0/+3
* | cmState::GetTargetTypeName: return type is *cmPropVitaly Stakhovsky2020-03-191-24/+16
|/
* cmCoreTryCompile::CleanupFiles now removes symlinks instead of their contents.Johnny Jazeix2019-12-261-1/+3
* Handle multi-arch sysroots on Apple platformsTor Arne Vestbø2019-12-131-0/+3
* ObjC: Add try_compile supportCristian Adam2019-11-091-80/+128
* try_compile: support Swift for cross-compilationSaleem Abdulrasool2019-10-151-0/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+4
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-7/+3
* avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* Merge topic 'tidy_inefficient_string'Brad King2019-08-071-2/+3
|\
| * clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-2/+3
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-1/+1
|/
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-3/+2
* Source: std::string related cleanupVitaly Stakhovsky2019-05-151-5/+5
* Merge topic 'fix_ios_try_compile'Brad King2019-05-061-1/+8
|\
| * iOS: Fix try_compile FILE_COPY not to failAlexandru Croitor2019-05-061-1/+8
* | MSVC: Add abstraction for runtime library selectionBrad King2019-04-171-0/+11
* | Merge topic 'ghs_os_dir'Brad King2019-04-081-2/+3
|\ \
| * | GHS: Print status message regarding GHS_OS_DIRFred Baksik2019-03-291-2/+3
* | | Merge topic 'toolchain-include_directories'Brad King2019-03-261-1/+16
|\ \ \ | |/ / |/| / | |/
| * Restore support for include_directories() in toolchain filesBrad King2019-03-251-1/+16
* | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-2/+2
|/
* try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONSBrad King2019-02-151-1/+1
* Merge topic 'cmake-files-directory'Brad King2019-01-251-1/+1
|\
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-1/+1
* | Merge topic 'implicit-includes'Brad King2019-01-221-1/+3
|\ \
| * | try_compile: Preserve special characters in COMPILE_DEFINITIONSBrad King2019-01-211-1/+3
* | | Merge topic 'use-emplace'Brad King2019-01-211-2/+2
|\ \ \ | |/ / |/| |
| * | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-2/+2
| |/