Commit History

Author SHA1 Message Date
  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 179943bf14 18 years ago
  Alexander Neundorf 4878c00905 18 years ago
  Alexander Neundorf 7f11536704 18 years ago
  Ken Martin a500b3da05 ENH: better progress for any directory that is a project 18 years ago
  Ken Martin 2a1e2456ae ENH: some code consolidation and cleanup 18 years ago
  Ken Martin b4de606bdd BUG: fix progress for ENCLUDE_FORM_ALL cases using new project to target map. Only fixes it for the top level all target 18 years ago
  Brad King 5415b65067 STYLE: Added comment about why dependencies need to be chained to clarify code. 18 years ago
  Ken Martin b99129d2d8 ENH: some code cleanup 18 years ago
  Brad King 00051cf721 ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had a buggy implementation that caused it to do nothing. 19 years ago
  Brad King 2f2b5b2503 ENH: SetupPathConversions is now called automatically on demand. 19 years ago
  Brad King f0c79a0030 BUG: Avoid duplicate conversion to output path. 19 years ago
  Brad King 76f6ea8011 BUG: Fixed ordering of code generated in Makefile and build.make files to make sure .SUFFIXES rule comes as early as possible. Also cleaned up documentation in generated files. 19 years ago
  Ken Martin bdb530191d BUG: bad progress for named top level targets 19 years ago
  Brad King f826c6c58b ENH: Centralized generation of targets listed in the help to be done by the code that actually writes the targets. 19 years ago
  Brad King c6f1a11480 BUG: Added object language to list of object files in a local generator's directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects. 19 years ago
  Ken Martin 9c35a99e45 BUG: fix comment 19 years ago
  Ken Martin dd8247e324 STYLE: fix long lines 19 years ago
  Ken Martin 2bf97089ba COMP: fix warning 19 years ago
  Ken Martin c69d12d02f COMP: fix old compiler issue 19 years ago
  Ken Martin ed54b93533 ENH: added progress for subdir all targets and fixed compiler waring 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 fe99b156e5 ENH: fix line length and warning 19 years ago
  Ken Martin a6bf59baef ENH: fix for dependent targets 19 years ago
  Bill Hoffman c8f35fc4ef ENH: do not use the link script on windows 19 years ago
  Ken Martin 57746b6ffe ENH: warning fix 19 years ago
  Ken Martin e92731ca6e ENH: cleanup how progress is reported for individual targets to fix an integer math issue 19 years ago
  Brad King 9d02ac676b BUG: Pre-install rules for a target should not have target-level dependencies. Each target can be re-linked independently as long as the original targets are up to date. 19 years ago
  Brad King 0bbcb49f65 ENH: Added generation of link rules into script files executed by a cmake -E command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells. 19 years ago