summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-141-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-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
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Convert some raw loops to cmWrap.Stephen Kelly2015-02-201-5/+3
* Use cmJoin where possible.Stephen Kelly2015-02-201-12/+3
* cmCoreTryCompile: Remove variable assignment.Stephen Kelly2015-02-171-2/+1
* try_compile: Use shorter test executable name with consistent lengthBrad King2015-02-101-2/+2
* try_compile: Quote the content of CMAKE_MODULE_PATH to allow for spacesNils Gladitz2015-02-091-1/+1
* Merge topic 'try-run-link-libraries'Brad King2015-01-261-1/+1
|\
| * try_run: Add support for LINK_LIBRARIES option.Matt McCormick2015-01-261-1/+1
* | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-7/+7
|/
* try_compile: Pass linker flags into test project (#14066)Brad King2014-12-031-0/+34