Commit History

Author SHA1 Message Date
  Alexander Neundorf ab10b43ec5 18 years ago
  Ken Martin 8c641677e9 ENH: some cleanup of get property commands 18 years ago
  Alexander Neundorf 43de8c8628 18 years ago
  Ken Martin 509f1fb9cb ENH: some property cleanup and added GetProperty 18 years ago
  Alexander Neundorf f7d4f27c2a 18 years ago
  Brad King 35936433e1 ENH: Merging changes from branch CMake-SourceFile2-b between tags 18 years ago
  Brad King 28e94533dd BUG: More problems with cmMakefile copy-constructor. It seems the regular expression class cannot be assigned but does not enforce this limitation at compile time. 18 years ago
  Brad King 5e0da0b0eb BUG: Copy constructor needs to copy regular expression members. 18 years ago
  Alexander Neundorf 0ddc9f62e5 18 years ago
  Brad King db0f26e852 BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This fixes the original fix to bug#4393 and adds a test. 18 years ago
  Brad King d2f62e6ac3 ENH: Made cmTarget::GetSourceLists return a reference to const so that all additions of sources must go through access methods in cmTarget. 18 years ago
  Brad King ba7780a3c4 ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore. 18 years ago
  Alexander Neundorf 4878c00905 18 years ago
  Brad King 9a5b4eba97 BUG: All variable accesses should produce watch callbacks, including IF(DEFINED <var>) ones. Instead we define a new access type for IF(DEFINED) so that the error does not show up for backward compatibility variables. 18 years ago
  Brad King b8928b0c8e BUG: Do not complain about missing watched variables when they are accessd with IF(DEFINED VAR). 18 years ago
  Brad King bdc7792e40 COMP: GCC 2.95 does not have std::string::clear() method. 18 years ago
  Alexander Neundorf 61d3444f93 18 years ago
  Alexander Neundorf 7f11536704 18 years ago
  Alexander Neundorf 16b1f05fc2 18 years ago
  Alexander Neundorf ef0b9ff2cc 18 years ago
  Andy Cedilnik f9f1ccadb3 ENH: Add variable watch command 18 years ago
  Brad King cc13a060c6 STYLE: Fix line-too-long. 18 years ago
  Andy Cedilnik 6fb9e2781a ENH: Add variable for the current list file 18 years ago
  Brad King 5a32aa5919 ENH: Added target property ENABLE_EXPORTS for executable targets. It enables the executables for linking by loadable modules that import symbols from the executable. This finishes the executable import library support mentioned in bug #4210. 18 years ago
  Ken Martin f52d37c26f BUG: change in how set cache overrides local definitions. Should mainly be a NOP change for most cases 18 years ago
  Ken Martin c53b26baf2 ENH: some more cleanup 18 years ago
  Bill Hoffman 5891ba16ce ENH: add project to target map, not used yet, but created 18 years ago
  Ken Martin b99129d2d8 ENH: some code cleanup 19 years ago
  Ken Martin bfb3598c4b BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364 19 years ago
  Ken Martin e5e2e6a3b3 BUG: cleanup paths in GetSourceFile to handle bug 2724 19 years ago