summaryrefslogtreecommitdiff
path: root/Source/cmCoreTryCompile.h
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-1/+2
* try_compile: Record propagated CMake variables in configure logBrad King2023-02-011-0/+1
* 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/+3
* ConfigureLog: Log try_compile and try_run checksMatthew Woehlke2022-12-161-0/+11
* cmCoreTryCompile: Return more semantic information from compile stepBrad King2022-12-141-2/+7
* try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENTMatthew Woehlke2022-09-301-1/+1
* try_compile: Add NO_CACHE option (also try_run)Matthew Woehlke2022-09-281-0/+1
* try_compile: Add SOURCE_FROM_FILEMatthew Woehlke2022-09-221-0/+2
* try_compile: Add SOURCE_FROM_{ARG,VAR}Matthew Woehlke2022-09-221-0/+7
* try_compile: Record output location instead of reverse computing itRobert Maynard2022-09-071-2/+1
* try_compile: Add keyword-dispatched signatureMatthew Woehlke2022-09-051-3/+17
* cmCoreTryCompile: Port to cmArgumentParserBrad King2022-08-021-1/+42
* cmCoreTryCompile: Move target type selection logic to try_compileBrad King2022-08-021-1/+2
* cmCoreTryCompile: Simplify TryCompileCode return typeBrad King2022-08-021-1/+1
* cmTry{Compile,Run}Command: Port away from legacy cmCommandBrad King2022-07-261-3/+9
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* try_compile: Refactor language standard level parsingRobert Maynard2020-06-171-4/+0
* Add in-class initialization of some membersjrp20142018-04-051-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* try_compile: Add policy CMP0067 to honor language standardsBrad King2016-12-061-0/+4
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+5
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+1
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-4/+1
* try_compile: Add option to control type of targetBrad King2016-02-191-3/+3
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* Remove trailing whitespaceAlex Neundorf2011-09-151-7/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add two simple tests for TRY_RUN()Alexander Neundorf2007-05-241-0/+65