Skip to content
Snippets Groups Projects
  1. 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
  2. May 17, 2017
  3. Mar 24, 2017
  4. Mar 17, 2017
  5. Mar 10, 2017
  6. Feb 27, 2017
  7. Feb 23, 2017
  8. Feb 15, 2017
  9. Feb 06, 2017
  10. Nov 09, 2016
  11. Oct 12, 2016
    • Martin Nolte's avatar
      [bugfix] use __name__ instead of __package__ · dd8961e9
      Martin Nolte authored
      For Python 2.7, __package__ seems to be None, while __name__ is the fully
      qualified module name (e.g., dune.common.module). This is also sufficient to
      distinguish whether module.py was loaded from the dune package or not.
      dd8961e9
  12. Oct 11, 2016
  13. Oct 10, 2016
  14. Oct 04, 2016
  15. Sep 30, 2016
  16. Sep 29, 2016
  17. Sep 28, 2016
  18. Sep 27, 2016
  19. Sep 26, 2016
Loading