summaryrefslogtreecommitdiff
path: root/Source/cmLocalGhsMultiGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmLocalGhsMultiGenerator: Generate targets in dependency orderBrad King2020-09-041-28/+8
* Factor out generator checks for filtering out interface librariesBrad King2020-07-231-2/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-2/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-14/+11
* GHS: Fix include-what-you-use and clang-tidy diagnosticsBrad King2019-03-201-6/+7
* GHS: Add support for object librariesFred Baksik2019-01-161-0/+42
* GHS: Place build system outputs per target output directivesFred Baksik2019-01-161-0/+9
* GHS: Update binary structure so that install scripts workFred Baksik2019-01-161-8/+24
* Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-2/+2
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* 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