Skip to content
Snippets Groups Projects
  1. Mar 19, 2018
  2. Mar 16, 2018
  3. Mar 15, 2018
  4. Mar 14, 2018
  5. Mar 13, 2018
  6. Mar 09, 2018
  7. Mar 08, 2018
    • Dominic Kempf's avatar
      [cmake] Fix dependency tracking for multiple operators · 2ad3e18a
      Dominic Kempf authored
      CMakes add_custom_command occasionally (undeterministically)
      trips over when multiple files are defined as output. The
      result is unnecessary regeneration upon every change of the
      accompanying C++ source...
      
      The commit fixes the issue by defining one custom command per
      operator. This has the additional pro of generating more verbose
      messages during generation. Implementation wise, CMake needed
      to extract more information from the ini file, so I switched
      to using dune-testtools Python-CMake interface.
      2ad3e18a
  8. Mar 07, 2018
  9. Mar 06, 2018
  10. Feb 28, 2018
  11. Feb 27, 2018
  12. Feb 23, 2018
  13. Feb 22, 2018
  14. Feb 19, 2018
  15. Feb 16, 2018
  16. Feb 15, 2018
Loading