Commit History

Author SHA1 Message Date
  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
  Andy Cedilnik 7c5745ae95 ENH: Start working on command that will abstract generating of build command 20 years ago
  Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
  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 years ago
  Ken Martin 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 20 years ago
  Bill Hoffman a9a0c91630 ENH: fix for finding the correct target in the current project 20 years ago
  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 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 fd0f29e6f4 ENH: depends work between targets 21 years ago
  Bill Hoffman 13865fc4fa ENH: move project map to global generator base 21 years ago
  Bill Hoffman 2615e6f0a9 BUG: fix for bug 1396, object files could not be used as sources any more 21 years ago
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
  Bill Hoffman c2ef51e181 ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem 21 years ago
  Bill Hoffman 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
  Bill Hoffman 66a08c10e5 ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code 21 years ago