summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
...
| * cmGlobalGenerator: Add method to compute "cmake --build" command lineBrad King2013-11-141-0/+7
* | CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-191-0/+2
|/
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-0/+3
* cmGlobalGenerator: Do not propagate const through GetCMakeInstanceBrad King2013-11-121-2/+1
* cmGlobalGenerator: Rename the FinalizeCompileDefinitions method.Stephen Kelly2013-11-071-1/+1
* Merge topic 'refactor-autogen-setup'Brad King2013-11-061-1/+3
|\
| * cmAutogen: Gather tool arguments after creating generator targets.Stephen Kelly2013-11-051-1/+3
* | Merge topic 'clear-generator-data'Brad King2013-11-061-1/+2
|\ \ | |/ |/|
| * cmGlobalGenerator: Refactor member cleanup between configuresBrad King2013-11-051-1/+2
* | Merge topic 'fix-automoc-compile-definitions'Brad King2013-11-051-0/+1
|\ \ | |/ |/|
| * Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535)Stephen Kelly2013-11-051-0/+1
* | Merge topic 'vs-generator-names'Brad King2013-10-311-0/+4
|\ \
| * | VS: Add version year to generator namesBrad King2013-10-281-0/+4
* | | Merge topic 'use-generator-target'Brad King2013-10-301-0/+1
|\ \ \
| * | | Split CreateGeneratorTargets into two methods.Stephen Kelly2013-10-271-0/+1
* | | | Merge topic 'Qt-auto-generators'Brad King2013-10-281-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename the cmQtAutomoc class to cmQtAutoGenerators.Stephen Kelly2013-10-241-1/+1
| |/ /
* | | Require CMAKE_<LANG>_COMPILER to be found as a full pathBrad King2013-10-281-0/+2
|/ /
* | export(): Process the export() command at generate time.Stephen Kelly2013-10-111-13/+9
* | CMP0024: Store the fact of included export in global generator.Stephen Kelly2013-10-101-0/+13
* | Add policy CMP0025 for Apple Clang compiler id compatibilityBrad King2013-10-081-0/+2
|/
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-1/+6
* Merge topic 'genex-generate-file'Brad King2013-05-281-0/+11
|\
| * file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-241-0/+11
* | Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-3/+4
|/
* Ninja: use MinGW generator code in EnableLanguage()Peter Kümmel2013-03-091-0/+1
* CMake: Add -T option to choose a generator toolsetBrad King2013-02-071-0/+4
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-3/+0
* Merge topic 'AutomocUseTargetProperties' into export-setsAlex Neundorf2012-09-301-2/+3
|\
| * Store cmGeneratorTargets with the makefile.Stephen Kelly2012-09-191-2/+2
* | exports: Add cmExportSetMap classYury G. Kudryashov2012-09-281-7/+3
* | exports: Create class cmExportSetYury G. Kudryashov2012-09-281-4/+4
* | exports: Rename cmGlobalGenerator::AddTargetToExport{s,}Yury G. Kudryashov2012-09-281-1/+1
* | exports: Remove cmTargetExport constructorYury G. Kudryashov2012-09-281-7/+1
* | cmGlobalGenerator.h: some minor coding style fixesAlex Neundorf2012-09-281-6/+5
|/
* Merge topic 'position-independent-targets'David Cole2012-06-121-0/+3
|\
| * Refactor generation of shared library flagsStephen Kelly2012-06-121-0/+3
* | Move the EscapeJSON method to a sharable location.Stephen Kelly2012-06-041-0/+2
|/
* Factor out custom command .rule file path generationBrad King2012-04-181-0/+3
* Rename/constify build-time config placeholder lookupBrad King2012-03-091-1/+1
* Pre-compute object file names before Makefile generationBrad King2012-03-091-0/+1
* Create a cmGeneratorTarget for each cmTarget during generationBrad King2012-03-091-0/+10
* Optionally allow IMPORTED targets to be globally visibleBrad King2012-01-251-1/+2
* Fix typo.Nicolas Despres2011-10-231-1/+1
* Fix line-too-long style violationsBrad King2011-10-101-3/+4
* Introduce a cmGlobalGenerator::ResolveLanguageCompiler functionPeter Collingbourne2011-10-021-0/+7
* Constify many getters of cmGlobalGenerator.Nicolas Despres2011-10-021-16/+16
* Add const versions of some getters.Nicolas Despres2011-10-021-0/+1
* Move automoc processing from add_executable/library to cmGlobalGeneratorAlex Neundorf2011-08-151-0/+2
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-2/+3