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