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
/
cmGlobalKdevelopGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-47/+29
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-10/+10
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-2/+3
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
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
-1/+1
*
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
-3/+9
*
Refactor extra generator registration to use factories
Tobias Hunger
2016-08-03
1
-8/+16
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-10/+10
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-273/+202
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-1/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmGlobalKdevelopGenerator: port to cmXMLWriter
Daniel Pfeifer
2016-03-23
1
-146/+205
*
cmake: Store hardcoded lists of sources and headers
Stephen Kelly
2015-10-27
1
-2/+4
*
Port to GetGeneratorTargets.
Stephen Kelly
2015-10-24
1
-5/+4
*
cmLocalGenerator: Store a vector of generator targets.
Stephen Kelly
2015-10-21
1
-5/+6
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-1/+1
*
cmLocalGenerator: Store cmGeneratorTargets.
Stephen Kelly
2015-10-14
1
-2/+1
*
cmLocalGenerator: Add current binary directory accessor.
Stephen Kelly
2015-10-10
1
-2/+1
*
cmLocalGenerator: Add Home directory accessors.
Stephen Kelly
2015-10-08
1
-1/+1
*
cmLocalGenerator: Add GetProjectName method.
Stephen Kelly
2015-10-08
1
-1/+1
*
Access sources through cmGeneratorTarget.
Stephen Kelly
2015-10-07
1
-1/+3
*
Move GetLocation to cmGeneratorTarget.
Stephen Kelly
2015-07-27
1
-1/+1
*
Always access target location from a cmGeneratorTarget instance.
Stephen Kelly
2015-07-27
1
-4/+4
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-1/+1
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-3/+3
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-1/+2
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-11/+11
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-1/+1
*
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-1/+1
*
cmTarget: Refactor GetLocation API
Brad King
2014-03-08
1
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-3/+3
*
cmTarget: Make GetSourceFiles populate an out-vector parameter.
Stephen Kelly
2014-01-09
1
-1/+2
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-2/+3
*
KDevelop: Use GetLocation(0) instead of LOCATION property.
Stephen Kelly
2013-11-19
1
-1/+1
*
Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)
Brad King
2013-11-18
1
-1/+1
*
Drop the 'Full' field from cmDocumentationEntry
Brad King
2013-10-16
1
-10/+0
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-35/+35
*
Ninja: Eclipse and KDevelop fixes for ninja
Peter Kuemmel
2012-06-15
1
-0/+3
*
disable cmake's verbose output in the Eclipse and KDevelop generators
Alexander Neundorf
2009-12-23
1
-0/+1
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-18/+12
*
BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment,
Alexander Neundorf
2008-08-16
1
-2/+4
*
BUG: fix #7471, only put build directories and CMakeFiles/ in the blacklist
Alexander Neundorf
2008-08-16
1
-4/+9
[next]