Commit History

Author SHA1 Message Date
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 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 c4156b4531 COMP: Even more global target fixes 19 years ago
  Andy Cedilnik 07d0e776ad BUG: More fixing of support for global target son visual studio 19 years ago
  Andy Cedilnik 0ba40b59c7 COMP: Handle preinstall properly on IDEs 19 years ago
  Andy Cedilnik 1ecd48ba67 COMP: Fix for preinstall 19 years ago
  Andy Cedilnik 549b77034e COMP: Fixes for visual studio 19 years ago
  Brad King c21287552b ENH: Switched order of slash and configuration name in cmGlobalGenerator::AppendDirectoryForConfig method to increase flexibility. 19 years ago
  Brad King bd0b829ffb BUG: Fixed generation of VS8 solution file to not be re-written when loaded by VS and to work with msbuild. 20 years ago
  Bill Hoffman 347c5f4b46 ENH: add working directory support 20 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
  Brad King 1c7075057f ENH: Added support for parallel builds in VS 8. There is now a special target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512. 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
  Brad King f9aef0e422 ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds. 20 years ago
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk 20 years ago
  Ken Martin 8108786494 ENH: fix for incorrect setting of CONFIZGURATION_TYPES 20 years ago
  Brad King 1c6f9716c3 BUG: Added space after /clean to avoid putting it together with the build configuration. This fixes the failure of the complext test on the second run in the same tree. 20 years ago
  Andy Cedilnik 61d0a75d11 ENH: Add option to ignore errors. Only works on make 20 years ago
  Brad King 48702f8a8d COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions. 20 years ago
  Andy Cedilnik cb3ea2328a ENH: Start working on a method that abstracts generating of build command 20 years ago
  Brad King 3b81a43294 ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed. 20 years ago
  Bill Hoffman 0255dab023 BUG: fix for bug 1702, better error message for GUID missing 20 years ago
  Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
  Ken Martin 791aa6052b ENH: add support for out of source source 20 years ago
  Ken Martin 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 20 years ago
  Brad King 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 years ago
  Ken Martin 4d30cb309c ENH: ctest now uses CMake global generator to do the build part of build-and-test 20 years ago
  Bill Hoffman 13865fc4fa ENH: move project map to global generator base 21 years ago
  Brad King a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. 21 years ago