summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmLocalGenerator: Compute object max path on construction.Stephen Kelly2015-09-241-0/+2
* CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGSChuck Atkins2015-09-211-5/+39
* cmLocalGenerator: Simplify condition.Stephen Kelly2015-09-181-1/+1
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+7
* cmLocalGenerator: Always return the end snapshot state of a directory.Stephen Kelly2015-09-121-1/+1
* Merge topic 'refactor-compute'Brad King2015-08-311-2/+2
|\
| * cmGeneratorTarget: Rename method to match operation.Stephen Kelly2015-08-301-2/+2
* | cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-5/+4
* | cmMakefile: Remove cmLocalGenerator member.Stephen Kelly2015-08-281-1/+1
* | cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+0
|/
* Merge topic 'use-generator-target'Brad King2015-08-271-4/+9
|\
| * 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
* | Merge topic 'rm-cmLocalGenerator-Children'Brad King2015-08-271-20/+16
|\ \
| * | cmLocalGenerator: Remove unused Children member.Stephen Kelly2015-08-241-4/+0
| * | cmLocalGenerator: Implement child traversal in terms of cmState.Stephen Kelly2015-08-241-8/+11
| * | cmLocalGenerator: Simplify condition.Stephen Kelly2015-08-241-12/+9
| |/
* | cmLocalGenerator: Implement GetFeature in terms of cmState.Stephen Kelly2015-08-241-4/+4
* | cmLocalGenerator: Convert GetFeature recursion to loop.Stephen Kelly2015-08-241-8/+8