Commit History

Author SHA1 Message Date
  Alexander Neundorf 4878c00905 18 years ago
  Alexander Neundorf df8f550029 18 years ago
  Alexander Neundorf 8245f437b6 18 years ago
  Alexander Neundorf 7f11536704 18 years ago
  Ken Martin 2a1e2456ae ENH: some code consolidation and cleanup 18 years ago
  Bill Hoffman 5891ba16ce ENH: add project to target map, not used yet, but created 18 years ago
  Brad King fc19882e8f ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. This is in preparation for setting up each local generator to have its own RelativePathTopSource and RelativePathTopBinary based on its ancestor directories. 19 years ago
  Brad King 73a5c33f9b BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice. 19 years ago
  Ken Martin 49085f7fed BUG: fixes so that --build-and-test will honor timeouts 19 years ago
  Bill Hoffman b0bc59f709 ENH: commit fix for putting everything in the build on vs 19 years ago
  Brad King e4ec89d036 ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system. 19 years ago
  Brad King 239fce5caa ENH: Do not generate install target unless some INSTALL or INSTALL_* commands have been used. This addresses bug#2827. 19 years ago
  Brad King eef327b944 ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories. 19 years ago
  Brad King 15ca72a862 BUG: Delay relative path configuration until as late as possible to make sure the source/binary dir are set. This is a work-around for lack of a more structured way of creating the global generator. 19 years ago
  Brad King 0bbcb49f65 ENH: Added generation of link rules into script files executed by a cmake -E command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells. 19 years ago
  Brad King 87d4d0e039 BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. 19 years ago
  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 20 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
  Bill Hoffman 89e5fc63fe STYLE: fix line lengths 20 years ago