Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: bug#3789 add msys for the msys generator | Bill Hoffman | 2006-10-03 | 1 | -0/+1 |
| | |||||
* | BUG: MSYS makefile shell needs posix paths to executables in some cases and ↵ | Brad King | 2006-09-28 | 1 | -0/+1 |
| | | | | it does not hurt to do it always. | ||||
* | 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-11 | 1 | -6/+9 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | ENH: use last mount point found for mingw location, not first | Bill Hoffman | 2006-02-21 | 1 | -3/+4 |
| | |||||
* | ENH: try to get the order a bit better | Bill Hoffman | 2006-02-21 | 1 | -3/+1 |
| | |||||
* | ENH: better finding of mingw from msys, and delete CMakeFiles directory when ↵ | Bill Hoffman | 2006-02-21 | 1 | -1/+24 |
| | | | | cache is deleted | ||||
* | ENH: better algorithm for looking for make and gcc on msys and mingw | Bill Hoffman | 2006-02-16 | 1 | -12/+9 |
| | |||||
* | ENH: fix borland make clean targets before build, add new generators for ↵ | Bill Hoffman | 2005-12-22 | 1 | -0/+82 |
msys and mingw |