summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'use-generator-target'Brad King2015-07-021-16/+16
|\
| * cmGlobalGenerator: Map local generators to generator targets.Stephen Kelly2015-07-011-5/+4
| * cmComputeTargetDepends: Change API to use cmGeneratorTarget.Stephen Kelly2015-07-011-14/+15
* | cmMakefile: Avoid invoking EnforceDirectoryLevelRules.Stephen Kelly2015-06-301-0/+1
|/
* enable_language: Allow CMakeDetermine<LANG>Compiler module to fail earlyBrad King2015-06-291-0/+4
* cmGeneratorTarget: Require a cmLocalGenerator to construct.Stephen Kelly2015-06-221-2/+2
* cmGlobalGenerator: Create GeneratorTargets with a local generator.Stephen Kelly2015-06-221-2/+3
* cmGlobalGenerator: Add ComputeHomeRelativeOutputPath method.Stephen Kelly2015-06-131-0/+5
* cmLocalGenerator: Remove ConfigureFinalPass.Stephen Kelly2015-06-091-1/+1
* cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-1/+0
* Merge topic 'cmMakefile-Configure'Brad King2015-06-041-5/+5
|\
| * cmMakefile: Move Configure responsibility from cmLocalGenerator.Stephen Kelly2015-06-041-1/+1
| * cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.Stephen Kelly2015-06-041-3/+3
| * cmLocalGenerator: ComputeObjectMaxPath just before generating.Stephen Kelly2015-06-041-0/+1
| * Merge Configure state with GeneratingBuildSystem state.Stephen Kelly2015-06-041-1/+0
* | cmGlobalGenerator: Don't use else after a return.Stephen Kelly2015-06-021-24/+19
|/
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-5/+12
* cmState: Host some state from the cmGlobalGenerator.Stephen Kelly2015-05-271-7/+0
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-7/+2
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-4/+3
* Merge topic 'use-std-unordered_map'Brad King2015-05-191-1/+9
|\
| * AutoGen: Don't iterate over a container while populating it.Stephen Kelly2015-05-161-1/+9
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+7
|/
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-0/+7
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-3/+1
* RC: Simplify selection of resource compiler based on C/C++ toolchainBrad King2015-05-071-32/+0
* Port to static cmPolicies API.Stephen Kelly2015-05-041-9/+5
* Merge topic 'fix-cmState-try_compile-languages'Brad King2015-05-011-1/+3
|\
| * cmGlobalGenerator: Finish storing enabled languages in cmStateBrad King2015-04-301-1/+3
* | cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+3
* | Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-14/+14
|\ \
| * | cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-6/+6
| * | cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-2/+3
| * | Use the Home directories from the cmake class where intended.Stephen Kelly2015-04-201-5/+5
| * | Remove redundant calls to MakeStartDirectoriesCurrent.Stephen Kelly2015-04-201-1/+0
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-2/+2
|/ /
* | cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-12/+12
|/
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-7/+8
* cmGlobalGenerator: Delegate storage of enabled languages to cmState.Stephen Kelly2015-04-131-11/+4
* Merge topic 'introduce-cmState'Brad King2015-04-131-9/+10
|\
| * cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-3/+3
| * Port to cmState.Stephen Kelly2015-04-131-6/+7
* | cmGlobalGenerator: Store languages as vector, not map.Stephen Kelly2015-04-121-7/+10
|/
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-6/+2
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-071-3/+3
* Revert topic 'refactor-cache-api'Brad King2015-04-071-5/+9
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-6/+2
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-061-3/+3
* cmGlobalGenerator: Don't fetch the cache manager in a loop.Stephen Kelly2015-04-051-2/+1
* Merge topic 'vs-express-build-output'Brad King2015-03-121-4/+13
|\