summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | QtAutogen: Use a target type between loops.Stephen Kelly2015-10-051-7/+6
|/
* cmGlobalGenerator: Initialize generator targets on construction (#15729)Stephen Kelly2015-09-291-15/+0
* QtAutogen: Split initializer class into separate file.Stephen Kelly2015-09-291-1/+1
* QtAutogen: Split initializer methods into separate class.Stephen Kelly2015-09-261-3/+3
* QtAutogen: Simplify generator initialization API.Stephen Kelly2015-09-261-10/+11
* QtAutogen: Remove unnecessary dereference.Stephen Kelly2015-09-261-3/+3
* QtAutogen: Move Source initialization to prior loop.Stephen Kelly2015-09-261-2/+1
* QtAutogen: Add _automoc.cpp sources before initializing.Stephen Kelly2015-09-261-0/+1
* QtAutogen: Move initialization condition to caller.Stephen Kelly2015-09-261-6/+16
* QtAutogen: Move condition to prior loop.Stephen Kelly2015-09-261-10/+12
* QtAutogen: Move condition to prior loop.Stephen Kelly2015-09-261-15/+16
* QtAutogen: Make some methods static.Stephen Kelly2015-09-261-3/+3
* cmLocalGenerator: Compute object max path on construction.Stephen Kelly2015-09-241-5/+0
* cmGlobalGenerator: Create all local generators after Configure().Stephen Kelly2015-09-241-1/+1
* cmGlobalGenerator: Remove unused method.Stephen Kelly2015-09-241-6/+0
* cmGlobalGenerator: Create local generators after all makefiles configured.Stephen Kelly2015-09-241-2/+13
* cmGlobalGenerator: Create local generator after configuring the makefile.Stephen Kelly2015-09-241-2/+2
* cmGlobalGenerator: Add API for the configure step being finished.Stephen Kelly2015-09-181-0/+5
* Windows: Set CMAKE_HOST_SYSTEM_VERSION with three componentsGilles Khouzam2015-09-111-5/+8
* Merge topic 'revert-fix-windows-version-detection'Brad King2015-09-111-46/+10
|\
| * Revert "Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8.1 (#15674)"Brad King2015-09-101-46/+10
* | Merge topic 'fix-ios-install'Brad King2015-09-011-1/+11
|\ \
| * | Fix installation of iOS targets (#12506)Gregor Jasny2015-08-251-1/+11
* | | Merge topic 'refactor-compute'Brad King2015-08-311-5/+4
|\ \ \
| * | | cmGeneratorTarget: Rename method to match operation.Stephen Kelly2015-08-301-1/+1
| * | | cmGlobalGenerator: Process evaluation files after target depends.Stephen Kelly2015-08-291-2/+2
| * | | cmGlobalGenerator: Access makefile from makefiles container.Stephen Kelly2015-08-291-2/+1
* | | | cmGlobalGenerator: Create global targets directly after Configure.Stephen Kelly2015-08-281-19/+16
* | | | cmGlobalGenerator: Fill the project map at compute time.Stephen Kelly2015-08-281-4/+4
* | | | cmGlobalGenerator: Rename method.Stephen Kelly2015-08-281-2/+2
* | | | cmGlobalGenerator: Avoid cmLocalGenerator until after Configure.Stephen Kelly2015-08-281-4/+4
* | | | cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-6/+7
* | | | cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-7/+1
* | | | cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-6/+2
* | | | cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-6/+4
|/ / /
* | | Merge topic 'use-generator-target'Brad King2015-08-271-1/+0
|\ \ \
| * | | cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-1/+0
| |/ /
* | | Merge topic 'cmState-ProjectName'Brad King2015-08-271-5/+6
|\ \ \
| * | | cmGlobalGenerator: Implement FillProjectMap in terms of cmState.Stephen Kelly2015-08-251-5/+6
| |/ /
* | | cmGlobalGenerator: Extract new IsExcluded overload.Stephen Kelly2015-08-241-6/+14
* | | cmGlobalGenerator: Implement IsExcluded in terms of cmState::Snapshot.Stephen Kelly2015-08-241-5/+6
* | | cmGlobalGenerator: Convert IsExcluded to loop.Stephen Kelly2015-08-241-18/+14
* | | cmGlobalGenerator: Refactor IsExcluded.Stephen Kelly2015-08-241-2/+10
* | | cmGlobalGenerator: Don't use else after return.Stephen Kelly2015-08-241-6/+3
|/ /
* | cmGlobalGenerator: Rename progress initializer method.Stephen Kelly2015-08-231-1/+1
* | cmGlobalGenerator: Move LG to target map to subclass.Stephen Kelly2015-08-231-44/+0
* | cmGlobalGenerator: Remove clearance of map.Stephen Kelly2015-08-231-1/+0
* | Merge topic 'global-generator-makefiles'Brad King2015-08-111-23/+45
|\ \
| * | cmGlobalGenerator: Port Find API to cmMakefile.Stephen Kelly2015-08-071-0/+14
| * | cmGlobalGenerator: Create global targets from cmMakefiles.Stephen Kelly2015-08-071-2/+2