Skip to content
Snippets Groups Projects
  1. Feb 16, 2020
    • Andreas Dedner's avatar
      added a function to import a c++ class similar to the 'algorithm'. · 394cc15a
      Andreas Dedner authored
      This makes it possible to import "statefull" C++ objects to Python.
      At the moment only the constructor is available on the Python side
      so the object can only be used as argument for another C++ function/method.
      Exporting methods will be made available as well in a future version.
      394cc15a
  2. Dec 16, 2019
  3. Dec 15, 2019
  4. Nov 23, 2019
  5. Oct 01, 2019
  6. Sep 24, 2019
  7. Sep 20, 2019
  8. Sep 15, 2019
    • Andreas Dedner's avatar
      added functions to generator for setting compile flags and for unconditionally making targets · 45f83576
      Andreas Dedner authored
      Can be used directly in a scipt by calling for example
        dune.generator.setFlags("-g") or dune.generator.unsetFlags() to get the flag used during configure
      and
        dune.generator.setNoDependencyCheck() and dune.generator.setDependencyCheck()
      before/after a module is compile, e.g., calling dune.grid.yaspGrid(...)
      
      added some simpler methods to use for recompilation/setting CXXFlags and add some logger output
      
      added an option to add additional flags to the default cxxflags
      (function dune.generator.addToFlags)
      
      remoove trailing whitespaces from CXXFlags
      
      minor fix
      45f83576
  9. May 14, 2019
  10. Mar 11, 2019
    • Andreas Dedner's avatar
      make it possible to split the includes provided to the generator into two · abaabffc
      Andreas Dedner authored
      parts [mainIncludeList, additionalIncludeList]
      both are added to the generated code but only the first is added to the
      _include property of the generated python class.
      Usage: one can put the code for exporting the python class into the second
      list so that other objects don't pick those up in their dependency list
      abaabffc
  11. Feb 25, 2019
  12. Oct 02, 2018
  13. Oct 01, 2018
  14. Jul 27, 2018
  15. Jun 29, 2018
  16. Mar 29, 2018
  17. Mar 13, 2018
  18. Mar 05, 2018
  19. Mar 04, 2018
  20. Feb 27, 2018
  21. Feb 21, 2018
  22. Feb 15, 2018
  23. Dec 19, 2017
  24. Dec 15, 2017
  25. Nov 09, 2017
  26. Nov 08, 2017
  27. Oct 22, 2017
  28. Oct 20, 2017
  29. Oct 18, 2017
  30. Oct 17, 2017
Loading