Skip to content
Snippets Groups Projects
  1. Jul 23, 2021
    • Alexey Edelev's avatar
      AUTOUIC: Fix generating of dependency rules for UI header files · e5ec0e52
      Alexey Edelev authored
      We could not rely on .ui files when generating the ninja rules
      for the generated UI header files. .ui files might be added to the
      target sources but never processed by AUTOUIC afterward, since UI
      header files are never included in a source code. Instead of adding
      dependency rules based on the .ui files, this approach scans
      non-generated source files for includes of the UI header files,
      as AUTOUIC does. This gives the consistent set of UI header files
      at configure time, that could be used to generate byproducts rules
      for the AUTOUIC. Also, the path to the generated UI header file depends
      not on the .ui file location but on the include line is used in source
      files.
      
      Fixes: #16776
      e5ec0e52
    • Brad King's avatar
      Merge topic 'iar-binutils' into release-3.21 · 41e99531
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      5b9bfe73 IAR: Moved search logic to BinUtils.
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !6372
      41e99531
    • Jean-Marc Hengen's avatar
      IAR: Moved search logic to BinUtils. · 5b9bfe73
      Jean-Marc Hengen authored
      The search logic for the IAR linker, librarian and related tools is
      moved from `Modules/Compiler/IAR-FindBinUtils.cmake` to
      `Modules/CMakeFindBinUtils.cmake` by introducing an new elseif block
      for the IAR toolchain.
      
      The search logic was refactored to omit repeating itself.
      
      Fixes: #22425
      5b9bfe73
  2. Jul 21, 2021
  3. Jul 20, 2021
  4. Jul 19, 2021
  5. Jul 18, 2021
  6. Jul 17, 2021
  7. Jul 16, 2021
  8. Jul 15, 2021
Loading