Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Allow projects to disable per-rule echo lines | Brad King | 2009-03-16 | 1 | -3/+3 |
| | | | | | | | | | This creates global property RULE_MESSAGES which can be set to disbale per-rule progress and action reporting. On Windows, these reports may cause a noticable delay due to the cost of starting extra processes. This feature will allow scripted builds to avoid the cost since they do not need detailed information anyway. This replaces the RULE_PROGRESS property created earlier as it is more complete. See issue #8726. | ||||
* | ENH: Allow projects to disable per-rule progress | Brad King | 2009-03-16 | 1 | -0/+3 |
| | | | | | | | | This creates global property RULE_PROGRESS which can be set to disbale per-rule progress reporting. On Windows, progress reports may cause a noticable delay due to the cost of starting an extra process. This feature will allow scripted builds to avoid the cost since they do not need detailed progress anyway. See issue #8726. | ||||
* | STYLE: this is not necessary anymore for kdevelop, the kdevelop generator | Alexander Neundorf | 2009-01-10 | 1 | -5/+1 |
| | | | | | | | | | now generates the project so that the environment variable VERBOSE is set to 1 when make is executed by kdevelop (and additionally this didn't work, since CMAKE_GENERATOR never matches KDevelop3, this is now in CMAKE_EXTRA_GENERATOR) Alex | ||||
* | ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more ↵ | Brad King | 2008-01-17 | 1 | -1/+1 |
| | | | | powerful signature. | ||||
* | ENH: add flag so a terminating slash for the link path can be specified ↵ | Alexander Neundorf | 2007-08-28 | 1 | -0/+1 |
| | | | | | | (needed by the Digital Mars D compiler) Alex | ||||
* | BUG: use CMAKE_HOST_UNIX here instead of UNIX | Alexander Neundorf | 2007-08-09 | 1 | -3/+3 |
| | | | | Alex | ||||
* | STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS | Alexander Neundorf | 2007-06-26 | 1 | -1/+1 |
| | | | | | | to the first global cmake property TARGET_SUPPORTS_SHARED_LIBS Alex | ||||
* | ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the target | Alexander Neundorf | 2007-06-21 | 1 | -0/+3 |
| | | | | | | platform doesn't support shared libraries Alex | ||||
* | STYLE: move the two CMAKE_SHARED_LIBRARYC/CXX_FLAGS for gcc from | Alexander Neundorf | 2007-05-22 | 1 | -14/+8 |
| | | | | | | CMakeGenericSystem.cmake to gcc.cmake Alex | ||||
* | ENH: Allow user project code to distinguish between an install prefix set on ↵ | Brad King | 2006-10-16 | 1 | -0/+8 |
| | | | | the command line and one set by CMake as a default. This is useful for changing the default prefix while still allowing the user to override it. | ||||
* | ENH: Adding advanced option CMAKE_COLOR_MAKEFILE for makefile generators ↵ | Brad King | 2006-05-25 | 1 | -0/+7 |
| | | | | with default ON. | ||||
* | ENH: Cleanup link libraries. Remove -l from -ldl | Andy Cedilnik | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵ | Brad King | 2006-02-09 | 1 | -0/+3 |
| | | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. | ||||
* | BUG: CMAKE_INSTALL_PREFIX must always have forward slashes. | Brad King | 2006-02-03 | 1 | -0/+4 |
| | |||||
* | BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix | Bill Hoffman | 2006-01-02 | 1 | -0/+1 |
| | |||||
* | ENH: Picking better default for CMAKE_INSTALL_PREFIX on Windows by using ↵ | Brad King | 2005-08-29 | 1 | -8/+11 |
| | | | | ProgramFiles environment variable. Now that install actually works on Windows I'm making this entry non-advanced also. | ||||
* | ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILE | Bill Hoffman | 2005-07-19 | 1 | -1/+0 |
| | |||||
* | ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILE | Bill Hoffman | 2005-07-19 | 1 | -2/+6 |
| | |||||
* | ENH: adde dback in CMAKE_VERBOSE_MAKEFILE that was acc removed | Ken Martin | 2005-06-20 | 1 | -1/+5 |
| | |||||
* | ENH: Added better default install location for windows builds. The previous ↵ | Brad King | 2005-02-22 | 1 | -6/+17 |
| | | | | default /usr/local did not make much sense. Now "%SystemDrive%/Program Files/PROJECT_NAME" is used, which is the windows equivalent to /usr/local. | ||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -3/+5 |
| | | | | directory. | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -0/+36 |
to enable a language without modifing cmake source code |