1. 0880294 support unordered set/map data structures (fixes #100) by Wenzel Jakob · 9 years ago
  2. 8ed2808 pybind11, version 1.2 by Wenzel Jakob · 9 years ago
  3. 43b6a23 minor comment about binding static methods by Wenzel Jakob · 9 years ago
  4. 10c74c6 transparent std::array conversion (fixes #97) by Wenzel Jakob · 9 years ago
  5. c91551b improved python detection in CMakeLists.txt (fixes #98) by Wenzel Jakob · 9 years ago
  6. de3ad07 documentation on exporting constants (closes #92) by Wenzel Jakob · 9 years ago
  7. 97dc810 Add version info and release instructions for pybind11 by Sylvain Corlay · 9 years ago
  8. cd4e6ae updated changelog by Wenzel Jakob · 9 years ago
  9. 518cf72 improve cmake windows debug configuration (fixes #77) by Wenzel Jakob · 9 years ago
  10. d4db8bc minor cmake doc improvements by Wenzel Jakob · 9 years ago
  11. 6158716 example on manually vectorizing numpy code (closes #27) by Wenzel Jakob · 9 years ago
  12. 48548ea general cleanup of the codebase by Wenzel Jakob · 9 years ago
  13. 1ae77fe added a changelog file and version defines by Wenzel Jakob · 9 years ago
  14. 678d787 do more work with classes from pytypes.h (especially for STL container casting) by Wenzel Jakob · 9 years ago
  15. b2c2c79 improved handling of shared/smart pointers by Wenzel Jakob · 9 years ago
  16. 5f218b3 keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62) by Wenzel Jakob · 9 years ago
  17. 27e8e10 added new type pybind11::bytes, cleanup of various macros (fixes #49) by Wenzel Jakob · 9 years ago
  18. 2dfbade documentation on using multiple extension modules by Wenzel Jakob · 9 years ago
  19. 6eb11da Very minor documentation fixes, updated logo by Wenzel Jakob · 9 years ago
  20. 66c9a40 Much more efficient generation of function signatures, updated docs by Wenzel Jakob · 9 years ago
  21. 2ac5044 moved processing of cpp_function arguments out of dispatch code by Wenzel Jakob · 9 years ago
  22. caa9d44 cmake: robustified search for python by Wenzel Jakob · 9 years ago
  23. 4f88edd Add an include in cmake.rst by Ivan Smirnov · 9 years ago
  24. f08a3f0 Merge pull request #52 from tmiasko/const-correctness by Wenzel Jakob · 9 years ago
  25. ca77130 Use object class to hold partially converted python objects. by Tomasz Miąsko · 9 years ago
  26. 875df55 Make handle and related classes const correct. by Tomasz Miąsko · 9 years ago
  27. cc39b2f Add const modifier to handle::cast. by Tomasz Miąsko · 9 years ago
  28. 6be9e2f Fix typo in STL docs. by Jared Casper · 9 years ago
  29. 5ef1219 smart pointer clarifications by Wenzel Jakob · 9 years ago
  30. 61d67f0 a few more documentation improvements by Wenzel Jakob · 9 years ago
  31. 44db04f clarification regarding STL container support by Wenzel Jakob · 9 years ago
  32. a4caa85 added missing namespace declaration by Wenzel Jakob · 9 years ago
  33. f7e4302 Add ldflags to compile command by John Travers · 9 years ago
  34. bda3b67 add extra documentation CSS on RTD by Wenzel Jakob · 9 years ago
  35. f1532bd updated cmake snippet in documentation by Wenzel Jakob · 9 years ago
  36. ecdd868 documentation on using the gil by Wenzel Jakob · 9 years ago
  37. 40584ce fixed another typo by Wenzel Jakob · 9 years ago
  38. 6e213c9 improved shared pointer support (fixes #14) by Wenzel Jakob · 9 years ago
  39. a4175d6 added warning about wrapping wrapped functions by Wenzel Jakob · 9 years ago
  40. 436b731 added note about cast operations by Wenzel Jakob · 9 years ago
  41. 5cd3311 added benchmark by Wenzel Jakob · 9 years ago
  42. 0fb8528 factored out some common functionality to a non-templated parent class by Wenzel Jakob · 9 years ago
  43. b1b7140 consistent macro naming throughout the project by Wenzel Jakob · 9 years ago
  44. 041a865 minor documentation theme changes by Wenzel Jakob · 9 years ago
  45. 1853b65 a bit more documentation on reference counting wrappers by Wenzel Jakob · 9 years ago
  46. 7641c1d minor doc update by Wenzel Jakob · 9 years ago
  47. 10e62e1 fixed missing semicolon in documentation by Wenzel Jakob · 9 years ago
  48. 8f4eb00 last breaking change: be consistent about the project name by Wenzel Jakob · 9 years ago
  49. 9329669 remainder of documentation by Wenzel Jakob · 9 years ago
  50. 28f98aa took a stab at some documentation by Wenzel Jakob · 9 years ago