summaryrefslogtreecommitdiff
path: root/Source/cmake.h
Commit message (Expand)AuthorAgeFilesLines
* cmake: Ensure source and binary dirs are setCraig Scott2019-01-141-2/+1
* cmake: Factor json version object construction into helperBrad King2018-09-211-0/+1
* cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-151-1/+3
* cmake: Declare VariableWatch member only when usedBrad King2018-08-291-2/+6
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+7
* Merge topic 'parallel_build_option'Brad King2018-05-291-1/+4
|\
| * cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-1/+4
* | Help: Update description of the -D option to CMakeRaul Laasner2018-05-241-1/+1
|/
* Merge topic 'glob_configure_depends'Brad King2018-04-061-0/+10
|\
| * Add cmGlobVerificationManager class, integrate with cmake and cmStateShane Parris2018-03-291-0/+10
* | Features: Add infrastructure for C++ 20 language standardBrad King2018-03-271-0/+1
|/
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-11-171-0/+19
* Add infrastructure for generators to select a build tool instanceBrad King2017-10-191-0/+7
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+3
* try_compile: Simplify generator platform and toolset propagationBrad King2017-09-271-12/+0
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+1
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+8
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-2/+2
* cmake: pass cmStateSnapshot by const refDaniel Pfeifer2017-04-211-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* split Default commands into Scripting and ProjectDaniel Pfeifer2017-02-131-1/+2
* Features: Add infrastructure for C++ 17 language standardBrad King2016-12-021-0/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+7
* Features: Add meta-features requesting awareness of a particular standardBrad King2016-11-021-0/+6
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-1/+1
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-6/+3
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* cmake: Factor out default generator selection into helperBrad King2016-10-111-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* cmake-server: Report server mode availablitily in CapabilitiesTobias Hunger2016-09-191-2/+2
* cmake: Make FindCacheFile a static methodBrad King2016-09-141-1/+1
* cmake: Factor out method to find the CMakeCache.txt fileTobias Hunger2016-09-121-0/+3
* cmake: Introduce ReportCapabilitiesJsonTobias Hunger2016-09-121-0/+7
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-11/+9
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* cmMessenger: Extract from cmake classStephen Kelly2016-08-251-3/+4
* cmake: Add `cmake -E capabilities` modeTobias Hunger2016-08-161-0/+2
* cmake: Constify cmake::GetRegisteredGeneratorsBrad King2016-08-161-1/+1
* Report more information about extra generators in generator factoriesTobias Hunger2016-08-031-0/+2
* Refactor extra generator registration to use factoriesTobias Hunger2016-08-031-8/+5
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+2
* cmake: Add an option to control what files needs to be tracedAlex Turbov2016-06-171-0/+10
* Merge topic 'expose-cache-properties'Brad King2016-06-131-4/+0
|\
| * cmake: Kill cmake::CacheManager and its getterTobias Hunger2016-06-101-4/+0
* | Merge topic 'fix-cmake-ISP-violation'Brad King2016-06-131-2/+4
|\ \
| * | cmake: Remove force from IssueMessage APIStephen Kelly2016-06-121-2/+1
| * | cmake: Extract DisplayMessage API.Stephen Kelly2016-06-121-0/+3
| |/