summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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-211-0/+3
* cmake: Extract PrintMessagePreamble method.Stephen Kelly2015-05-211-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
* cmake: Remove redundant start directories.Stephen Kelly2015-04-201-21/+3
* Move global properties to cmState.Stephen Kelly2015-04-151-2/+0
* cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-2/+0
* cmake: Remove unused cmCommand methods.Stephen Kelly2015-04-151-16/+0
* cmState: Move cmCommand-related methods from cmake class.Stephen Kelly2015-04-131-2/+0
* cmake: Simplify RemoveUnscriptableCommands algorithm.Stephen Kelly2015-04-131-1/+0
* Move property definition to cmState.Stephen Kelly2015-04-131-18/+0
* Merge topic 'introduce-cmState'Brad King2015-04-131-1/+8
|\
| * cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+2
| * Introduce cmState class.Stephen Kelly2015-04-131-0/+6
* | Merge topic 'cmake-cleanups'Brad King2015-04-131-37/+11
|\ \
| * | cmake: Out-of-line Home and Start directory methods.Stephen Kelly2015-04-121-26/+6
| * | cmake: Fix variable name bugs.Stephen Kelly2015-04-121-3/+3
| * | cmake: Constify GetCommand method.Stephen Kelly2015-04-121-1/+1
| * | cmake: out-of-line try compile state methods.Stephen Kelly2015-04-121-4/+2
| * | cmake: Remove DebugConfigs member.Stephen Kelly2015-04-121-2/+1
| * | cmake: Remove method with no external users.Stephen Kelly2015-04-121-3/+0
| |/
* | cmake: Provide guidance when an invalid -G option is givenGerald Combs2015-04-101-0/+3
|/
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-1/+13
* Revert topic 'refactor-cache-api'Brad King2015-04-071-13/+1
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-1/+13
* cmake: Remove unused method.Stephen Kelly2015-04-051-3/+0
* cmake: Remove unused member.Stephen Kelly2015-04-051-1/+0
* cmake: Add -A option to specify a generator platformBrad King2014-09-151-0/+1