- Mar 29, 2018
-
-
The builder exceptions should be shared between different implementations of the builder interface. This patch migrates them to a separate module `dune.generator.exceptions`. For convenience they are also imported into `dune.generator` itself.
-
- Mar 13, 2018
-
-
Andreas Dedner authored
-
- Mar 05, 2018
-
-
Martin Nolte authored
Rationale: If the user chooses to pass in some other `source` object to generate the code on-demand, he can only save the code generation if he already ensured the generated source code would be identical to an existing copy.
- Mar 04, 2018
-
-
Andreas Dedner authored
In the original form a failure in the code generation (triggered during writting by calling code.__str__() could lead to a generated cc file with no CMakeLists.txt entry - rerunning the code then led to a "no rule to make target" error and required removing the cc file by hand.
-
- Feb 27, 2018
-
-
Andreas Dedner authored
doesn't work with the decorator idea)
-
- Feb 21, 2018
-
-
Andreas Dedner authored
-
-
- Feb 15, 2018
-
-
Andreas Dedner authored
dune.generator.__init__
-
- Dec 19, 2017
-
-
Andreas Dedner authored
-
- Dec 15, 2017
-
-
Andreas Dedner authored
-
Andreas Dedner authored
simpleGenerator
-
- Nov 09, 2017
-
-
Andreas Dedner authored
-
Andreas Dedner authored
-
- Nov 08, 2017
-
-
Andreas Dedner authored
-
- Oct 22, 2017
-
-
Andreas Dedner authored
also only add plot/triangulation method to 2d grids
-
- Oct 20, 2017
-
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
-
- Oct 18, 2017
-
-
Andreas Dedner authored
-
- Oct 17, 2017
-
-
Martin Nolte authored
-
- Oct 16, 2017
-
-
Andreas Dedner authored
-
- Oct 15, 2017
-
-
Andreas Dedner authored
std::pair<class__,bool> cls = insertClass<DuneType>(scope, pythonName, pybind_options..., GenerateTypeName(...), InsertFiles{...} )
-
- Oct 11, 2017
-
-
Andreas Dedner authored
-
Martin Nolte authored
-
- Oct 10, 2017
-
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
Provide a single method that generates the entry and adds the property to the exported class
-
Andreas Dedner authored
-
- Oct 09, 2017
-
-
Andreas Dedner authored
scripts in batch mode Also always add the python module to the generated class
-
- Oct 06, 2017
-
-
Martin Nolte authored
-
Martin Nolte authored
-
- Sep 24, 2017
-
-
Andreas Dedner authored
-
- Sep 19, 2017
-
-
Andreas Dedner authored
-
- Sep 14, 2017
-
-
Ansgar Burchardt authored
This avoids duplicating the 'false' case.
-
- Jun 29, 2017
-
-
Martin Nolte authored
-
- Jun 28, 2017
-
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
Instead of generating one CMake target "generated_module", we now define a CMake target for every module create in dune-py. Before loading the module, we always call cmake to make sure the module is rebuilt if dependencies change. Note: Changes in the source code of the generated module remain untracked for now.
-