Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added testing for custom command line arguments containing all special ↵ | Brad King | 2007-05-17 | 1 | -0/+1 |
| | | | | characters on the US keyboard. Fixed curly brace arguments on borland and % arguments in mingw32-make. | ||||
* | ENH: Fixed recursive make call target escaping for Borland to support ↵ | Brad King | 2007-03-08 | 1 | -0/+1 |
| | | | | SubDirSpaces test. | ||||
* | BUG: Fixed display of custom command comments with quotes, dollars, and ↵ | Brad King | 2006-10-04 | 1 | -1/+0 |
| | | | | other special characters in them. | ||||
* | ENH: Added generation of link rules into script files executed by a cmake -E ↵ | Brad King | 2006-06-15 | 1 | -0/+1 |
| | | | | command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -3/+4 |
| | |||||
* | 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: 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 | -4/+4 |
| | |||||
* | BUG: Work-around borland make bug that drops a rule completely if it has no ↵ | Brad King | 2006-02-16 | 1 | -0/+1 |
| | | | | dependencies or commands. | ||||
* | ENH: fix borland make clean targets before build, add new generators for ↵ | Bill Hoffman | 2005-12-22 | 1 | -0/+2 |
| | | | | msys and mingw | ||||
* | ENH: added new generator | Ken Martin | 2005-05-12 | 1 | -4/+3 |
| | |||||
* | ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵ | Brad King | 2005-04-06 | 1 | -1/+0 |
| | | | | never used. | ||||
* | ENH: Enabling cmLocalUnixMakefileGenerator2 by default. | Brad King | 2005-03-01 | 1 | -2/+6 |
| | |||||
* | ENH: try to initialize all languages at the same time | Bill Hoffman | 2004-08-27 | 1 | -1/+2 |
| | |||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -7/+0 |
| | | | | to enable a language without modifing cmake source code | ||||
* | BUG: fix for bug 346, borland should now support dash in the path | Bill Hoffman | 2003-11-05 | 1 | -7/+0 |
| | |||||
* | BUG: fix for bug 303 pass makeflags to sub makes | Bill Hoffman | 2003-10-28 | 1 | -1/+1 |
| | |||||
* | ENH: add the unix makefile generator as an option from the windows GUI, this ↵ | Bill Hoffman | 2003-08-21 | 1 | -0/+1 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -0/+9 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 1 | -7/+4 |
| | |||||
* | BUG: fix get make command problems. | Bill Hoffman | 2002-12-04 | 1 | -7/+8 |
| | |||||
* | determine CMAKE_MAKE_PROGRAM in EnableLanguage | Bill Hoffman | 2002-12-03 | 1 | -0/+5 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -11/+12 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | fix for borland compilers | Ken Martin | 2002-09-08 | 1 | -2/+2 |
| | |||||
* | first cut a new arch | Ken Martin | 2002-09-04 | 1 | -0/+56 |