Commit History

Author SHA1 Message Date
  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
  Ken Martin b8483cf109 STYLE: fix line length 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
  Andy Cedilnik 1e608c912c ENH: Add packaging of source code (make package_source) 19 years ago
  Ken Martin 1bca540e52 ENH: fix compile issue on HP hopefully 19 years ago
  Ken Martin 535acdc7a0 ENH: some performance optimizations 19 years ago
  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. 19 years ago
  Andy Cedilnik bad1215a85 ENH: Add support for preinstall for cmake generated projects when packaging them 19 years ago
  Brad King 2301a025ea ENH: Added global TargetManifest computation between Configure and Generate steps. This allows generators to know what other targets will exist on disk when the build completes. 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
  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 years ago
  Ken Martin 4102949bf9 STYLE: minor comment cleanups 19 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 years ago
  Bill Hoffman 89e5fc63fe STYLE: fix line lengths 19 years ago
  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 years ago
  Andy Cedilnik 07260a6f27 ENH: Cleanup global targets even more and potentially fix Xcode 19 years ago
  Andy Cedilnik c4156b4531 COMP: Even more global target fixes 19 years ago
  Andy Cedilnik 0ba40b59c7 COMP: Handle preinstall properly on IDEs 19 years ago
  Andy Cedilnik 549b77034e COMP: Fixes for visual studio 19 years ago
  Andy Cedilnik 12dc64c7f5 ENH: Add a notion of a global target 19 years ago
  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 years ago
  Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should 20 years ago
  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 years ago
  Ken Martin 2a45d5cd68 ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES 20 years ago
  Ken Martin 26c53fe14c ENH: modified GET_TARGET_PROPERTIES to work with all targets 20 years ago
  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 years ago
  Ken Martin 8c65179339 ENH: warning fixes and some first steps in cleaning up the convert code 20 years ago
  Ken Martin 25f75d9075 ENH: added new methods to convert to HomeRelative paths 20 years ago
  Andy Cedilnik f812d053f6 ENH: Make FindMakeProgram public 20 years ago
  Andy Cedilnik 61d0a75d11 ENH: Add option to ignore errors. Only works on make 20 years ago