История коммитов

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