summaryrefslogtreecommitdiff
path: root/Source/cmake.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | cmake: Issue message independent of cmMakefile definitionStephen Kelly2016-06-121-4/+4
|/
* cmake: remove unnused member VerboseDaniel Pfeifer2016-06-081-1/+0
* cmake: Fix constness of methodsStephen Kelly2016-06-081-7/+7
* cmake: Make internal method file staticStephen Kelly2016-06-081-2/+0
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-157/+186
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* Remove unused cmake::IssueMessage overloadBrad King2016-04-181-3/+0
* Add -Werror and -Wno-error command-line optionsMichael Scott2016-01-121-3/+39
* cmake: Deduplicate warning message control codeMichael Scott2015-12-101-7/+7
* cmake-gui: Add options to control warning messagesMichael Scott2015-12-101-0/+7
* Explicitly enable deprecated warnings by default.Michael Scott2015-12-011-0/+7
* Add -W options to control deprecated warning messages.Michael Scott2015-12-011-1/+3
* Refactor the -W options parser to be generic.Michael Scott2015-12-011-7/+7
* Explicitly enable author (dev) warnings by default.Michael Scott2015-12-011-0/+6
* Make message suppression more consistent.Michael Scott2015-11-301-2/+10
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-1/+8
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-0/+7
* Merge topic 'revert-cmake-W-options'Brad King2015-09-251-18/+9
|\
| * Revert topic 'cmake-W-options' (#15747)Brad King2015-09-221-18/+9
* | cmake: Remove unused cmPolicies member.Stephen Kelly2015-08-231-2/+0
|/
* cmake: Add -W options to control deprecation warnings and errorsMichael Scott2015-07-291-9/+18
* cmake: add --trace-expand optionBen Boeckel2015-07-231-0/+3
* cmMakefile: Remove unused GetPolicies method.Stephen Kelly2015-06-061-3/+0
* cmMakefile: Make cmListFileBacktrace default constructible.Stephen Kelly2015-06-031-1/+1
* cmState: Move snapshot creation to the cmake instance.Stephen Kelly2015-05-241-0/+5
* cmake: Remove redundant forward declaration.Stephen Kelly2015-05-241-1/+0
* cmake: Add IssueMessage overload taking a single cmListFileContext.Stephen Kelly2015-05-221-0/+3
* cmake: Extract PrintMessagePreamble method.Stephen Kelly2015-05-221-0/+2
* Help: Spell '-D' option consistently across documentation (#15575)Brad King2015-05-201-1/+1
* cmState: Store the Source and Binary directories.Stephen Kelly2015-04-281-2/+0