1. 5f218b3 keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62) by Wenzel Jakob · 8 years ago
  2. 27e8e10 added new type pybind11::bytes, cleanup of various macros (fixes #49) by Wenzel Jakob · 8 years ago
  3. 2dfbade documentation on using multiple extension modules by Wenzel Jakob · 8 years ago
  4. 6eb11da Very minor documentation fixes, updated logo by Wenzel Jakob · 8 years ago
  5. 66c9a40 Much more efficient generation of function signatures, updated docs by Wenzel Jakob · 8 years ago
  6. 2ac5044 moved processing of cpp_function arguments out of dispatch code by Wenzel Jakob · 8 years ago
  7. caa9d44 cmake: robustified search for python by Wenzel Jakob · 8 years ago
  8. 4f88edd Add an include in cmake.rst by Ivan Smirnov · 8 years ago
  9. f08a3f0 Merge pull request #52 from tmiasko/const-correctness by Wenzel Jakob · 8 years ago
  10. ca77130 Use object class to hold partially converted python objects. by Tomasz Miąsko · 9 years ago
  11. 875df55 Make handle and related classes const correct. by Tomasz Miąsko · 9 years ago
  12. cc39b2f Add const modifier to handle::cast. by Tomasz Miąsko · 9 years ago
  13. 6be9e2f Fix typo in STL docs. by Jared Casper · 9 years ago
  14. 5ef1219 smart pointer clarifications by Wenzel Jakob · 9 years ago
  15. 61d67f0 a few more documentation improvements by Wenzel Jakob · 9 years ago
  16. 44db04f clarification regarding STL container support by Wenzel Jakob · 9 years ago
  17. a4caa85 added missing namespace declaration by Wenzel Jakob · 9 years ago
  18. f7e4302 Add ldflags to compile command by John Travers · 9 years ago
  19. bda3b67 add extra documentation CSS on RTD by Wenzel Jakob · 9 years ago
  20. f1532bd updated cmake snippet in documentation by Wenzel Jakob · 9 years ago
  21. ecdd868 documentation on using the gil by Wenzel Jakob · 9 years ago
  22. 40584ce fixed another typo by Wenzel Jakob · 9 years ago
  23. 6e213c9 improved shared pointer support (fixes #14) by Wenzel Jakob · 9 years ago
  24. a4175d6 added warning about wrapping wrapped functions by Wenzel Jakob · 9 years ago
  25. 436b731 added note about cast operations by Wenzel Jakob · 9 years ago
  26. 5cd3311 added benchmark by Wenzel Jakob · 9 years ago
  27. 0fb8528 factored out some common functionality to a non-templated parent class by Wenzel Jakob · 9 years ago
  28. b1b7140 consistent macro naming throughout the project by Wenzel Jakob · 9 years ago
  29. 041a865 minor documentation theme changes by Wenzel Jakob · 9 years ago
  30. 1853b65 a bit more documentation on reference counting wrappers by Wenzel Jakob · 9 years ago
  31. 7641c1d minor doc update by Wenzel Jakob · 9 years ago
  32. 10e62e1 fixed missing semicolon in documentation by Wenzel Jakob · 9 years ago
  33. 8f4eb00 last breaking change: be consistent about the project name by Wenzel Jakob · 9 years ago
  34. 9329669 remainder of documentation by Wenzel Jakob · 9 years ago
  35. 28f98aa took a stab at some documentation by Wenzel Jakob · 9 years ago