Commit történet

Szerző SHA1 Üzenet Dátum
  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 éve
  Brad King 08b14163ee ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked. 19 éve
  Ken Martin 4102949bf9 STYLE: minor comment cleanups 19 éve
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 éve
  Bill Hoffman 89e5fc63fe STYLE: fix line lengths 19 éve
  Brad King 93c95f1cc5 BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory. 19 éve
  Andy Cedilnik 07260a6f27 ENH: Cleanup global targets even more and potentially fix Xcode 19 éve
  Andy Cedilnik c4156b4531 COMP: Even more global target fixes 19 éve
  Andy Cedilnik 0ba40b59c7 COMP: Handle preinstall properly on IDEs 19 éve
  Andy Cedilnik 549b77034e COMP: Fixes for visual studio 19 éve
  Andy Cedilnik 12dc64c7f5 ENH: Add a notion of a global target 19 éve
  Brad King afa8367885 BUG: Fixed cmTarget::GetFullPath to not append the configuration name when only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name. 20 éve
  Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should 20 éve
  Andy Cedilnik 782bef7374 ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2 20 éve
  Ken Martin 2a45d5cd68 ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES 20 éve
  Ken Martin 26c53fe14c ENH: modified GET_TARGET_PROPERTIES to work with all targets 20 éve
  Brad King 7ed018ec09 BUG: Changing to a new test for whether to do relative path conversion. Now only paths inside the source or binary trees are converted. 20 éve
  Ken Martin 8c65179339 ENH: warning fixes and some first steps in cleaning up the convert code 20 éve
  Ken Martin 25f75d9075 ENH: added new methods to convert to HomeRelative paths 20 éve
  Andy Cedilnik f812d053f6 ENH: Make FindMakeProgram public 20 éve
  Andy Cedilnik 61d0a75d11 ENH: Add option to ignore errors. Only works on make 20 éve
  Andy Cedilnik 7c5745ae95 ENH: Start working on command that will abstract generating of build command 20 éve
  Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 éve
  Ken Martin 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 éve
  Ken Martin 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 20 éve
  Bill Hoffman a9a0c91630 ENH: fix for finding the correct target in the current project 20 éve
  Brad King cb48e0c161 ENH: Merged implementations of ConvertToRelative*Path methods. The main ConvertToRelativePath method is now in cmGlobalGenerator. It converts paths only if they are at least inside the deepest common directory between the top-level source and build trees. Each cmLocalGenerator instance calls this global method with its own output directory as the "local" argument from which paths are relative. Added separate ConvertToOptionallyRelative path that pays attention to the CMAKE_USE_RELATIVE_PATHS option. 20 éve
  Ken Martin 4d30cb309c ENH: ctest now uses CMake global generator to do the build part of build-and-test 21 éve
  Bill Hoffman fd0f29e6f4 ENH: depends work between targets 21 éve
  Bill Hoffman 13865fc4fa ENH: move project map to global generator base 21 éve