summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | try_run: Remove PROJECT supportMatthew Woehlke2022-09-211-8/+4
| |/ /
* | | try_compile: Improve error message consistencyMatthew Woehlke2022-09-161-3/+3
|/ /
* | try_compile: Add PROJECT keyword-dispatched signatureMatthew Woehlke2022-09-141-30/+70
* | Merge topic 'MsvcDebugInformationFormatAbstraction'Brad King2022-09-141-0/+11
|\ \
| * | MSVC: Add abstraction for debug information formatGlen Chung2022-09-141-0/+11
* | | try_compile: Record output location instead of reverse computing itRobert Maynard2022-09-071-49/+36
|/ /
* | try_compile: Add keyword-dispatched signatureMatthew Woehlke2022-09-051-20/+83
* | try_compile: Don't accept try_run argumentsMatthew Woehlke2022-08-171-26/+6
* | try_compile: Fix quotes in reporting of unknown argumentsMatthew Woehlke2022-08-171-1/+1
* | cmCoreTryCompile: Port to cmArgumentParserBrad King2022-08-021-354/+249
* | cmCoreTryCompile: Move target type selection logic to try_compileBrad King2022-08-021-22/+1
* | cmCoreTryCompile: Simplify TryCompileCode return typeBrad King2022-08-021-25/+25
* | cmCoreTryCompile: Select source-file signature project/target names earlierBrad King2022-07-261-8/+10
* | cmCoreTryCompile: Compute src-file signature build directory earlierBrad King2022-07-261-7/+6
* | try_compile: Refactor positional arg parsingBrad King2022-07-261-7/+14
* | try_compile: Fail earlier when bindir is not an absolute pathBrad King2022-07-261-0/+16
* | 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