Brad King
|
ec2104cd31
BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
|
19 years ago |
Brad King
|
15535c3f60
BUG: Fix for spaces in path to build directory with new progress stuff.
|
19 years ago |
Ken Martin
|
50d058a3a1
ENH: always compile progress
|
19 years ago |
Andy Cedilnik
|
fd8e45d4a1
ENH: Add simple progress reporting during make
|
19 years ago |
Ken Martin
|
000bce884d
STYLE: fix line length
|
19 years ago |
Brad King
|
826d238ebd
BUG: Fix to avoid repeated calls to CollapseFullPath during dependency scanning. This addresses bug#3191.
|
19 years ago |
Ken Martin
|
4394cc80de
BUG: add a fast version for preinstall
|
19 years ago |
Ken Martin
|
3023eb7ccb
ENH: Makefile performance improvements
|
19 years ago |
Brad King
|
a3cd7fd1b5
COMP: Disable color support for bootstrap.
|
19 years ago |
Brad King
|
a4f9d6a80b
BUG: Default SHELL on windows should not be a hard-coded path.
|
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
|
cceb8e87f1
BUG: Changed color scheme to be more readable on both white and black backgrounds.
|
19 years ago |
Ken Martin
|
535acdc7a0
ENH: some performance optimizations
|
19 years ago |
Bill Hoffman
|
2238e22699
ENH: make sure verbose output is used for kde
|
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 |
Andy Cedilnik
|
d9dd47422b
BUG: Handle spaces in the path
|
19 years ago |
Andy Cedilnik
|
40272a16bd
ENH: Add support for adding content to bundles
|
19 years ago |
Ken Martin
|
fdb605dd09
BUG: fix warning
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Brad King
|
8e702ac5a8
BUG: Fixed object file name construction to use Convert method for relative path conversion. Also fixed test of result to check explicitly for a full path.
|
19 years ago |
Brad King
|
c332ff41f1
BUG: Avoid full paths and spaces when constructing object file names.
|
19 years ago |
Brad King
|
2b316f169c
ENH: Introducing new policy to construct more unique object file names. This should allow multiple sources with the same file name but different FULL paths to be added to a single target.
|
19 years ago |
Bill Hoffman
|
4c5ba06fa1
ENH: use a cmake script to do the clean step, this allows for large numbers of files to be removed without making the command line too long
|
19 years ago |
Andy Cedilnik
|
10d1b20790
BUG: Fix problem on Wacom system with global symbolic targets
|
19 years ago |
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.
|
19 years ago |
Bill Hoffman
|
2874b35f5c
ENH: try to fix things up for the dashboard
|
19 years ago |
Andy Cedilnik
|
66ea097554
ENH: Properly handle target dependencies
|
19 years ago |
Andy Cedilnik
|
32c403f665
ENH: Remove debug
|
19 years ago |
Andy Cedilnik
|
12dc64c7f5
ENH: Add a notion of a global target
|
19 years ago |
Brad King
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
19 years ago |