Stephen Kelly
|
036372c4cd
Remove obsolete overrides of CreateLocalGenerator.
|
10 years ago |
Stephen Kelly
|
2047144f49
cmLocalGenerator: Remove unused IgnoreLibPrefix.
|
10 years ago |
Stephen Kelly
|
14f171c3ba
Remove method calls just repeating the default.
|
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 |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
12 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 |
Bill Hoffman
|
b2f308c8f9
Add support for windows resources with mingw/msys.
|
15 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
David Cole
|
c37b45ee9f
BUG: Do not require CMAKE_AR in the MSYS Makefiles generator when enabling language "NONE".
|
17 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 |
Bill Hoffman
|
8883a761d3
BUG: bug#3789 add msys for the msys generator
|
19 years ago |
Brad King
|
019dabc97f
BUG: MSYS makefile shell needs posix paths to executables in some cases and it does not hurt to do it always.
|
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
|
b8483cf109
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
|
20 years ago |
Bill Hoffman
|
74d315077c
ENH: use last mount point found for mingw location, not first
|
20 years ago |
Bill Hoffman
|
b6863e9fad
ENH: try to get the order a bit better
|
20 years ago |
Bill Hoffman
|
e015df7d06
ENH: better finding of mingw from msys, and delete CMakeFiles directory when cache is deleted
|
20 years ago |
Bill Hoffman
|
5042581f43
ENH: better algorithm for looking for make and gcc on msys and mingw
|
20 years ago |
Bill Hoffman
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
20 years ago |