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