summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGhsMultiGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-3/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* avoid including cmStandardIncludes.hDaniel Pfeifer2016-11-281-2/+4
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-1/+2
* Factor IDE folder name retrieval out into helper methodGregor Jasny2016-10-171-5/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-177/+128
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* GHS: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-6/+5
* cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-10/+10
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-1/+1
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+2
* GHS: Port API to cmGeneratorTarget.Stephen Kelly2015-10-071-1/+2
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-3/+2
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+2
* GHS: Remove call to SetCurrentLocalGenerator.Stephen Kelly2015-05-241-3/+1
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+3
* Add a 'Green Hills MULTI' generator on WindowsGeoff Viola2015-04-201-0/+548