Skip to content
Snippets Groups Projects
  1. Nov 12, 2015
  2. Nov 09, 2015
  3. Nov 08, 2015
    • Stephen Kelly's avatar
      Install: Move SetHaveInstallRule to a more-obvious place · 9103d8ac
      Stephen Kelly authored
      The moved-from location checks for the existence of whether certain
      generators are needed for any target in a loop, rather than whether
      the current target has an install rule.
      
      This was introduced in commit v3.4.0-rc1~275^2~3 (cmInstallCommand: Move
      the SetHaveInstallRule invocation., 2015-07-28).  Move the
      SetHaveInstallRule call to a more-obvious place where the
      cmInstallTargetGenerator is constructed.
      9103d8ac
  4. Nov 02, 2015
  5. Oct 30, 2015
  6. Oct 29, 2015
  7. Oct 28, 2015
  8. Oct 27, 2015
  9. Oct 26, 2015
  10. Oct 23, 2015
  11. Oct 22, 2015
  12. Oct 21, 2015
  13. Oct 20, 2015
    • Stephen Kelly's avatar
      cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802) · d6a03b47
      Stephen Kelly authored
      Commit v3.4.0-rc1~494^2~4 (cmMakefile: Add API for elseif to create
      backtrace., 2015-05-29) removed the use of cmMakefileCall to push/pop
      execution context in favor of a new way to create backtraces.
      
      However, a call to cmMakefile::GetExecutionContext is still invoked to
      issue a contextual CMP0054 warning through cmConditionEvaluator.  As
      the elseif is not part of the call stack, this resulted in trying to
      access an empty vector.
      
      Avoid the attempt at getting execution context when evaluating elseif by
      constructing a context and backtrace on behalf of the cmConditionEvaluator
      in all cases.
      d6a03b47
  14. Oct 19, 2015
  15. Oct 15, 2015
  16. Oct 13, 2015
  17. Oct 12, 2015
Loading