Skip to content
Snippets Groups Projects
  1. Jul 23, 2021
    • Jörg Bornemann's avatar
      AutoGen: Fix needless compilation of mocs_compilation.cpp · 4bda0337
      Jörg Bornemann authored
      For an AUTOMOC'ed target foo, when depfiles are used, there are the
      following dependencies:
      
      foo_autogen -> foo_autogen/timestamp
      foo_autogen/mocs_compilation.cpp -> foo_autogen/timestamp
      
      The first is used to trigger AUTOGEN.
      The second erroneously triggers a recompilation of
      mocs_compilation.cpp when any source file of target foo is touched.
      
      Remove the latter dependency and replace it with an order-only
      dependency from foo_autogen/mocs_compilation.cpp to
      foo_autogen_timestamp_deps.
      
      That is achieved by making mocs_compilation.cpp or its
      per-configuration variants byproduct(s) of the timestamp file.
      
      Fixes: #22338
      4bda0337
    • 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