summaryrefslogtreecommitdiff
path: root/Source/cmGlobalKdevelopGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-47/+29
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-10/+10
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-2/+3
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+9
* Refactor extra generator registration to use factoriesTobias Hunger2016-08-031-8/+16
* use CM_NULLPTRDaniel Pfeifer2016-06-281-10/+10
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-273/+202
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmGlobalKdevelopGenerator: port to cmXMLWriterDaniel Pfeifer2016-03-231-146/+205
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-2/+4
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-5/+4
* cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-5/+6
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-2/+1
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-2/+1
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-091-1/+1
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-091-1/+1
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+3
* Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-271-1/+1
* Always access target location from a cmGeneratorTarget instance.Stephen Kelly2015-07-271-4/+4
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-1/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+2
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-11/+11
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-1/+1
* cmTarget: Refactor GetLocation APIBrad King2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-3/+3
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-1/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* KDevelop: Use GetLocation(0) instead of LOCATION property.Stephen Kelly2013-11-191-1/+1
* Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)Brad King2013-11-181-1/+1
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-10/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-35/+35
* Ninja: Eclipse and KDevelop fixes for ninjaPeter Kuemmel2012-06-151-0/+3
* disable cmake's verbose output in the Eclipse and KDevelop generatorsAlexander Neundorf2009-12-231-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-18/+12
* BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment,Alexander Neundorf2008-08-161-2/+4
* BUG: fix #7471, only put build directories and CMakeFiles/ in the blacklistAlexander Neundorf2008-08-161-4/+9
* COMP: fix warning about unused mfAlexander Neundorf2008-03-271-12/+3