summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| | * Remove some c_str() calls.Stephen Kelly2014-03-111-28/+28
| | * stringapi: Use strings for program pathsBen Boeckel2014-03-081-12/+19
| | * stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
| | * stringapi: Use strings for directoriesBen Boeckel2014-03-081-4/+5
| | * stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-4/+5
| | * typo: Match argument name with the headerBen Boeckel2014-03-081-3/+3
| | * stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-7/+10
| | * strings: Remove cmStdString referencesBen Boeckel2014-03-081-19/+19
| | * cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-081-35/+16
| | * stringapi: Use strings for VS project namesBen Boeckel2014-03-081-5/+6
| | * 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
* | | Add platform-specific initialization step when enabling languagesBrad King2014-04-291-0/+15
|/ /
* | Do not warn by default when policy CMP0025 or CMP0047 is not setBrad King2014-04-021-2/+4
|/
* 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