Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable cmake's verbose output in the Eclipse and KDevelop generators | Alexander Neundorf | 2009-12-23 | 1 | -0/+1 |
| | | | | | | | | | | | | The Eclipse and KDevelop generators set the VERBOSE environment variable to TRUE in the project files, because they must be able to "see" the full command lines and errors, otherwise they can't parse the errors. But the VERBOSE env.var. also enables cmakes own verbose output, which can be quite long. This commit introduces an environment variable CMAKE_NO_VERBOSE, which when set disables cmake's verbose output also when VERBOSE is set. This env.var is now set by both the Eclipse and the KDevelop generators. Alex | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -18/+12 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment, | Alexander Neundorf | 2008-08-16 | 1 | -2/+4 |
| | | | | | | not together with the make executable Alex | ||||
* | BUG: fix #7471, only put build directories and CMakeFiles/ in the blacklist | Alexander Neundorf | 2008-08-16 | 1 | -4/+9 |
| | | | | Alex | ||||
* | COMP: fix warning about unused mf | Alexander Neundorf | 2008-03-27 | 1 | -12/+3 |
| | | | | | | | -"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: | Alexander Neundorf | 2008-03-27 | 1 | -4/+4 |
| | | | | | | | -enable colored output with the kdevelop generator -create non-verbose makefiles and have kdevelop call "VERBOSE=1 make" instead Alex | ||||
* | 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 |