summaryrefslogtreecommitdiff
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Genex: Fix COMPILE_LANGUAGE propagation through try_compileBrad King2018-03-121-1/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-11/+9
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-5/+5
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-3/+3
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-30/+21
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-0/+4
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+1
* Add options for separate compile and link sysrootsBrad King2017-05-091-0/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-0/+1
* try_compile: extend CMP0067 to honor language standards for CUDA.Robert Maynard2016-12-121-2/+77
* clang-tidy: apply misc-suspicious-string-compare fixesDaniel Pfeifer2016-12-121-11/+6
* clang-tidy: apply readability-redundant-control-flow fixesDaniel Pfeifer2016-12-121-1/+0
* try_compile: Add policy CMP0067 to honor language standardsBrad King2016-12-061-0/+79
* try_compile: Add options to specify language standardsBrad King2016-12-061-0/+128
* try_compile: Honor CMAKE_WARN_DEPRECATED in test projectBrad King2016-11-221-0/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-3/+11
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-5/+5
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-18/+19
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-2/+1
* try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>Brad King2016-06-291-0/+37
* Merge topic 'revert-try_compile-config-flags'Brad King2016-06-291-8/+0
|\
| * Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes"Brad King2016-06-281-8/+0
* | use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
|/
* try_compile: Optionally forward custom platform variables to test projectBrad King2016-05-251-0/+9
* cmCoreTryCompile: Refactor forwarding of variables to test projectBrad King2016-05-251-74/+60
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-364/+262
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+6
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054)Brad King2016-04-111-0/+7
* cmCoreTryCompile: Factor out config lookup for re-useBrad King2016-04-111-2/+4
* try_compile: Add option to control type of targetBrad King2016-02-191-10/+63
* cmExportTryCompileFileGenerator: Port to cmGeneratorTarget.Stephen Kelly2015-10-181-4/+3
* cmState: Move GetTargetTypeName from cmTarget.Stephen Kelly2015-10-151-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-5/+5
* cmCoreTryCompile: Fix internal argument vector constructionBrad King2015-09-241-5/+1
* try_compile: Propogate CMP0065 to the generated project.Chuck Atkins2015-09-211-0/+10
* try_compile: Propogate the CMAKE_LINK_SEARCH_ variablesChuck Atkins2015-08-141-0/+10
* cmExportTryCompileFileGenerator: Create cmGeneratorTargets.Stephen Kelly2015-07-271-1/+1
* Port static calls from cmLocalGenerator to cmOutputConverter.Stephen Kelly2015-06-061-3/+3
* Don't use a cmLocalGenerator instance to call static methods.Stephen Kelly2015-05-141-4/+4
* Port to static cmPolicies API.Stephen Kelly2015-05-041-4/+2
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+1