summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-17/+17
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Remove unused cmake::IssueMessage overloadBrad King2016-04-181-35/+0
* Avoid depending on CMAKE_ROOT cache entry internally (#16015)Brad King2016-03-161-2/+1
* Drop Visual Studio 7 generator for VS .NET 2002Brad King2016-03-111-4/+0
* Drop Visual Studio 6 generatorBrad King2016-03-091-4/+0
* Add -Werror and -Wno-error command-line optionsMichael Scott2016-01-121-9/+191
* cmake: Deduplicate warning message control codeMichael Scott2015-12-101-42/+24
* cmake-gui: Add options to control warning messagesMichael Scott2015-12-101-3/+30
* Explicitly enable deprecated warnings by default.Michael Scott2015-12-011-4/+20
* Modify dev warning options to affect deprecated warnings.Michael Scott2015-12-011-0/+26
* Add -W options to control deprecated warning messages.Michael Scott2015-12-011-0/+20
* Refactor the -W options parser to be generic.Michael Scott2015-12-011-28/+76
* Explicitly enable author (dev) warnings by default.Michael Scott2015-12-011-5/+20
* Make message suppression more consistent.Michael Scott2015-11-301-13/+57
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-7/+21
* cmake: Port find_package mode away from GetGeneratorTargetStephen Kelly2015-10-271-4/+7
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-0/+24
* cmTarget: Move link type enum out.Stephen Kelly2015-10-141-1/+1
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+5
* cmState: Initialize top level source directories immediately.Stephen Kelly2015-10-131-0/+8
* cmState: Port away from cmake instance.Stephen Kelly2015-10-101-4/+1
* cmState: Move ParseCacheEntry from cmCacheManager.Stephen Kelly2015-10-101-2/+2
* cmState: Externalize logic to caller.Stephen Kelly2015-10-101-0/+1
* cmCacheManager: Port away from cmake instance.Stephen Kelly2015-10-101-3/+21
* cmState: Add cache file manipulation wrappers.Stephen Kelly2015-10-101-3/+3
* Inline unary LoadCache.Stephen Kelly2015-10-101-1/+2
* cmake: Port away from trivial cmCacheManager use.Stephen Kelly2015-10-101-17/+17
* cmake: Use existing cache API wrapper.Stephen Kelly2015-10-101-14/+14
* Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-071-7/+7
* cmake: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-7/+5
* Merge topic 'revert-cmake-W-options'Brad King2015-09-251-205/+29
|\
| * Merge branch 'improve-variable-help-formatting' into revert-cmake-W-optionsBrad King2015-09-221-3/+30
| |\
| * | Revert topic 'cmake-W-options' (#15747)Brad King2015-09-221-205/+29
* | | cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-8/+10
* | | cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-4/+4
* | | cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-4/+8
* | | cmake: Remove unused cmPolicies member.Stephen Kelly2015-08-231-2/+0
| |/ |/|
* | cmake: Add support for "--build ." in subdirectory (#15696)Clinton Stimpson2015-08-151-0/+19
* | Merge topic 'bootstrap-no-ninja'Brad King2015-08-111-1/+5
|\ \
| * | bootstrap: Do not build Ninja generatorBrad King2015-08-101-1/+5
* | | cmake: Port configure-time code to cmMakefile.Stephen Kelly2015-08-071-1/+1
|/ /
* | Merge topic 'cmake-W-options'Brad King2015-08-041-5/+5
|\ \ | |/
| * cmake: Do not treat developer warnings as errors by default in scriptsBrad King2015-08-031-5/+5
* | Merge topic 'cmake-W-options'Brad King2015-07-311-29/+205
|\ \ | |/
| * cmake: Add -W options to control deprecation warnings and errorsMichael Scott2015-07-291-29/+205
* | cmGlobalGenerator: Return from Compute whether to generate.Stephen Kelly2015-07-291-1/+4
* | cmGlobalGenerator: Create a new Compute step before generation.Stephen Kelly2015-07-291-1/+2
|/
* Merge topic 'use-generator-target'Brad King2015-07-281-1/+1
|\
| * cmExportTryCompileFileGenerator: Create cmGeneratorTargets.Stephen Kelly2015-07-271-1/+1