summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-5/+5
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-23/+23
* cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings for AddSubdirectory pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-9/+10
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-10/+11
* cmTarget: Find source files on request.Stephen Kelly2014-02-241-1/+0
* OS X: Make sure RPATHs are unique to avoid possible corruption.Clinton Stimpson2014-02-031-0/+4
* Merge topic 'constify'Brad King2014-01-131-15/+15
|\
| * cmGlobalGenerator: Make SelectMakeProgram const.Stephen Kelly2014-01-121-4/+4
| * cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS constStephen Kelly2014-01-121-1/+1
| * cmGlobalGenerator: Make some API const.Stephen Kelly2014-01-121-10/+10
* | cmake: Future-proof --find-package mode.Stephen Kelly2014-01-131-0/+2
|/
* Don't allow include() of export(EXPORT) file at configure time.Stephen Kelly2014-01-061-0/+2
* Merge topic 'rpath-default'Brad King2014-01-021-0/+5
|\
| * OS X: Add CMP0042 to enable MACOSX_RPATH by defaultClinton Stimpson2014-01-021-0/+5
* | Constify autogen handling.Stephen Kelly2013-12-111-1/+2
* | Constify cmGeneratorTarget access.Stephen Kelly2013-12-111-1/+1
* | Constify handling of target dependencies.Stephen Kelly2013-12-111-5/+7
|/
* cmGlobalGenerator: Make NameResolvesToFramework const.Stephen Kelly2013-11-191-2/+2
* cmMakefile: Make IsAlias const.Stephen Kelly2013-11-191-1/+1
* Merge topic 'cleanup-build-commands'Brad King2013-11-191-6/+15
|\
| * VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-1/+1
| * Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-0/+2
| * cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-5/+5
| * 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