提交历史

作者 SHA1 备注 提交日期
  Yury G. Kudryashov 01ddef87e6 cmInstallCommand: Fix indentation error 13 年之前
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 年之前
  Brad King 1595b8e69e ENH: Add install(DIRECTORY) option 'OPTIONAL' 16 年之前
  Brad King a79f8cd4c1 ENH: Refactor install(DIRECTORY) argument parsing 16 年之前
  Bill Hoffman ecf312ccc8 STYLE: fix line length stuff for KWStyle 17 年之前
  David Cole 83ec8c3593 ENH: Further refinement of the CPack components functionality from Doug Gregor. 17 年之前
  Brad King 71872ac926 BUG: Fix implementation of CMP0006 to not override the BUNDLE destination with the RUNTIME destination. 17 年之前
  Brad King 067717a56a BUG: Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE targets 17 年之前
  Alexander Neundorf d4ffc0d3b9 STYLE: add some comments 17 年之前
  Brad King 9e64d5b272 ENH: Improve exporting/importing of targets 17 年之前
  Brad King 8401c5ba06 ENH: Allow separate installation of shared libs and their links. 17 年之前
  Brad King e3b1bdb058 ENH: Support exporting/importing of AppBundle targets. 18 年之前
  Brad King 28ea034737 ENH: Support exporting/importing of Framework targets. 18 年之前
  Brad King 5594ad4885 ENH: Updated exporting and importing of targets to support libraries and configurations. 18 年之前
  Ken Martin 0e69d38004 ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 18 年之前
  Brad King 60bf0531b0 ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help install a tree of header files while ignoring non-headers. 18 年之前
  Brad King 5e0dadbfb8 BUG: Apply patch from issue #6006. 18 年之前
  Brad King 1de1f4bb83 STYLE: Fixed line-too-long. 18 年之前
  David Cole c8e832dcf5 BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command. 18 年之前
  David Cole 8e4c7b99e1 ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use. 18 年之前
  Alexander Neundorf a4fb93599f 18 年之前
  Alexander Neundorf 34e3ce9e4e 18 年之前
  Alexander Neundorf 3e12a6cb91 18 年之前
  Alexander Neundorf 938ed7710a 18 年之前
  David Cole 9a4e7ea742 ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572. 18 年之前
  Alexander Neundorf d634c4e743 18 年之前
  David Cole ef22ad6bec ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Work in progress... More to come. 18 年之前
  Alexander Neundorf 8046390f1e 18 年之前
  Brad King 7f29f8966d ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post. 18 年之前
  Brad King 53f39ad566 BUG: Do not install the import library for an executable that does not have ENABLE_EXPORTS set. 18 年之前