summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraKateGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-7/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+8
* Refactor extra generator registration to use factoriesTobias Hunger2016-08-031-11/+15
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-155/+118
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+4
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Remove some obsolete declarationsStephen Kelly2015-10-271-1/+0
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-14/+17
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-7/+7
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-1/+1
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-16/+13
* Kate: Remove unused variables.Stephen Kelly2015-10-081-3/+0
* Kate: Port API to cmLocalGenerator.Stephen Kelly2015-10-081-6/+12
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-081-3/+3
* cmExtra{Kate,SublimeText}Generator: Remove unused cmXMLSafe includesDaniel Pfeifer2015-08-281-1/+0
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-1/+1
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
* Kate: handle spaces in build dirAlex Neundorf2014-02-171-9/+9
* Kate: use cmMakefile::GetSafeDefinition() for a not-required variableAlex Neundorf2014-01-171-1/+1
* kate: put full path to cmake into commentAlex Neundorf2013-12-291-1/+2
* kate: support also the build plugin in kate <= 4.12Alex Neundorf2013-12-291-6/+17
* kate: the prev_target is not used by kateAlex Neundorf2013-12-291-1/+0
* kate: fix ninja supportAlex Neundorf2013-12-191-10/+21
* kate: remove unused functionAlex Neundorf2013-12-191-44/+0
* kate: insert build targetsAlex Neundorf2013-11-251-8/+136
* kate: add project generator for the Kate project pluginAlex Neundorf2013-11-251-0/+244