summaryrefslogtreecommitdiff
path: root/Source/cmLocalGhsMultiGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+7
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-5/+5
* cmLocalGenerator: Don't store imported generator targetsStephen Kelly2015-10-201-2/+1
* Use IsImported from cmGeneratorTarget.Stephen Kelly2015-10-161-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-151-1/+1
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-1/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* GHS: Use a cmGeneratorTarget in generator API.Stephen Kelly2015-06-221-1/+1
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* GHS: Don't attempt to generate for IMPORTED or INTERFACE targets.Stephen Kelly2015-05-241-0/+5
* GHS: Remove unnecessary condition.Stephen Kelly2015-05-241-7/+5
* GHS: Remove unnecessary Configure override.Stephen Kelly2015-05-241-18/+0
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+3
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+2
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-1/+1
* Add a 'Green Hills MULTI' generator on WindowsGeoff Viola2015-04-201-0/+55