summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'target-transitive-sources'Brad King2014-04-031-1/+16
|\
| * cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+16
* | Merge topic 'target-sources-refactor'Brad King2014-04-031-48/+8
|\ \ | |/
| * cmGeneratorTarget: Compute target objects on demandStephen Kelly2014-04-021-46/+0
| * cmGeneratorTarget: Compute consumed object libraries on demand.Stephen Kelly2014-04-021-1/+0
| * cmGlobalGenerator: Add interface to call ForceLinkerLanguagesStephen Kelly2014-03-311-0/+7
| * cmGeneratorTarget: Compute the object directory early.Stephen Kelly2014-03-311-1/+1
* | Merge branch 'master' into revise-compiler-id-policiesBrad King2014-04-021-172/+157
|\ \ | |/
| * cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-2/+19
| * cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-0/+6
| * Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
| * 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
* | 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