summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalKdevelopGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH:Alexander Neundorf2008-03-271-4/+4
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: add support for Fortran to the KDevelop generatorAlexander Neundorf2007-08-311-130/+192
* COMP: remove unused variableAlexander Neundorf2007-08-271-1/+0
* ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelopAlexander Neundorf2007-08-261-2/+40
* ENH: also check for .hpp and .cxx filesAlexander Neundorf2007-08-211-2/+2
* ENH: enable cvs or svn support if the source has the CVS/.svn subdirsAlexander Neundorf2007-06-101-0/+14
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-19/+27
* STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so theAlexander Neundorf2007-06-051-9/+1
* STYLE: use bracesAlexander Neundorf2007-05-171-4/+6
* BUG: fix for 4186, kdevelop adding file twiceBill Hoffman2007-01-251-2/+4
* STYLE: Fixed line-too-long warning.Brad King2006-10-031-2/+3
* ENH: Patch from Alex to help with KDevelop code completion in generated proje...Brad King2006-10-021-1/+23
* ENH: Patch from Alex to fix current working directory when running executable...Brad King2006-08-291-1/+1
* ENH: fix linelengthKen Martin2006-06-151-2/+4
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-3/+7
* STYLE: fix line lengthKen Martin2006-05-111-46/+61
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-271-1/+1
* ENH: fix warningsBill Hoffman2006-04-241-13/+14
* ENH: merge in Alex patchesBill Hoffman2006-04-241-5/+14
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-0/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* ENH: apply patch from Alex to support some more kdevelop stuffBill Hoffman2006-02-181-11/+49
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-2/+2
* BUG: fix KDev gen to call parent class GenerateKen Martin2005-06-091-1/+1
* COMP: fix warningBill Hoffman2005-02-101-2/+1
* COMP: fix warningBill Hoffman2005-02-101-2/+1
* ENH: move most of the to global generatorBill Hoffman2005-02-101-0/+363
* DOC: documentation changeBill Hoffman2004-10-271-6/+6
* NEW: add kdevelop patch from Alexander NeundorfBill Hoffman2004-10-111-0/+52