Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 07, 2018
  3. Mar 06, 2018
  4. Feb 12, 2018
  5. Jan 30, 2018
  6. Jan 29, 2018
  7. Jan 25, 2018
  8. Jan 24, 2018
  9. Jan 18, 2018
  10. Jan 17, 2018
  11. Jan 16, 2018
  12. Jan 12, 2018
  13. Jan 03, 2018
  14. Dec 07, 2017
  15. Dec 06, 2017
  16. Nov 23, 2017
  17. Nov 22, 2017
  18. Oct 25, 2017
  19. Sep 22, 2017
  20. Aug 29, 2017
  21. Aug 25, 2017
  22. Jul 07, 2017
  23. Apr 26, 2017
  24. Apr 24, 2017
Loading