summaryrefslogtreecommitdiff
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'try_compile-CMP0128'Brad King2022-10-191-0/+6
|\
| * try_compile: Honor CMP0128 setting in test projectBrad King2022-10-181-0/+6
* | try_compile: Report build dir with --debug-trycompileMatthew Woehlke2022-10-061-0/+7
* | try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENTMatthew Woehlke2022-09-301-9/+10
* | try_compile: Add NO_CACHE option (also try_run)Matthew Woehlke2022-09-281-3/+9
* | Merge topic 'try_compile-source-from'Brad King2022-09-231-8/+116
|\ \
| * | try_compile: Add SOURCE_FROM_FILEMatthew Woehlke2022-09-221-0/+32
| * | try_compile: Add SOURCE_FROM_{ARG,VAR}Matthew Woehlke2022-09-221-8/+84
* | | Merge topic 'try_run-no-project'Brad King2022-09-231-8/+4
|\ \ \
| * | | 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