Skip to content
Snippets Groups Projects
  1. Sep 10, 2020
  2. 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
  3. Sep 08, 2020
  4. Sep 07, 2020
  5. Sep 04, 2020
  6. Sep 03, 2020
  7. Sep 02, 2020
  8. Sep 01, 2020
  9. Aug 31, 2020
  10. Aug 27, 2020
  11. Aug 26, 2020
  12. Aug 25, 2020
  13. Aug 24, 2020
  14. Aug 20, 2020
  15. Aug 19, 2020
Loading