Commit History

Author SHA1 Message Date
  Andy Cedilnik bebc745824 ENH: Add set and get test propety command 20 years ago
  Bill Hoffman aa47caab2d FIX: apply patch from bug# 1965 20 years ago
  Ken Martin c5bfdf6917 ENH: cleaned up some old methods and vars 20 years ago
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk 20 years ago
  Andy Cedilnik 1bbccc5bef ENH: Improve handling of escaped characters 20 years ago
  Brad King 65e2c18d73 ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch level. Submitted by Alexander Neundorf. 20 years ago
  Andy Cedilnik f7ddfbe1fd ENH: Add extra argument 20 years ago
  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 years ago
  Bill Hoffman 1004073942 ENH: performance improvements 20 years ago
  Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
  Ken Martin 62969492b0 ENH: removed GetParentProjects 20 years ago
  Ken Martin 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
  Ken Martin 791aa6052b ENH: add support for out of source source 20 years ago
  Ken Martin 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 20 years ago
  Brad King 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 years ago
  Bill Hoffman cb73410ccb ENH: more tests are passing 21 years ago
  Brad King 1d1bd31933 ENH: Added GetComplainRegularExpression method. 21 years ago
  Andy Cedilnik 56234aed4b PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster 21 years ago
  Bill Hoffman 891c273062 ENH: remove warning 21 years ago
  Bill Hoffman 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
  Bill Hoffman 9655299f08 ENH: initial fortran support 21 years ago
  Brad King b6da1d1271 ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012. 21 years ago
  Andy Cedilnik 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 21 years ago
  Andy Cedilnik e09e1679ab ENH: Add method to get definition even if it does not exists 21 years ago
  Andy Cedilnik aff8c7bcd6 ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES 21 years ago
  Bill Hoffman 8b0b749a11 ENH: add SUBDIR PREORDER and fix clean for non-relative paths 21 years ago
  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 years ago
  Andy Cedilnik 504d0bc3b3 ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS 21 years ago
  Bill Hoffman ddb815c125 ENH: add new subdirectory exclude from top option 21 years ago
  Andy Cedilnik f93b1e6d48 ENH: Try to remove warning 21 years ago