summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* cmLocalGenerator: Simplify IssueMessage implementationBrad King2016-04-151-11/+1
* cmLocalGenerator: Use own IssueMessage methodBrad King2016-04-151-2/+2
* Merge topic 'fix-target-alias-in-subdir'Brad King2016-04-051-13/+2
|\
| * Rename local target lookup methods to clarify purposeBrad King2016-04-011-2/+2
| * Fix lookup of an ALIAS target outside aliased target's directory (#16044)Brad King2016-04-011-11/+0
* | Drop Visual Studio 6 generatorBrad King2016-03-091-1/+1
* | Merge topic 'fix-target-lookup-performance-regression'Brad King2016-02-091-0/+2
|\ \ | |/
| * Improve internal generator target structure lookupBrad King2016-02-081-0/+2
* | install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-3/+3
|/
* Port CMake from cmIML to KWIMLBrad King2015-12-181-2/+2
* Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...Brad King2015-11-251-4/+2
|\
| * cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopesBrad King2015-11-251-4/+2
* | cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTargetStephen Kelly2015-10-271-0/+7
* | cmLocalGenerator: Port Find method away from GetGeneratorTargetStephen Kelly2015-10-271-3/+13
* | cmLocalGenerator: Store imported targets in a separate container.Stephen Kelly2015-10-271-0/+5
* | cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTargetStephen Kelly2015-10-271-2/+38
* | cmLocalGenerator: Port internals to cmGeneratorTargetStephen Kelly2015-10-271-5/+4
* | cmLocalGenerator: Add IsRootMakefile APIStephen Kelly2015-10-271-0/+5
* | cmLocalGenerator: Add GetPolicyStatus APIStephen Kelly2015-10-271-2/+8
* | Use cmLocalGenerator at generate-time.Stephen Kelly2015-10-241-1/+1
* | Port to GetGeneratorTargets.Stephen Kelly2015-10-241-13/+14
* | cmInstallTargetGenerator: Get a cmGeneratorTarget directly.Stephen Kelly2015-10-241-0/+7
* | cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-11/+11
* | Merge topic 'use-generator-target'Brad King2015-10-211-6/+6
|\ \
| * | Access policy status from cmGeneratorTarget at generate time.Stephen Kelly2015-10-201-2/+2
| * | cmGeneratorTarget: Provide direct access to the backtrace.Stephen Kelly2015-10-201-2/+2
| * | cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.Stephen Kelly2015-10-201-2/+2
* | | cmLocalGenerator: Simplify semantic of adding generator targets.Stephen Kelly2015-10-201-1/+0
* | | cmLocalGenerator: Don't store imported generator targetsStephen Kelly2015-10-201-6/+1
|/ /
* | cmLocalGenerator: Port PList handling to cmGeneratorTarget.Stephen Kelly2015-10-181-3/+3
* | cmLocalGenerator: Port policy handling to cmGeneratorTarget.Stephen Kelly2015-10-171-1/+1
* | cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-34/+34
* | Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-1/+1
* | Use IsImported from cmGeneratorTarget.Stephen Kelly2015-10-161-1/+1
* | Merge topic 'clean-up-cmTarget'Brad King2015-10-161-32/+32
|\ \
| * | cmState: Move GetTargetTypeName from cmTarget.Stephen Kelly2015-10-141-2/+2
| * | cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-30/+30
| * | Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-141-2/+2
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-141-1/+1
|/ /
* | cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-3/+21
* | Merge topic 'use-generator-target'Brad King2015-10-121-2/+2
|\ \
| * | cmGeneratorTarget: Move link implementation from cmTarget.Stephen Kelly2015-10-081-2/+2
* | | cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-101-0/+5
* | | cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-0/+5
* | | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-0/+10
* | | cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-081-0/+5
|/ /
* | cmLocalGenerator: Add cmake instance accessor.Stephen Kelly2015-10-081-0/+5
* | cmLocalGenerator: Constify target in API.Stephen Kelly2015-10-051-1/+1
|/
* Drop executable symbol export if platform does not support shared libsChuck Atkins2015-09-301-1/+3