Brad King
|
826d238ebd
BUG: Fix to avoid repeated calls to CollapseFullPath during dependency scanning. This addresses bug#3191.
|
hace 19 años |
Ken Martin
|
4394cc80de
BUG: add a fast version for preinstall
|
hace 19 años |
Ken Martin
|
3023eb7ccb
ENH: Makefile performance improvements
|
hace 19 años |
Brad King
|
a3cd7fd1b5
COMP: Disable color support for bootstrap.
|
hace 20 años |
Brad King
|
a4f9d6a80b
BUG: Default SHELL on windows should not be a hard-coded path.
|
hace 20 años |
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.
|
hace 20 años |
Brad King
|
cceb8e87f1
BUG: Changed color scheme to be more readable on both white and black backgrounds.
|
hace 20 años |
Ken Martin
|
535acdc7a0
ENH: some performance optimizations
|
hace 20 años |
Bill Hoffman
|
2238e22699
ENH: make sure verbose output is used for kde
|
hace 20 años |
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.
|
hace 20 años |
Andy Cedilnik
|
d9dd47422b
BUG: Handle spaces in the path
|
hace 20 años |
Andy Cedilnik
|
40272a16bd
ENH: Add support for adding content to bundles
|
hace 20 años |
Ken Martin
|
fdb605dd09
BUG: fix warning
|
hace 20 años |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
hace 20 años |
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.
|
hace 20 años |
Brad King
|
c332ff41f1
BUG: Avoid full paths and spaces when constructing object file names.
|
hace 20 años |
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.
|
hace 20 años |
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
|
hace 20 años |
Andy Cedilnik
|
10d1b20790
BUG: Fix problem on Wacom system with global symbolic targets
|
hace 20 años |
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.
|
hace 20 años |
Bill Hoffman
|
2874b35f5c
ENH: try to fix things up for the dashboard
|
hace 20 años |
Andy Cedilnik
|
66ea097554
ENH: Properly handle target dependencies
|
hace 20 años |
Andy Cedilnik
|
32c403f665
ENH: Remove debug
|
hace 20 años |
Andy Cedilnik
|
12dc64c7f5
ENH: Add a notion of a global target
|
hace 20 años |
Brad King
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
hace 20 años |
Brad King
|
60cd72d01c
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
hace 20 años |
Ken Martin
|
141ad7645e
ENH: some reorg of the unix makefile generator
|
hace 20 años |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
hace 20 años |
Bill Hoffman
|
185cb0b5bf
ENH: allow for - in the name of targets for nmake
|
hace 20 años |
Ken Martin
|
96d754046a
ENH: more cleanup and removal of old code
|
hace 20 años |