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
  Brad King c21287552b ENH: Switched order of slash and configuration name in cmGlobalGenerator::AppendDirectoryForConfig method to increase flexibility. 19 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
  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 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk 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
  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 a8770ccc19 BUG: fix for empty target or config strings in the Build method 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
  Ken Martin cf7893b934 BUG: fix VSExternal for visual studio 6 21 years ago
  Bill Hoffman 5001eed8a5 ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson 21 years ago
  Bill Hoffman b1f3e10439 BUG: make sure env CC and CXX are not set for VS IDE builds 21 years ago
  Bill Hoffman b5bdf2cb0a ENH: add better error reporting for file open failures 21 years ago
  Bill Hoffman 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
  Bill Hoffman bb32a51825 ENH: change RUN_TESTS to use -C and not -D also use GetRequiredDefinition where needed 21 years ago
  Brad King 9b1771aef4 BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile instance for the listfile containing the TRY_COMPILE call, not the top level listfile. 21 years ago
  Bill Hoffman 1d061ae896 fix include order because of GetCurrentDirectory define and windows.h problem 21 years ago
  Bill Hoffman c15adc9221 BUG: fix sub project path problem 21 years ago
  Andy Cedilnik 9ac968174e ENH: Handle make install target on Visual Studio 6 and 7 and install templates 21 years ago