Skip to content
Snippets Groups Projects
  1. Oct 21, 2015
  2. 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
  3. Oct 19, 2015
  4. Oct 15, 2015
  5. Oct 13, 2015
  6. Oct 12, 2015
  7. Oct 08, 2015
    • Kevin Wojniak's avatar
      CPackWIX: fix typos in documentation · fb9ec243
      Kevin Wojniak authored and Brad King's avatar Brad King committed
      fb9ec243
    • Kevin Burge's avatar
      cmake-mode.el: treat keywords as symbols · a935745d
      Kevin Burge authored and Brad King's avatar Brad King committed
      Symbols such as "CHECK_FUNCTION_EXISTS" should not trigger an open block
      (due to containing the "word" FUNCTION).  Fix this regression caused by
      commit v3.4.0-rc1~292^2~3 (cmake-mode.el: Use `rx' for regexps,
      2015-07-23).
      a935745d
    • James Johnston's avatar
      Help: Document that SHARED libraries must export a symbol (#15775) · 6556481e
      James Johnston authored and Brad King's avatar Brad King committed
      CMake assumes that a SHARED library compiled on Windows will export a LIB file.
      This is not actually the case on Visual C++ if the library does not export any
      symbols, and causes incremental builds to break if the user specifies SHARED
      anyway.  (Users should use MODULE libraries instead.)
      6556481e
    • Brad King's avatar
      Revert topic 'compiler-features-solaris' · 340d0897
      Brad King authored
      Revert commit v3.4.0-rc1~10^2~2 (Features: Disable support for Oracle
      SolarisStudio on non-Linux, 2015-09-29) and two follow-up commits.
      The support of compile features and language standards on Orcale
      SolarisStudio needs more investigation so for CMake 3.4 we should
      just act as 3.3 did.
      340d0897
  8. Oct 05, 2015
Loading