Историја ревизија

Аутор SHA1 Порука Датум
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup пре 19 година
  Bill Hoffman 89e5fc63fe STYLE: fix line lengths пре 19 година
  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 година
  Andy Cedilnik c4156b4531 COMP: Even more global target fixes пре 20 година
  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 година
  Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should пре 20 година
  Brad King 805d365d47 ENH: Renamed ZeroTargetCheck target to ZERO_CHECK for consistency with other CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL). пре 20 година
  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 година
  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 година
  Brad King d952f68738 BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer. пре 20 година
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk пре 20 година
  Andy Cedilnik 61d0a75d11 ENH: Add option to ignore errors. Only works on make пре 20 година
  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 година
  Andy Cedilnik cb3ea2328a ENH: Start working on a method that abstracts generating of build command пре 20 година
  Brad King 3b81a43294 ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed. пре 20 година
  Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass пре 20 година
  Ken Martin 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed пре 20 година
  Ken Martin 4d30cb309c ENH: ctest now uses CMake global generator to do the build part of build-and-test пре 21 година
  Bill Hoffman 13865fc4fa ENH: move project map to global generator base пре 21 година
  Bill Hoffman 731369ef9c ENH: try to initialize all languages at the same time пре 21 година
  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 година
  Bill Hoffman 70eaddbf8e BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time пре 21 година
  Bill Hoffman ddb815c125 ENH: add new subdirectory exclude from top option пре 22 година
  Bill Hoffman d89adbf049 remove warnings пре 22 година
  Bill Hoffman 5ccfaefb48 ENH: generate a sln and dsw file for each sub project in a project пре 22 година
  Brad King e5ed57ec18 ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section. пре 22 година
  Bill Hoffman 6112e7fc16 add support for vs 71 пре 22 година
  Brad King 4e6ad941e9 ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be a semicolon-separated list of configurations that will be built. пре 23 година
  Bill Hoffman 96189f79d5 ENH: unify EnableLanguage across all generators пре 23 година
  Ken Martin 6964957b4a use InAll target setting to determine what targets are in the default build пре 23 година