summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalKdevelopGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* COMP: fix warning about unused mfAlexander Neundorf2008-03-271-1/+0
| | | | | | | -"make VERBOSE=1 <target>" should be more portable than "VERBOSE=1 make <target>", since it doesn't rely on the shell, shouldn't it ? Alex
* ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelopAlexander Neundorf2007-08-261-1/+1
| | | | | | doesn't watch these dirs for added or remved files everytime it is started Alex
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-18/+16
| | | | | | | | | write generators for IDE projects, which use already existing makefiles (current the kdevelop generator) -first stept of the export interface, iniitial export() command -more replacements for the FIND_XXX docs Alex
* STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so theAlexander Neundorf2007-06-051-3/+0
| | | | | | kdevelop generator doesn't need its own CreateLocalGenerator() anymore Alex
* ENH: apply patch from Alex to support some more kdevelop stuffBill Hoffman2006-02-181-5/+11
|
* ENH: make KDev sub off of Gen3Ken Martin2005-06-091-9/+9
|
* ENH: move most of the to global generatorBill Hoffman2005-02-101-3/+53
|
* NEW: add kdevelop patch from Alexander NeundorfBill Hoffman2004-10-111-0/+47