提交历史

作者 SHA1 备注 提交日期
  Andy Cedilnik e09e1679ab ENH: Add method to get definition even if it does not exists 21 年之前
  Bill Hoffman 8b0b749a11 ENH: add SUBDIR PREORDER and fix clean for non-relative paths 21 年之前
  Bill Hoffman d59e06595c BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH 21 年之前
  Andy Cedilnik 55a71ba572 ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops 21 年之前
  Andy Cedilnik 504d0bc3b3 ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS 21 年之前
  Andy Cedilnik 4a1f15c344 ENH: If configure file fails do not create directory 21 年之前
  Bill Hoffman ddb815c125 ENH: add new subdirectory exclude from top option 22 年之前
  Andy Cedilnik f93b1e6d48 ENH: Try to remove warning 22 年之前
  Andy Cedilnik 3f752ea4cd ENH: Move implementation of configure_file to cmMakefile, so that other classes can use it 22 年之前
  Brad King 1dd718457f ENH: Moved variable and #cmakedefine replacement from cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code. 22 年之前
  Andy Cedilnik 07bd2d8264 ERR: Fix GetModulesFile 22 年之前
  Andy Cedilnik b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 22 年之前
  Bill Hoffman 5ccfaefb48 ENH: generate a sln and dsw file for each sub project in a project 22 年之前
  Bill Hoffman eff0a824c4 BUG: hack fix for problem of MS vs 6 and custom target commands 22 年之前
  Andy Cedilnik ac2859aaa3 ENH: Start includding the scripting support 22 年之前
  Ken Martin 3baca1e34f added beta release support 22 年之前
  Ken Martin 072db6ad70 removed redundent includes 22 年之前
  Ken Martin 6a2f1926d8 removed duplicate include 22 年之前
  Andy Cedilnik a6567329d7 ENH: When fixing cache value with uninitialized type, collapse full paths for PATH and FILEPATH. Closes Bug #82 - Specifying relative path when entering path can break things 22 年之前
  Andy Cedilnik 2003b4987a ENH: Handle untyped but initialized values for boolean AddCacheDefinition. Closes Bug #118 - Specifying cache entries with -D should not need the type 22 年之前
  Andy Cedilnik d0b3391642 ENH: oops, initialize variable 22 年之前
  Andy Cedilnik 96d561aabc ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES 22 年之前
  Andy Cedilnik 32bfe66b5d BUG: Fix problem with uninitialized variables 22 年之前
  Andy Cedilnik 2f98c791fa ENH: Allow specifying cmake variables on the command line without specifying the type Bug #118 - Specifying cache entries with -D should not need the type 22 年之前
  Ken Martin 0e067f9223 bug fix for bug # 117 22 年之前
  Brad King 48aedb2ba3 ENH: Fully implemented SOURCE_GROUP command. 22 年之前
  Andy Cedilnik 18c6f9e0c5 ENH: Initial framework for deprecated commands 22 年之前
  Brad King 53510fa603 BUG: Custom commands should have variables expanded before comparing with previously added custom commands. 22 年之前
  Brad King 1a4ec91593 BUG#65: Fixed inheritance of CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR. 22 年之前
  Ken Martin e315bff47b performance improvements 22 年之前