summaryrefslogtreecommitdiff
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-2/+2
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-0/+6
* try_compile: Record propagated CMake variables in configure logBrad King2023-02-011-0/+21
* clang-format: Add comments to suppress some formattingBrad King2023-01-181-0/+2
* try_compile: Add a NO_LOG option to skip recording in the configure logBrad King2023-01-161-0/+1
* try_compile: Add optional LOG_DESCRIPTION to record in configure logBrad King2023-01-161-0/+7
* try_compile: Report underlying error when COPY_FILE failsBrad King2023-01-161-12/+24
* TryCompileCode(): Prevent warning on return valueCraig Scott2022-12-301-1/+2
* ConfigureLog: Log try_compile and try_run checksMatthew Woehlke2022-12-161-0/+23
* cmCoreTryCompile: Return more semantic information from compile stepBrad King2022-12-141-26/+29
* try_compile: Restore COPY_FILE with CMAKE_TRY_COMPILE_CONFIGURATIONBrad King2022-11-221-4/+11
* Merge topic 'try_compile-CMP0128' into release-3.25Brad 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