提交历史

作者 SHA1 备注 提交日期
  Brad King d56e6a9241 BUG: Fixed building of C++-only projects and added a test. 19 年之前
  Brad King 9bf5af6e32 ENH: Moved unique object file name computation from cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories. 19 年之前
  Andy Cedilnik 9dffe62736 ENH: Improve the test to create a bundle in the subdirectory 19 年之前
  Andy Cedilnik 24e6ffae36 BUG: If the source file specified is not in a source tree, do not use full path to the file 19 年之前
  Andy Cedilnik d4e84f8c5b ENH: Add BZip2 support, add better documentation 19 年之前
  Andy Cedilnik 12e07f910e ENH: Initial cut at TarCompress generator 19 年之前
  Andy Cedilnik f5e6885155 ENH: Cleanup 19 年之前
  Bill Hoffman ca82d060b8 ENH: fix syntax 19 年之前
  Bill Hoffman 0adee1e6dd ENH: make sure cmake can be built with an older version of cmake 19 年之前
  Bill Hoffman cae4e6b37a ENH: add patch for finding applications on OSX 19 年之前
  Bill Hoffman 8ec0f76e88 ENH: lang by custom command does not yet work for Xcode 19 年之前
  Bill Hoffman ed4974da55 ENH: enable test for java with IDE builds 19 年之前
  Andy Cedilnik d342d51c0c ENH: Add ZIP generator and add support for including or excluding the toplevel directory 19 年之前
  Bill Hoffman ae10b3578d ENH: add a wrapper for xcodebuild to get around bug and verbose output 19 年之前
  Bill Hoffman 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 19 年之前
  Andy Cedilnik fb9eedc187 ENH: Add new ctest command 19 年之前
  Andy Cedilnik 15d7dd9937 ENH: Remove cmGlob and use glob from kwsys 19 年之前
  Andy Cedilnik b507f8f0d1 ENH: Simplify the test 19 年之前
  Andy Cedilnik 84f1420d82 COMP: Use the current cmake's CheckCXXSourceCompiles 19 年之前
  Andy Cedilnik b20cb78049 ENH: Handle missing unsetenv and add check for environ 19 年之前
  Bill Hoffman 1cda55e682 ENH: remove test until it works 19 年之前
  Andy Cedilnik 4909154387 ENH: Add package to bundle test 19 年之前
  Andy Cedilnik 3d44b9a354 ENH: Add additional subdirectory to improve testing and to allow cleanup when testing cpack 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. 20 年之前
  Andy Cedilnik 4675765601 ENH: Install cpack 20 年之前
  Brad King 518080136d ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replacements for the INSTALL_FILES and INSTALL_PROGRAMS commands. This addresses the request for absolute path install destinations in bug#2691. 20 年之前
  Brad King 96f0266228 ENH: Created new install script generation framework. The INSTALL command creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. 20 年之前
  Ken Martin 141ad7645e ENH: some reorg of the unix makefile generator 20 年之前
  Bill Hoffman 55dd61946b ENH: working directory working for XCode 20 年之前
  Bill Hoffman 347c5f4b46 ENH: add working directory support 20 年之前