Skip to content
Snippets Groups Projects
  1. Sep 16, 2020
  2. May 24, 2020
  3. Apr 02, 2020
  4. Mar 27, 2020
  5. 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
  6. Mar 29, 2018
  7. Jan 29, 2018
  8. Oct 26, 2017
  9. Oct 24, 2017
  10. Oct 20, 2017
  11. Oct 18, 2017
  12. Oct 04, 2017
  13. Jun 28, 2017
    • Martin Nolte's avatar
      [cmake] add macro dune_add_pybind11_module · f0b71e8f
      Martin Nolte authored
      Building Python modules through Pybind11 is a recurring task in our
      Python bindings. To reduce maintainance in the build system, we introduce
      a CMake function "dune_add_pybind11_module", which is semantically inspired
      by the "dune_add_test" function.
      f0b71e8f
  14. Mar 17, 2017
  15. Feb 23, 2017
  16. Feb 06, 2017
  17. Sep 30, 2016
  18. Sep 26, 2016
  19. Sep 23, 2016
  20. Sep 22, 2016
  21. Sep 12, 2016
  22. Aug 02, 2016
  23. May 22, 2016
Loading