summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cmake: add --trace-expand optionBen Boeckel2015-07-231-0/+8
|/
* cmake: Preserve cached CMAKE_GENERATOR when an error occurs (#15640)Brad King2015-07-071-13/+0
* cmGlobalGenerator: Create GeneratorTargets with a local generator.Stephen Kelly2015-06-221-1/+1
* cmake: Update the current snapshot when Resetting.Stephen Kelly2015-06-211-1/+2
* Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS'Brad King2015-06-041-14/+0
|\
| * Remove CMAKE_USE_RELATIVE_PATHS variable.Stephen Kelly2015-06-031-14/+0
* | Merge topic 'rename-cmState-API'Brad King2015-06-041-1/+1
|\ \
| * | cmState: Add CreateBaseSnapshot method.Stephen Kelly2015-06-021-1/+1
| |/
* | cmListFileBacktrace: Internalize the step of making paths relative.Stephen Kelly2015-06-021-1/+0
|/
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-12/+6
* cmState: Move snapshot creation to the cmake instance.Stephen Kelly2015-05-241-1/+2
* cmake: Remove redundant condition.Stephen Kelly2015-05-241-5/+0
* Merge topic 'clean-up-backtrace-handling'Brad King2015-05-221-25/+58
|\
| * cmake: Add IssueMessage overload taking a single cmListFileContext.Stephen Kelly2015-05-211-0/+18
| * cmake: Extract displayMessage method.Stephen Kelly2015-05-211-19/+25
| * cmake: Extract printMessageText method.Stephen Kelly2015-05-211-7/+9
| * cmake: Extract PrintMessagePreamble method.Stephen Kelly2015-05-211-8/+17
| * cmake: Move isError determination to a more-natural place.Stephen Kelly2015-05-211-5/+3