Skip to content
Snippets Groups Projects
  1. Apr 13, 2018
  2. Apr 11, 2018
  3. Apr 10, 2018
  4. Apr 09, 2018
  5. Mar 29, 2018
  6. Mar 28, 2018
    • Dominic Kempf's avatar
      Reimplement instrumentation as a loopy transformation · 3cbaeb7f
      Dominic Kempf authored
      This is currently only used for level 4 instrumentation,
      as these start and stop markers were messing heavily with
      dependencies in the sum factorization code. This way, the necessary but
      ugly work of adding instrumentation is separated much more
      nicely.
      3cbaeb7f
  7. Mar 27, 2018
  8. Mar 26, 2018
  9. Mar 23, 2018
  10. Mar 22, 2018
  11. Mar 21, 2018
  12. Mar 20, 2018
  13. Mar 19, 2018
  14. Mar 16, 2018
  15. Mar 15, 2018
  16. Mar 14, 2018
  17. Mar 13, 2018
  18. Mar 09, 2018
  19. 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
Loading