index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmExtraKateGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-2/+2
*
Source: Remove unnecessary comparisons to nullptr
Vitaly Stakhovsky
2021-05-10
1
-1/+1
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+3
*
nits: replace some "c" instances with 'c'
Ben Boeckel
2020-04-13
1
-1/+1
*
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-3/+2
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-3/+3
*
cmMakefile: modernize memory management
Marc Chevrier
2020-01-14
1
-2/+1
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-20/+18
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-3/+3
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-5/+5
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-1/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-14/+8
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-1/+1
*
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-2/+2
*
Use cmSourceFile::GetIsGenerated
Sebastian Holtermann
2019-02-01
1
-1/+1
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-1/+0
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-2/+1
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-2/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2/+3
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-8/+8
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-30/+20
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-1/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-7/+7
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-4/+8
*
Refactor extra generator registration to use factories
Tobias Hunger
2016-08-03
1
-11/+15
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-155/+118
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-1/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+4
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-2/+2
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
Remove some obsolete declarations
Stephen Kelly
2015-10-27
1
-1/+0
*
Port to GetGeneratorTargets.
Stephen Kelly
2015-10-24
1
-14/+17
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-7/+7
*
cmLocalGenerator: Add current binary directory accessor.
Stephen Kelly
2015-10-10
1
-1/+1
*
cmLocalGenerator: Add Home directory accessors.
Stephen Kelly
2015-10-08
1
-16/+13
*
Kate: Remove unused variables.
Stephen Kelly
2015-10-08
1
-3/+0
*
Kate: Port API to cmLocalGenerator.
Stephen Kelly
2015-10-08
1
-6/+12
*
cmLocalGenerator: Add GetProjectName method.
Stephen Kelly
2015-10-08
1
-3/+3
*
cmExtra{Kate,SublimeText}Generator: Remove unused cmXMLSafe includes
Daniel Pfeifer
2015-08-28
1
-1/+0
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-1/+1
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-2/+2
*
Kate: handle spaces in build dir
Alex Neundorf
2014-02-17
1
-9/+9
[next]