Ken Martin
|
50d058a3a1
ENH: always compile progress
|
há 19 anos atrás |
Ken Martin
|
6580114309
BUG: fix issue with too many fast targets being listed
|
há 19 anos atrás |
Ken Martin
|
c0e27431e7
PERF: performance improvement
|
há 19 anos atrás |
Andy Cedilnik
|
fd8e45d4a1
ENH: Add simple progress reporting during make
|
há 19 anos atrás |
Ken Martin
|
b8483cf109
STYLE: fix line length
|
há 19 anos atrás |
Ken Martin
|
00d063a346
BUG: use SHELL var
|
há 19 anos atrás |
Ken Martin
|
96b52c1787
BUG: need to make sure paths are OK
|
há 19 anos atrás |
Ken Martin
|
7d82ffaf00
BUG: need to make sure paths are OK
|
há 19 anos atrás |
Ken Martin
|
032cf3c998
BUG: fix for unix
|
há 19 anos atrás |
Ken Martin
|
3023eb7ccb
ENH: Makefile performance improvements
|
há 19 anos atrás |
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.
|
há 19 anos atrás |
Bill Hoffman
|
c3078abfe5
ENH: fix global help
|
há 19 anos atrás |
Bill Hoffman
|
31875743e9
ENH: fix help for global targets
|
há 19 anos atrás |
Bill Hoffman
|
769d0e4d29
ENH: put global targets in the help
|
há 19 anos atrás |
Brad King
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
há 19 anos atrás |
Bill Hoffman
|
8c06f8e294
ENH: add support for re-running cmake if the cmakefiles change
|
há 19 anos atrás |
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.
|
há 19 anos atrás |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
há 19 anos atrás |
Brad King
|
8d9a997beb
ENH: Cleaned up generation of directory-level rules and their support structure. The directorystart rule has been removed in favor of checking the build system in the subdirectory makefile first. The "directory" rule has been renamed "all" since it corresponds to the "all" pass anyway (as against "clean"). Also fixed directory-level rule for preinstall.
|
há 19 anos atrás |
Andy Cedilnik
|
c4156b4531
COMP: Even more global target fixes
|
há 19 anos atrás |
Brad King
|
f09778c4a5
BUG: Work-around borland make bug that drops a rule completely if it has no dependencies or commands.
|
há 20 anos atrás |
Brad King
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
há 20 anos atrás |
Brad King
|
60cd72d01c
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
há 20 anos atrás |
Ken Martin
|
141ad7645e
ENH: some reorg of the unix makefile generator
|
há 20 anos atrás |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
há 20 anos atrás |
Bill Hoffman
|
1c289b52f4
BUG: fix build problem on gcc
|
há 20 anos atrás |
Bill Hoffman
|
61e056e2dc
BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help
|
há 20 anos atrás |
Bill Hoffman
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
há 20 anos atrás |
Ken Martin
|
929553a02e
ENH: big cleanup and fix for jump commands
|
há 20 anos atrás |
Ken Martin
|
345fb993aa
ENH: some fixes for better backwards compatibility
|
há 20 anos atrás |