Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -3/+3 |
| | | | | there, also provides secitons for Variables now | ||||
* | ENH: add support for Fortran to the KDevelop generator | Alexander Neundorf | 2007-08-31 | 1 | -130/+192 |
| | | | | | | -minor optimization for GetLanguageEnabled() Alex | ||||
* | COMP: remove unused variable | Alexander Neundorf | 2007-08-27 | 1 | -1/+0 |
| | | | | Alex | ||||
* | ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelop | Alexander Neundorf | 2007-08-26 | 1 | -2/+40 |
| | | | | | | doesn't watch these dirs for added or remved files everytime it is started Alex | ||||
* | ENH: also check for .hpp and .cxx files | Alexander Neundorf | 2007-08-21 | 1 | -2/+2 |
| | | | | Alex | ||||
* | ENH: enable cvs or svn support if the source has the CVS/.svn subdirs | Alexander Neundorf | 2007-06-10 | 1 | -0/+14 |
| | | | | Alex | ||||
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -19/+27 |
| | | | | | | | | | 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 the | Alexander Neundorf | 2007-06-05 | 1 | -9/+1 |
| | | | | | | kdevelop generator doesn't need its own CreateLocalGenerator() anymore Alex | ||||
* | STYLE: use braces | Alexander Neundorf | 2007-05-17 | 1 | -4/+6 |
| | | | | Alex | ||||
* | BUG: fix for 4186, kdevelop adding file twice | Bill Hoffman | 2007-01-25 | 1 | -2/+4 |
| | |||||
* | STYLE: Fixed line-too-long warning. | Brad King | 2006-10-03 | 1 | -2/+3 |
| | |||||
* | ENH: Patch from Alex to help with KDevelop code completion in generated ↵ | Brad King | 2006-10-02 | 1 | -1/+23 |
| | | | | projects. | ||||
* | ENH: Patch from Alex to fix current working directory when running ↵ | Brad King | 2006-08-29 | 1 | -1/+1 |
| | | | | executables built in KDevelop. | ||||
* | ENH: fix linelength | Ken Martin | 2006-06-15 | 1 | -2/+4 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -3/+7 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -46/+61 |
| | |||||
* | ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support ↵ | Brad King | 2006-04-27 | 1 | -1/+1 |
| | | | | for color is automatically detected when messages are printed. Also made color scheme more readable on both black and white backgrounds. This option can be enabled by setting CMAKE_COLOR_MAKEFILE to true in the project. | ||||
* | ENH: fix warnings | Bill Hoffman | 2006-04-24 | 1 | -13/+14 |
| | |||||
* | ENH: merge in Alex patches | Bill Hoffman | 2006-04-24 | 1 | -5/+14 |
| | |||||
* | ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE ↵ | Brad King | 2006-03-30 | 1 | -0/+1 |
| | | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -3/+3 |
| | |||||
* | ENH: apply patch from Alex to support some more kdevelop stuff | Bill Hoffman | 2006-02-18 | 1 | -11/+49 |
| | |||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -2/+2 |
| | | | | of const junk | ||||
* | BUG: fix KDev gen to call parent class Generate | Ken Martin | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2005-02-10 | 1 | -2/+1 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2005-02-10 | 1 | -2/+1 |
| | |||||
* | ENH: move most of the to global generator | Bill Hoffman | 2005-02-10 | 1 | -0/+363 |
| | |||||
* | DOC: documentation change | Bill Hoffman | 2004-10-27 | 1 | -6/+6 |
| | |||||
* | NEW: add kdevelop patch from Alexander Neundorf | Bill Hoffman | 2004-10-11 | 1 | -0/+52 |