1. 29 Dec, 2016 1 commit
  2. 28 Dec, 2016 1 commit
  3. 26 Dec, 2016 1 commit
  4. 18 Dec, 2016 1 commit
  5. 16 Dec, 2016 1 commit
    • Wenzel Jakob's avatar
      WIP: PyPy support (#527) · 1d1f81b2
      Wenzel Jakob authored
      This commit includes modifications that are needed to get pybind11 to work with PyPy. The full test suite compiles and runs except for a last few functions that are commented out (due to problems in PyPy that were reported on the PyPy bugtracker).
      
      Two somewhat intrusive changes were needed to make it possible: two new tags ``py::buffer_protocol()`` and ``py::metaclass()`` must now be specified to the ``class_`` constructor if the class uses the buffer protocol and/or requires a metaclass (e.g. for static properties).
      
      Note that this is only for the PyPy version based on Python 2.7 for now. When the PyPy 3.x has caught up in terms of cpyext compliance, a PyPy 3.x patch will follow.
      1d1f81b2
  6. 12 Dec, 2016 1 commit
  7. 27 Sep, 2016 1 commit
  8. 21 Sep, 2016 2 commits
  9. 19 Sep, 2016 1 commit
  10. 19 Aug, 2016 1 commit
  11. 13 Aug, 2016 1 commit
  12. 11 Aug, 2016 1 commit
  13. 12 Jul, 2016 2 commits
  14. 11 Jul, 2016 1 commit
  15. 02 Jun, 2016 1 commit
  16. 29 May, 2016 1 commit
  17. 16 May, 2016 1 commit
  18. 28 Apr, 2016 1 commit
  19. 13 Apr, 2016 1 commit
  20. 06 Mar, 2016 1 commit
  21. 01 Mar, 2016 2 commits
  22. 20 Feb, 2016 1 commit
  23. 17 Jan, 2016 4 commits
  24. 05 Dec, 2015 1 commit
  25. 04 Dec, 2015 1 commit
  26. 18 Oct, 2015 2 commits
  27. 13 Oct, 2015 1 commit
  28. 11 Oct, 2015 1 commit
  29. 01 Oct, 2015 1 commit
  30. 04 Sep, 2015 1 commit
  31. 04 Aug, 2015 1 commit
  32. 29 Jul, 2015 1 commit
  33. 28 Jul, 2015 1 commit