summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-1/+2
* cmGeneratorTarget: Move compile features processing from cmTarget.Stephen Kelly2015-08-261-1/+1
* cmGeneratorTarget: Move compile options processing from cmTarget.Stephen Kelly2015-08-261-2/+6
* cmTestGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-0/+1
* Merge topic 'use-generator-target'Brad King2015-08-061-3/+5
|\
| * cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-1/+1
| * cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.Stephen Kelly2015-08-051-1/+3
| * cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-1/+1
* | cmGeneratorExpressionEvaluationFile: Require generator context.Stephen Kelly2015-08-011-2/+2
* | cmMakefile: Store EvaluationFiles.Stephen Kelly2015-08-011-0/+48
|/
* cmInstallCommand: Store only a targetName, not a cmTarget.Stephen Kelly2015-07-301-7/+11
* Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-271-2/+2
* Always access target location from a cmGeneratorTarget instance.Stephen Kelly2015-07-271-3/+4
* cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method.Stephen Kelly2015-07-271-78/+0
* cmLocalGenerator: Remove unused AddBuildTargetRule method.Stephen Kelly2015-07-271-100/+0
* cmLocalGenerator: Remove CreateCustomTargetsAndCommands method.Stephen Kelly2015-07-271-42/+0
* cmState: Extract a Directory class.Stephen Kelly2015-07-181-19/+24
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-0/+4
* cmLocalGenerator: Remove unused includeBrad King2015-07-081-2/+0
* cmLocalGenerator: Constify GetIncludeDirectories method.Stephen Kelly2015-06-211-1/+1
* cmMakefile: Move IsRoot API from cmLocalGenerator.Stephen Kelly2015-06-211-5/+0
* cmLocalGenerator: Add IssueMessage method.Stephen Kelly2015-06-211-7/+23
* cmLocalGenerator: Remove ConfigureFinalPass.Stephen Kelly2015-06-091-5/+0
* Merge topic 'move-Feature-API'Brad King2015-06-081-0/+27
|\
| * cmLocalGenerator: Add Feature API from cmMakefile.Stephen Kelly2015-06-061-0/+27
* | cmOutputConverter: Extract from cmLocalGenerator.Stephen Kelly2015-06-061-417/+1
* | cmLocalGenerator: Remove some commented lines of code.Stephen Kelly2015-06-041-5/+0
|/
* Merge topic 'cmMakefile-Configure'Brad King2015-06-041-73/+1
|\
| * cmMakefile: Move Configure responsibility from cmLocalGenerator.Stephen Kelly2015-06-041-62/+0
| * cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.Stephen Kelly2015-06-041-8/+9
| * cmMakefile: Refactor directories specified with the subdirs command.Stephen Kelly2015-06-041-7/+4
| * cmLocalGenerator: ComputeObjectMaxPath just before generating.Stephen Kelly2015-06-041-2/+0
| * Merge Configure state with GeneratingBuildSystem state.Stephen Kelly2015-06-041-9/+3
* | Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS'Brad King2015-06-041-52/+36
|\ \ | |/
| * cmLocalGenerator: Remove 'optional' parameter from Convert.Stephen Kelly2015-06-041-38/+35
| * cmLocalGenerator: Remove obsolete method.Stephen Kelly2015-06-031-8/+0
| * Remove CMAKE_USE_RELATIVE_PATHS variable.Stephen Kelly2015-06-031-7/+2
* | cmState: Rename GetParent method.Stephen Kelly2015-06-021-1/+1
|/
* Merge topic 'inject-state-snapshot'Brad King2015-05-271-22/+23
|\
| * cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-7/+4
| * cmState: Host some state from the cmGlobalGenerator.Stephen Kelly2015-05-271-14/+14
| * cmState: Move snapshot creation to the cmake instance.Stephen Kelly2015-05-241-2/+6
* | Honor visibility properties for all target types (#15556)Brad King2015-05-261-12/+48
|/
* Convert: Remove specification of default parameter.Stephen Kelly2015-05-201-2/+2
* cmLocalGenerator: Get enabled languages from cmState.Stephen Kelly2015-05-201-2/+2
* cmLocalGenerator: Implement IsRootMakefile in terms of cmState.Stephen Kelly2015-05-201-1/+1
* cmLocalGenerator: Inline ReadListFile method.Stephen Kelly2015-05-201-12/+4
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-3/+1
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-149/+13
|\
| * cmLocalGenerator: Remove redundant path access.Stephen Kelly2015-05-161-2/+1