summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* stringapi: Use strings in target nameBen Boeckel2014-03-081-12/+12
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-16/+20
* cmGeneratorTarget: Classify sources on demand, not up front.Stephen Kelly2014-02-241-1/+0
* cmTarget: Find source files on request.Stephen Kelly2014-02-241-35/+0
* Merge topic 'minor-cleanups'Brad King2014-02-191-1/+0
|\
| * cmGlobalGenerator: Remove unused variable.Stephen Kelly2014-02-171-1/+0
* | cmTarget: Don't try to get sources of an INTERFACE_LIBRARY.Stephen Kelly2014-02-141-1/+2
|/
* OS X: Make sure RPATHs are unique to avoid possible corruption.Clinton Stimpson2014-02-031-0/+7
* QNX: Introduce QCC compiler id for that QNX platform compiler.Stephen Kelly2014-01-221-1/+37
* Merge topic 'constify'Brad King2014-01-131-34/+50
|\
| * 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-29/+45
* | cmake: Future-proof --find-package mode.Stephen Kelly2014-01-131-24/+26
|/
* Merge topic 'minor-cleanups'Brad King2014-01-091-1/+2
|\
| * cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-1/+2
* | Merge topic 'policies'Brad King2014-01-091-9/+14
|\ \
| * | cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy.Stephen Kelly2014-01-081-9/+14
| |/
* | Merge topic 'optional-install'Brad King2014-01-091-2/+13
|\ \ | |/ |/|
| * InstallRules: added new variable to disable generation of install rulesNils Gladitz2014-01-081-2/+13
* | Merge topic 'unicode-fstream'Brad King2014-01-071-2/+3
|\ \
| * | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* | | Don't allow include() of export(EXPORT) file at configure time.Stephen Kelly2014-01-061-1/+13
* | | cmTarget: Fix system include annotation propagation.Stephen Kelly2014-01-061-11/+0
* | | cmTarget: INTERFACE_LIBRARY is always EXCLUDE_FROM_ALL.Stephen Kelly2014-01-061-1/+2
* | | cmTarget: Enable convenient include dir handling for INTERFACE_LIBRARY.Stephen Kelly2014-01-061-2/+2
|/ /
* | Merge topic 'rpath-default'Brad King2014-01-021-0/+28
|\ \ | |/ |/|
| * OS X: Add CMP0042 to enable MACOSX_RPATH by defaultClinton Stimpson2014-01-021-0/+28
* | Merge topic 'constify'Brad King2013-12-231-1/+1
|\ \
| * | cmGlobalGenerator: Fix value type pushed into autogens vectorBrad King2013-12-201-1/+1
* | | Merge topic 'minor-cleanup'Brad King2013-12-191-0/+4
|\ \ \ | |/ / |/| |
| * | Avoid certain actions on IMPORTED targets.Stephen Kelly2013-12-111-0/+4
| |/
* | Constify cmGeneratorTarget access.Stephen Kelly2013-12-111-1/+2
* | Constify handling of target dependencies.Stephen Kelly2013-12-111-8/+9
|/
* INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-0/+9
* Merge topic 'constify'Brad King2013-11-201-9/+11
|\
| * cmGlobalGenerator: Make NameResolvesToFramework const.Stephen Kelly2013-11-191-7/+9
| * cmMakefile: Make IsAlias const.Stephen Kelly2013-11-191-1/+1
| * cmTarget: Make custom command accessors API const.Stephen Kelly2013-11-191-1/+1
* | Notify extra generators about languagesBen Boeckel2013-11-191-0/+5
|/
* Merge topic 'cleanup-build-commands'Brad King2013-11-191-66/+79
|\
| * Simplify some calls to cmGlobalGenerator::BuildBrad King2013-11-181-10/+1
| * Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-0/+20
| * cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-28/+18
| * cmGlobalGenerator: Add method to compute "cmake --build" command lineBrad King2013-11-141-0/+40
| * cmGlobalGenerator: Drop unused GenerateBuildCommand implementationBrad King2013-11-141-33/+5
* | CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-191-0/+31
|/
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-7/+8
* Merge topic 'constify'Brad King2013-11-121-7/+4
|\
| * cmTarget: Don't finalize include directories in GetIncludeDirectories.Stephen Kelly2013-11-071-5/+2