Historique des commits

Auteur SHA1 Message Date
  Patrick Gansterer 5170a8800f Make cmGlobalGenerator::GetDocumentation() a static function il y a 13 ans
  Patrick Gansterer e8f841473b Introduce the abstract class cmGlobalGeneratorFactory il y a 13 ans
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code il y a 13 ans
  Brad King 9c0a00d6dd Rename/constify build-time config placeholder lookup il y a 13 ans
  Brad King 79a88c35f8 Refactor VS <= 7.1 utility-depends workaround il y a 15 ans
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License il y a 16 ans
  Brad King 09e398fa9f Create VS generator GetRegistryBase method il y a 16 ans
  Bill Hoffman 3d1c12b802 ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties instead, fix VXExternalInclude test for VS10 il y a 16 ans
  Alexander Neundorf 43de8c8628 il y a 18 ans
  Brad King 2c1204e361 ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global generators. il y a 18 ans
  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. il y a 19 ans
  Ken Martin bf0cb4d49a STYLE: fix line length il y a 19 ans
  Bill Hoffman 89e5fc63fe STYLE: fix line lengths il y a 19 ans
  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. il y a 19 ans
  Andy Cedilnik c4156b4531 COMP: Even more global target fixes il y a 19 ans
  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. il y a 20 ans
  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 il y a 20 ans
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk il y a 20 ans
  Andy Cedilnik 61d0a75d11 ENH: Add option to ignore errors. Only works on make il y a 20 ans
  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. il y a 20 ans
  Andy Cedilnik cb3ea2328a ENH: Start working on a method that abstracts generating of build command il y a 20 ans
  Brad King 3b81a43294 ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed. il y a 20 ans
  Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass il y a 20 ans
  Ken Martin 4d30cb309c ENH: ctest now uses CMake global generator to do the build part of build-and-test il y a 21 ans
  Bill Hoffman 13865fc4fa ENH: move project map to global generator base il y a 21 ans
  Bill Hoffman 731369ef9c ENH: try to initialize all languages at the same time il y a 21 ans
  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. il y a 21 ans
  Bill Hoffman ddb815c125 ENH: add new subdirectory exclude from top option il y a 21 ans
  Bill Hoffman d89adbf049 remove warnings il y a 22 ans
  Bill Hoffman 5ccfaefb48 ENH: generate a sln and dsw file for each sub project in a project il y a 22 ans