Stephen Kelly
|
9b6a743b80
cmLocalGenerator: Remove Parent pointer.
|
10 years ago |
Stephen Kelly
|
3b880a0741
cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.
|
10 years ago |
Stephen Kelly
|
e12afe766e
cmState: Host some state from the cmGlobalGenerator.
|
10 years ago |
Stephen Kelly
|
c7b79aa16a
cmGlobalGenerator: Require a cmake instance in ctor.
|
10 years ago |
Stephen Kelly
|
333c1fa83b
cmGlobalUnixMakefileGenerator3: Host the UnixCD.
|
10 years ago |
Stephen Kelly
|
a97df5e135
cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.
|
10 years ago |
Stephen Kelly
|
cf7f03e522
cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.
|
10 years ago |
Stephen Kelly
|
e9b134b95d
cmGlobalUnixMakefileGenerator3: Host the include directive.
|
10 years ago |
Stephen Kelly
|
b17686d2bb
cmGlobalGenerator: Move some flags from cmLocalGenerator.
|
10 years ago |
Stephen Kelly
|
34c9ee2ed7
cmLocalGenerator: Require a global generator in the constructor.
|
10 years ago |
Stephen Kelly
|
a48aebcb67
cmLocalGenerator: Require a parent in the constructor.
|
10 years ago |
Stephen Kelly
|
32b8f03acc
cmMakefile: Port users of GetStart* methods to new names.
|
10 years ago |
Brad King
|
66a9c90c4b
Makefile: Fix multiple custom command outputs regression (#15116)
|
10 years ago |
Brad King
|
6c67b8168c
Makefile: Workaround Borland Make bug with multiple outputs
|
11 years ago |
Brad King
|
0c39a757da
Drop the 'Full' field from cmDocumentationEntry
|
12 years ago |
Patrick Gansterer
|
5170a8800f
Make cmGlobalGenerator::GetDocumentation() a static function
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Ken Martin
|
6cdf032505
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
Alexander Neundorf
|
43de8c8628
|
18 years ago |
Brad King
|
c25d2bfdd2
ENH: Added testing for custom command line arguments containing all special characters on the US keyboard. Fixed curly brace arguments on borland and % arguments in mingw32-make.
|
18 years ago |
Brad King
|
fd3688fa72
ENH: Fixed recursive make call target escaping for Borland to support SubDirSpaces test.
|
18 years ago |
Brad King
|
406f3554c7
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
19 years ago |
Brad King
|
0bbcb49f65
ENH: Added generation of link rules into script files executed by a cmake -E command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells.
|
19 years ago |
Ken Martin
|
71b993560b
STYLE: fix line length
|
19 years ago |
Brad King
|
4494c29078
ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support 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.
|
19 years ago |
Brad King
|
eb31755eb2
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Brad King
|
f09778c4a5
BUG: Work-around borland make bug that drops a rule completely if it has no dependencies or commands.
|
19 years ago |
Bill Hoffman
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
20 years ago |