summaryrefslogtreecommitdiff
path: root/Source/cmExtraKateGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-1/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* nits: replace some "c" instances with 'c'Ben Boeckel2020-04-131-1/+1
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-3/+2
* replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-3/+3
* cmMakefile: modernize memory managementMarc Chevrier2020-01-141-2/+1
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-20/+18
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-3/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+5
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-14/+8
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
* cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-2/+2
* Use cmSourceFile::GetIsGeneratedSebastian Holtermann2019-02-011-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-1/+0
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-2/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-8/+8
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-30/+20
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-1/+1
* 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-151-7/+7
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-1/+1
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-091-16/+13
* Kate: Remove unused variables.Stephen Kelly2015-10-091-3/+0
* Kate: Port API to cmLocalGenerator.Stephen Kelly2015-10-091-6/+12
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-091-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-211-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