Commit History

Author SHA1 Message Date
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King cd83f1979d ENH: Cleanup make progress rule generation code 16 years ago
  Alexander Neundorf f27a2ca363 COMP: remove unused variable TargetSourceFileCount, it seems it is unused since version 1.88 of cmGlobalUnixMakefileGenerator3.cxx 17 years ago
  Ken Martin 0b4375daf2 BUG: improve progress reporting when there are multiple targets with the same name, bug# 7042 17 years ago
  Brad King 1c0595c73f ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing projects that depend on having duplicate custom targets. It is allowed only for Makefile generators. See bug#6348. 18 years ago
  Bill Hoffman 6903d2df8b ENH: remove const 18 years ago
  Brad King 430296dc96 ENH: Moved global inter-target dependency analysis and cycle-prevention code up from cmGlobalUnixMakefileGenerator3 to cmGlobalGenerator. Simplified cmGlobalUnixMakefileGenerator3 to use it. Later other generators may be modified to use it also. 18 years ago
  Brad King 2836fc43e7 BUG: Support cyclic dependencies among STATIC libraries by removing one from the generated Makefile rules. 18 years ago
  Brad King e23348c5a6 COMP: Remove unused parameter of method. 18 years ago
  Brad King d83b4cd255 ENH: Add a depends check step to custom targets. Add support for the IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global. 18 years ago
  Alexander Neundorf 4ed64cf73a ENH: add GetCleanTargetName() which returns "clean" for makefiles, so it can 18 years ago
  Brad King d7118006de BUG: Target exclusion-from-all tests should always use the root local generator associated with the all target being tested. 18 years ago
  Brad King bf0c200f0a ENH: Added cmTarget::GetLanguages method to centralize computation of the list of languages compiled in a target. Transformed NeedRequiresStep to use it. 18 years ago
  Brad King 8dc897b60c BUG: Removing accidental commit. 18 years ago
  Brad King 8b0575c4ce ENH: Added cmTarget::GetLanguages method to centralize computation of the list of languages compiled in a target. 18 years ago
  Alexander Neundorf 43de8c8628 18 years ago
  Alexander Neundorf 1358009382 18 years ago
  Alexander Neundorf 179943bf14 18 years ago
  Alexander Neundorf df8f550029 18 years ago
  Brad King 142210997f BUG: Watcom WMake needs empty rule commands even for symbolic targets. This fixes the cmake_force target. 18 years ago
  Ken Martin 2a1e2456ae ENH: some code consolidation and cleanup 18 years ago
  Brad King f7611f167c ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set. 19 years ago
  Ken Martin bdb530191d BUG: bad progress for named top level targets 19 years ago
  Brad King eef327b944 ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories. 19 years ago
  Ken Martin f1dfa7e78f BUG: changed to progress to make it more flexible and to no relink targets as often 19 years ago
  Ken Martin a6bf59baef ENH: fix for dependent targets 19 years ago
  Brad King 87d4d0e039 BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. 19 years ago
  Ken Martin 7eba286403 BUG: fix to progress for small projects 19 years ago
  Ken Martin 2cae0ce389 ENH: fix compiler warnings and posibly java test 19 years ago
  Ken Martin 50d058a3a1 ENH: always compile progress 19 years ago