Skip to content
Snippets Groups Projects
  1. Mar 01, 2017
  2. Feb 28, 2017
  3. Feb 27, 2017
  4. Feb 26, 2017
  5. Feb 25, 2017
  6. Feb 24, 2017
    • Brad King's avatar
      Fix COMPILE_PDB_NAME when used on an OBJECT library · feff52d4
      Brad King authored
      When `COMPILE_PDB_NAME` is used without `COMPILE_PDB_OUTPUT_DIRECTORY`
      we cannot fall back on the link `PDB_OUTPUT_DIRECTORY` for an object
      library because it has no link step.
      
      Fixes: #16674
      feff52d4
    • Brad King's avatar
      Revert "Ninja: Use full path for all source files" · 666ad1df
      Brad King authored
      This reverts commit v3.7.0-rc1~275^2 (Ninja: Use full path for all
      source files, 2016-08-05).  Unfortunately using absolute paths can
      cause incorrect rebuilds due to ninja limitations.  The ninja
      manual [1] explains:
      
      > ... using absolute paths, your depfile may result in a mixture of
      > relative and absolute paths. Paths used by other build rules need
      > to match exactly.
      
      Passing an absolute path to a source file to the compiler while using a
      relative path in the ninja build manifest can cause such mixture and
      lead to incorrect rebuilds.  Simply revert the change for now.
      
      Note that there was a follow-up to the original change in commit
      v3.7.0-rc2~10^2 (Ninja: Fix RC language depfile generation with
      cmcldeps, 2016-10-13).  We don't need to revert that because that
      change made the relevant code cleverly adapt to whatever variable
      we use to reference the source file.
      
      [1] https://ninja-build.org/manual.html#_deps
      
      Fixes: #16675
      Issue: #13894
      666ad1df
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · 32cb4172
      Kitware Robot authored
      32cb4172
  7. Feb 23, 2017
  8. Feb 22, 2017
  9. Feb 21, 2017
Loading