summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'try_compile-cross-app-bundles'Brad King2022-06-171-2/+3
|\
| * try_compile: Fix COPY_FILE with app-bundles on non-macOS hostsHeiko Lewin2022-06-161-2/+3
* | Merge topic 'cuda_use_response_files'Brad King2022-06-151-0/+9
|\ \
| * | CUDA: Support response files with nvccRobert Maynard2022-06-131-0/+9
| |/
* | cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-3/+3
|/
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-9/+5
* try_compile: Add option to skip passing platform variablesBrad King2022-05-161-3/+4
* try_compile: Propagate platform variables in project-mode tooBrad King2022-05-161-1/+3
* OpenWatcom: Allow specifying the runtime libraryCameron Cawley2022-05-061-0/+10
* cmCoreTryCompile: Replace vector push_back with emplace_backBrad King2022-05-051-12/+12
* cmCoreTryCompile: Move platform variable forwarding to dedicated blockBrad King2022-05-051-97/+93
* CheckSourceCompiles: Avoid linker warning with -fembed-bitcodeCraig Scott2022-04-091-0/+6
* Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-1/+2
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-15/+15
* cmProp: cm::string_view cast operator must be explicitMarc Chevrier2021-09-141-3/+3
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-6/+4
* try_compile: Propagate CMP0126 to the generated test projectBrad King2021-07-201-0/+7
* HIP: Add language to CMakeRobert Maynard2021-06-071-1/+20
* ARMClang: Do not automatically add cpu/arch compile or link optionsLingkai Dong2021-04-271-0/+9
* try_compile: Improve error message when a file cannot be removedBrad King2021-04-151-5/+9
* 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