summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmExportTryCompileFileGenerator: Create cmGeneratorTargets.Stephen Kelly2015-07-271-3/+9
* cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.Stephen Kelly2015-07-271-0/+5
* cmGlobalGenerator: Extract method to create generator objects.Stephen Kelly2015-07-271-0/+2
* cmGlobalGenerator: Split creation of generator object from initialization.Stephen Kelly2015-07-271-0/+1
* cmGlobalGenerator: Map local generators to generator targets.Stephen Kelly2015-07-011-1/+1
* cmComputeTargetDepends: Change API to use cmGeneratorTarget.Stephen Kelly2015-07-011-3/+4
* cmGlobalGenerator: Create GeneratorTargets with a local generator.Stephen Kelly2015-06-221-1/+1
* cmGlobalGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-6/+8
* Merge topic 'cmMakefile-Configure'Brad King2015-06-041-5/+7
|\
| * cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.Stephen Kelly2015-06-041-5/+7
* | VS: Compute project GUIDs deterministicallyBrad King2015-06-041-2/+0
|/
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+6
* cmState: Host some state from the cmGlobalGenerator.Stephen Kelly2015-05-271-7/+0
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-4/+1
* cmGlobalGenerator: De-virtualize methods with no overrides.Stephen Kelly2015-05-241-3/+3
* Merge topic 'use-std-unordered_map'Brad King2015-05-191-1/+9
|\
| * Use std::unordered_map instead of hash_map where available.Stephen Kelly2015-05-181-1/+9
* | cmGlobalGenerator: Host the MakeSilentFlag.Stephen Kelly2015-05-181-0/+1
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-2/+4
|/
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-0/+7
* RC: Simplify selection of resource compiler based on C/C++ toolchainBrad King2015-05-071-1/+0
* Merge topic 'fix-cmState-try_compile-languages'Brad King2015-05-011-1/+0
|\
| * cmGlobalGenerator: Finish storing enabled languages in cmStateBrad King2015-04-301-1/+0
* | cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
|/
* cmGlobalGenerator: Store languages as vector, not map.Stephen Kelly2015-04-121-1/+1
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-2/+3
* find_library: Fix repeat call after changing directory content (#15293)Brad King2014-12-081-8/+9
* file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+10
* Give the interactive cache editor the USES_TERMINAL propertyPeter Collingbourne2014-11-141-1/+2
* file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-121-0/+10
* Fix some spelling errors in commentsGeoff Viola2014-10-131-4/+4
* CMake: Add CMAKE_GENERATOR_PLATFORM optionBrad King2014-09-051-0/+4
* cmGlobalGenerator: Take Build output argument by referenceBrad King2014-07-311-2/+2
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-1/+3
* Tell generators about CMAKE_SYSTEM_NAME as soon as it is knownBrad King2014-07-171-0/+4
* cmTarget: Compile old-style link dependencies only for VS 6Brad King2014-07-141-0/+2
* cmTarget: Run old-style link dependencies only for VS 6Brad King2014-07-141-0/+3
* VS: Move VS-only API out of cmGlobalGeneratorBrad King2014-06-121-3/+0
* Allow a toolchain file to specify a generator toolsetBrad King2014-06-041-1/+1
* Add an "installed file" property scopeNils Gladitz2014-05-281-0/+2
* cmGlobalGenerator: Store targets in hash mapsBen Boeckel2014-05-071-3/+12
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* cmGeneratorTarget: Compute target objects on demandStephen Kelly2014-04-021-2/+0
* cmGlobalGenerator: Add interface to call ForceLinkerLanguagesStephen Kelly2014-03-311-0/+2
* cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-1/+1
* cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-0/+2
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-4/+4
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-3/+3
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-4/+4