Skip to content
Snippets Groups Projects
  1. Sep 22, 2020
  2. Sep 21, 2020
  3. Sep 18, 2020
  4. Sep 17, 2020
  5. Sep 15, 2020
  6. Sep 11, 2020
  7. Sep 10, 2020
  8. Sep 09, 2020
    • Brad King's avatar
      Merge topic 'pch-tv90' into release-3.18 · 8de27c59
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      ce7c1005 PCH: Fix 30s wait for VS2008 when used via -Tv90
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !5199
      8de27c59
    • Brad King's avatar
      Merge topic 'ios-pch-x-lang-header' into release-3.18 · 802584f0
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      8d61294c PCH: Mark CMake PCH source files as -x <lang>-header
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !5188
      802584f0
    • Jörg Bornemann's avatar
      AutoMoc: Re-run moc if a dependency is missing · 9ac3503d
      Jörg Bornemann authored
      AutoMoc uses the moc-emitted dependency file of Qt 5.15 to track
      dependencies. Such a dependency may well live outside the project and
      can vanish, for example when installing a new compiler version.
      
      This situation was detected before, but merely a warning was issued.
      Now, we're considering a generated file as out of date if a dependency
      is missing and re-generate it.
      
      We also have to remove the missing dependency from the ParseCache.
      Otherwise the AUTOMOC target for all generators other than Ninja will
      always be out of date.
      
      The ParseCacheChanged flag had to be made atomic, because we're
      potentially accessing it from multiple threads. The dependencies vector
      itself is not vulnerable in this regard, because there's one vector per
      file, and we're accessing exactly one ParseCacheT::FileHandleT per thread.
      
      Fixes: #21136
      9ac3503d
  9. Sep 08, 2020
  10. Sep 07, 2020
  11. Sep 04, 2020
  12. Sep 03, 2020
  13. Sep 02, 2020
Loading