summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: std::string related cleanupVitaly Stakhovsky2019-05-151-5/+5
* Merge topic 'fix_ios_try_compile'Brad King2019-05-061-1/+8
|\
| * iOS: Fix try_compile FILE_COPY not to failAlexandru Croitor2019-05-061-1/+8
* | MSVC: Add abstraction for runtime library selectionBrad King2019-04-171-0/+11
* | Merge topic 'ghs_os_dir'Brad King2019-04-081-2/+3
|\ \
| * | GHS: Print status message regarding GHS_OS_DIRFred Baksik2019-03-291-2/+3
* | | Merge topic 'toolchain-include_directories'Brad King2019-03-261-1/+16
|\ \ \ | |/ / |/| / | |/
| * Restore support for include_directories() in toolchain filesBrad King2019-03-251-1/+16
* | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-2/+2
|/
* try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONSBrad King2019-02-151-1/+1
* Merge topic 'cmake-files-directory'Brad King2019-01-251-1/+1
|\
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-1/+1
* | Merge topic 'implicit-includes'Brad King2019-01-221-1/+3
|\ \
| * | try_compile: Preserve special characters in COMPILE_DEFINITIONSBrad King2019-01-211-1/+3
* | | Merge topic 'use-emplace'Brad King2019-01-211-2/+2
|\ \ \ | |/ / |/| |
| * | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-2/+2
| |/
* | GHS: try_compile() now uses GHS platform variablesFred Baksik2019-01-161-0/+16
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-30/+33
* PIE link options: Update strategy to fix performance regressionMarc Chevrier2018-12-191-0/+18
* try_compile/try_run: Add support for LINK_OPTIONS option.Marc Chevrier2018-12-011-0/+23
* CMP0083: fix warning message on try_compileMarc Chevrier2018-11-191-0/+7
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-11/+17
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-1/+2
* 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-151-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