- Jul 24, 2019
-
-
Dominic Kempf authored
Which changed the interfacing between Python and CMake.
-
- Mar 08, 2018
-
-
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.
-
- Jan 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-