- Jul 24, 2019
-
-
Dominic Kempf authored
Which changed the interfacing between Python and CMake.
-
- Jul 23, 2019
-
-
Dominic Kempf authored
-
- Apr 05, 2019
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Feb 22, 2019
-
-
Marcel Koch authored
-
- Feb 20, 2019
-
-
Marcel Koch authored
-
Marcel Koch authored
using which only works, if `generate_operators` is in `PATH`, otherwise cmake fails. This is especially the case if dune-codegen is configured completely new.
-
- Feb 15, 2019
-
-
Dominic Kempf authored
-
- Feb 11, 2019
-
-
Dominic Kempf authored
-
- Feb 06, 2019
-
-
Dominic Kempf authored
Enable with the cmake variable DUNE_CODEGEN_PROFILING. For each generated header, a profile is written out. These can be visualized with tools like snakeviz.
-
- Feb 05, 2019
-
-
Dominic Kempf authored
-
- Feb 04, 2019
-
-
Dominic Kempf authored
-
- Oct 30, 2018
-
-
Dominic Kempf authored
-
- Oct 22, 2018
-
-
Dominic Kempf authored
I have the use case of a boundary condition file, whose changes should retrigger the code generation process.
-
- Aug 23, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Aug 20, 2018
-
-
René Heß authored
-
Dominic Kempf authored
-
- Apr 25, 2018
-
-
Dominic Kempf authored
-
- Mar 13, 2018
-
-
Dominic Kempf authored
-
- 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.
-
- Feb 05, 2018
-
-
Dominic Kempf authored
Also allow the usage of the __static section (as known from dune-testtools). However, variation in the static section is not yet considered!
-
- Jan 31, 2018
-
-
Dominic Kempf authored
-
- Jan 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Instationary stuff not fixed so far.
-
- Jan 25, 2018
-
-
René Heß authored
-
- Jan 23, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Jan 18, 2018
-
-
René Heß authored
-
- Dec 01, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
So far, changes in the form compiler did not trigger code regeneration if invoked from a downstream dune module. This is fixed now.
-
- Aug 25, 2017
-
-
Jorrit Fahlke authored
The previous test timeout of 20s seems to be insufficient sometimes. Raise it to 60s.
-
Dominic Kempf authored
-
- Mar 29, 2017
-
-
Dominic Kempf authored
-
- Mar 22, 2017
-
-
Dominic Kempf authored
-
- Jan 11, 2017
-
-
Dominic Kempf authored
-
- Jan 09, 2017
-
-
René Heß authored
-
- Dec 20, 2016
-
-
Dominic Kempf authored
-
- Sep 20, 2016
-
-
Dominic Kempf authored
-