提交历史

作者 SHA1 备注 提交日期
  Andy Cedilnik fbdac25f81 ENH: Add a copy constructor to copy the values 19 年之前
  Andy Cedilnik 99f4edb4e4 ENH: DIsplay the list file stack when displaying errors 19 年之前
  Ken Martin 47c7108111 STYLE: fix line length 19 年之前
  Bill Hoffman 25d4127e2d ENH: fix .. in the path of subdirs 19 年之前
  Ken Martin 535acdc7a0 ENH: some performance optimizations 19 年之前
  Brad King d5719f22c1 ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. 19 年之前
  Brad King b613cf0be8 BUG: Fixed typo in new cmake-rerun code. 19 年之前
  Bill Hoffman 8c06f8e294 ENH: add support for re-running cmake if the cmakefiles change 19 年之前
  Andy Cedilnik ee1975570e ENH: Allow blocking of writing into the source tree 19 年之前
  Ken Martin 10efe3b079 ENH: added some new functionality 19 年之前
  Andy Cedilnik 3806c1050d ENH: Remove things from bootstrap 19 年之前
  Ken Martin 4102949bf9 STYLE: minor comment cleanups 19 年之前
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 年之前
  Bill Hoffman 6b47b28867 ENH: fix line length style stuff 20 年之前
  Bill Hoffman 0db4cb0d96 ENH: removed unused methods after find changes 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 年之前
  Brad King b8a33fb424 ENH: Added INSTALL command as a placeholder for a future generic install specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage. 20 年之前
  Bill Hoffman 347c5f4b46 ENH: add working directory support 20 年之前
  Brad King 938890757a ENH: Improved support for user-configured search paths. Paths given in the CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH. 20 年之前
  Bill Hoffman 2c73d2e0f3 ENH: add new cmakedefine01 feature from bug report 2603 20 年之前
  Andy Cedilnik bebc745824 ENH: Add set and get test propety command 20 年之前
  Bill Hoffman aa47caab2d FIX: apply patch from bug# 1965 20 年之前
  Ken Martin c5bfdf6917 ENH: cleaned up some old methods and vars 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 1bbccc5bef ENH: Improve handling of escaped characters 20 年之前
  Brad King 65e2c18d73 ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch level. Submitted by Alexander Neundorf. 20 年之前
  Andy Cedilnik f7ddfbe1fd ENH: Add extra argument 20 年之前
  Andy Cedilnik d395b563ed ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file 20 年之前
  Bill Hoffman 1004073942 ENH: performance improvements 20 年之前
  Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 年之前