summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Simplify default generator search by switching directionBrad King2016-10-111-12/+10
* cmake: Use array iteration for default generator VS variantsBrad King2016-10-111-6/+7
* cmake: Use array iteration for default generator listBrad King2016-10-111-5/+5
* cmake: Rename default generator selection list variableBrad King2016-10-111-5/+5
* cmake: Rename default generator selection internal variableBrad King2016-10-111-4/+3
* cmake: Simplify VS registry entry lookupBrad King2016-10-111-4/+6
* cmake: Factor out default generator selection into helperBrad King2016-10-111-48/+52
* cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-1/+1
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-3/+3
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-2/+5
* cmake: Simplify find-package mode library additionStephen Kelly2016-10-071-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* cmake-server: Report server mode availablitily in CapabilitiesTobias Hunger2016-09-191-8/+4
* cmake: Fix --find-package mode link line outputBrad King2016-09-161-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-17/+23
* cmake: Introduce ReportCapabilitiesJsonTobias Hunger2016-09-121-5/+12
* VS15: Add Visual Studio 15 generatorBrad King2016-09-071-0/+3
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-15/+26
* cmMessenger: Extract from cmake classStephen Kelly2016-08-251-163/+13
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-12/+8
* Merge topic 'readability-named-parameter'Brad King2016-08-171-2/+3
|\
| * Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-2/+3
* | cmake: Add `cmake -E capabilities` modeTobias Hunger2016-08-161-0/+78
* | cmake: Constify cmake::GetRegisteredGeneratorsBrad King2016-08-161-1/+2
|/
* Report more information about extra generators in generator factoriesTobias Hunger2016-08-031-0/+7
* Refactor extra generator registration to use factoriesTobias Hunger2016-08-031-59/+86
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-15/+6
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+2
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-9/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-10/+11
* cmake: Add an option to control what files needs to be tracedAlex Turbov2016-06-171-0/+5
* Remove redundant arguments from fstream constructorsDaniel Pfeifer2016-06-141-1/+1
* Merge topic 'fix-cmake-ISP-violation'Brad King2016-06-131-9/+13
|\
| * cmake: Remove force from IssueMessage APIStephen Kelly2016-06-121-10/+8
| * cmake: Extract DisplayMessage API.Stephen Kelly2016-06-121-0/+6
* | cmake: Issue message independent of cmMakefile definitionStephen Kelly2016-06-121-43/+17
|/
* Merge topic 'refactor-cmLocalGenerator-flags'Brad King2016-06-091-2/+5
|\
| * cmLocalGenerator: Pass configuration to GetTargetFlagsTobias Hunger2016-06-081-2/+5
* | cmake: remove unnused member VerboseDaniel Pfeifer2016-06-081-7/+2
* | cmake: Fix constness of methodsStephen Kelly2016-06-081-7/+8
* | cmake: Make internal method file staticStephen Kelly2016-06-081-2/+2
|/
* Remove unnecessary local copies.Daniel Pfeifer2016-05-261-3/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1372/+875
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* Help clang-format wrap after braces on long initializer listsBrad King2016-05-061-0/+1
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-031-1/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-17/+17
* Source: Stabilize include orderBrad King2016-04-291-0/+1