Skip to content
Snippets Groups Projects
  1. Jul 23, 2015
    • Ben Boeckel's avatar
      cmake: add --trace-expand option · 594bafe5
      Ben Boeckel authored
      The --trace option is helpful, but sometimes, what you're looking for is
      deep under many layers of function calls and figuring out what instance
      of the function call you're looking at is tedious to determine (usually
      involving patching and message()). Instead, add a --trace-expand option
      to trace while expanding commands into what CMake actually sees.
      594bafe5
  2. Jul 21, 2015
  3. Jul 20, 2015
  4. Jul 19, 2015
  5. Jul 18, 2015
  6. Jul 17, 2015
    • Stephen Kelly's avatar
      Genex: Store a backtrace, not a pointer to one. · fc1c7cf8
      Stephen Kelly authored
      The storage of a pointer means that the ownership and lifetime are
      externally determined, which is harder to reason about. It also imposes
      API constraints, requiring APIs to return references to backtraces.
      
      This pointer storage was introduced in commit v3.1.0-rc1~425^2~3 (genex:
      remove the need for backtraces, 2014-05-23).  As backtraces are now cheap
      to copy around, just do that instead.
      fc1c7cf8
    • Stephen Kelly's avatar
      cmMakefile: Fix indentation. · 4dc45707
      Stephen Kelly authored
      4dc45707
Loading