Skip to content
Snippets Groups Projects
  1. Apr 23, 2021
    • Jörg Bornemann's avatar
      AutoGen: Retrieve Qt version from moc as fallback · 5b0ea587
      Jörg Bornemann authored
      Consider the case where the find_package call for QtCore is wrapped in a
      function call. Then AutoGen cannot determine the Qt version, because it
      only looks at variables and directory properties. The former don't leave
      the function scope and the latter are not set by default.
      
      As a fallback, locate the moc executable via its target and call it with
      the --version argument to determine the Qt version.
      
      Issue: #22028
      5b0ea587
  2. Apr 20, 2021
  3. Apr 19, 2021
  4. Apr 18, 2021
  5. Apr 17, 2021
  6. Apr 16, 2021
  7. Apr 15, 2021
    • Kyle Edwards's avatar
      autogen: fix race in depfile parsing · 53d523f2
      Kyle Edwards authored
      cmReadGccDepfile() calls cmSystemTools::CollapseFullPath(), which
      is not thread safe due to internal caching. Serialize calls to
      cmReadGccDepfile() in autogen to avoid thread safety issues.
      
      Fixes: #22014
      53d523f2
Loading