Commit History

Author SHA1 Message Date
  Bill Hoffman a9692f0a18 BUG: fix for bug 1850 wrapping can leave out files if they are a substring of another file 20 years ago
  Bill Hoffman aa47caab2d FIX: apply patch from bug# 1965 20 years ago
  Ken Martin 13e99490fb BUG: library return values were not UNIX slashes on Win98 20 years ago
  Ken Martin c5bfdf6917 ENH: cleaned up some old methods and vars 20 years ago
  Ken Martin 121fa374a9 BUG: dont pass unverified char * to streams 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
  Ken Martin e6f9ea3d13 BUG: goof in new feature fixed 20 years ago
  Ken Martin 26c53fe14c ENH: modified GET_TARGET_PROPERTIES to work with all targets 20 years ago
  Andy Cedilnik 1bbccc5bef ENH: Improve handling of escaped characters 20 years ago
  Andy Cedilnik f7ddfbe1fd ENH: Add extra argument 20 years ago
  Andy Cedilnik 29f7e505a5 ENH: Use the new parser that supports nested variables 20 years ago
  Ken Martin 8f8b72164a ENH: remove old 1.2 compatability from cmake 2.2 20 years ago
  Ken Martin 80f796039c ENH: remove old 1.2 compatability from cmake 2.2 20 years ago
  Andy Cedilnik a9b729128f BUG: If there is a fatal error, stop processing list file 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
  Andy Cedilnik 826405a1b6 ENH: Speedup by storing source name without last extension 20 years ago
  Bill Hoffman 1004073942 ENH: performance improvements 20 years ago
  Brad King 738bbc767b BUG: Do not repeat paths when trying the lib/ to lib64/ replacement. 20 years ago
  Brad King 0d494a031c ENH: Adding automatic generation of several 64-bit search path forms. 20 years ago
  Bill Hoffman 5e0a796acc ENH: better fix for 64 bit, add 64 to the name of all directories in the search path 20 years ago
  Bill Hoffman 3ca1081419 BUG: try to address Bug 1673 . 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
  Brad King aa69a14495 BUG: Initializing from parent should copy link directories as well. 21 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 21 years ago
  Ken Martin 791aa6052b ENH: add support for out of source source 21 years ago
  Ken Martin 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 21 years ago
  Brad King c1ca511331 COMP: HP compiler does not like initializing a const std::string & with a const char* (which requires the reference to be bound to a temporary with the scope of the reference). 21 years ago
  Brad King df301a2542 BUG: Fixed GetCacheMinorVersion to not always return 0. 21 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. 21 years ago