1. 38d8b8c don't allow registering a class twice (fixes #218) by Wenzel Jakob · 8 years ago
  2. 1503d2f Merge pull request #207 from dean0x7d/cmake by Wenzel Jakob · 8 years ago
  3. 24ddf4b Update CMake build documentation by Dean Moldovan · 8 years ago
  4. 2c76c69 minor update to release process by Wenzel Jakob · 8 years ago
  5. 6e2e0e9 Merge pull request #214 from yungyuc/yyc-docver by Wenzel Jakob · 8 years ago
  6. 2240ce2 Update document version to the next release 1.8 by Yung-Yu Chen · 8 years ago
  7. 86d825f Redesigned virtual call mechanism and user-facing syntax (breaking change!) by Wenzel Jakob · 8 years ago
  8. 1e3be73 PYBIND11_OVERLOAD_NAME and PYBIND11_OVERLOAD_PURE_NAME (fixes #205) by Wenzel Jakob · 8 years ago
  9. bd986fe add comment about macro issues (fixes #203) by Wenzel Jakob · 8 years ago
  10. b47a9de ability to prevent force casts in numpy arguments by Wenzel Jakob · 8 years ago
  11. f7048f2 Fixed typo in NumPy example which prevented compilation by Nils Werner · 8 years ago
  12. 3f200fa don't implicitly convert doubles to ints by Wenzel Jakob · 8 years ago
  13. a439cca minor FAQ edits, referenced cppimport project by Wenzel Jakob · 8 years ago
  14. a95bde1 Adding documentation for value_error. Fixing various formatting issues. Removing redundant binding for C++ style methods. Adding bindings for iterator and slicing protocol. Extending examples. by Sergey Lyskov · 8 years ago
  15. 178c8a8 nicer type_caster::load() calling conventions by Wenzel Jakob · 8 years ago
  16. ace7b43 switched to conda-forge, updated release process docs by Wenzel Jakob · 8 years ago
  17. 9e0a056 transparent conversion of dense and sparse Eigen types by Wenzel Jakob · 8 years ago
  18. 9ac5bc5 fix captialization issue in CMakeLists.txt by Wenzel Jakob · 8 years ago
  19. e762853 nicer example on instantiating Eigen matrices by Wenzel Jakob · 8 years ago
  20. f1032df only do numpy contiguous C/Fortran array conversion when explicitly requested by Wenzel Jakob · 8 years ago
  21. 876eeab redesigned format_descriptor<> and npy_format_descriptor<> by Wenzel Jakob · 8 years ago
  22. c62360d minor FAQ updates by Wenzel Jakob · 8 years ago
  23. 163ac2e changelog updates by Wenzel Jakob · 8 years ago
  24. bdd1103 minor cmake improvements on windows by Wenzel Jakob · 8 years ago
  25. 8e93df8 minor clarification regarding keep_alive; fixed some typos by Wenzel Jakob · 8 years ago
  26. 81e0975 clarified pickle version requirements (fixes #186) by Wenzel Jakob · 8 years ago
  27. c4d7ccd started working on v1.8 by Wenzel Jakob · 8 years ago
  28. e70b2ab preparing for v1.7 release by Wenzel Jakob · 8 years ago
  29. dd7ec34 documentation updates by Wenzel Jakob · 8 years ago
  30. 06f56ee opaque type redesign by Wenzel Jakob · 8 years ago
  31. f64feaf documentation improvements by Wenzel Jakob · 8 years ago
  32. e84f557 documentation improvements by Wenzel Jakob · 8 years ago
  33. 1ac22e3 changelog updates by Wenzel Jakob · 8 years ago
  34. f7b5874 new move value policy by Wenzel Jakob · 8 years ago
  35. 0871228 opaque<> clarifications by Wenzel Jakob · 8 years ago
  36. 54b6fdd starting work on the v1.6 release by Wenzel Jakob · 8 years ago
  37. bb79d7b preparing for version 1.5 release by Wenzel Jakob · 8 years ago
  38. dbe43ff completed implicit type casters for reference_wrapper by Wenzel Jakob · 8 years ago
  39. c79dbe4 FAQ improvements by Wenzel Jakob · 8 years ago
  40. b2b44a9 fix for virtual dispatch on newly created threads by Wenzel Jakob · 8 years ago
  41. 8bd31c7 New automatic return value policy for cat() and make_tuple(), fixed an ambiguity issue by Wenzel Jakob · 8 years ago
  42. 2e03a58 added comment about cmake issues (#99) by Wenzel Jakob · 8 years ago
  43. b282595 convenience wrapper for constructing iterators (fixes #142) by Wenzel Jakob · 8 years ago
  44. ef7a9b9 added info about autogenerated Sphinx docs (fixes #112) by Wenzel Jakob · 8 years ago
  45. d7efa4f return best representation of polymorphic types (fixes #105) by Wenzel Jakob · 8 years ago
  46. d40885a clarified pickling docs by Wenzel Jakob · 8 years ago
  47. 3d0e6ff typos by Wenzel Jakob · 8 years ago
  48. 1c329aa pickling support (fixes #144) by Wenzel Jakob · 8 years ago
  49. 2c5d560 changelog update by Wenzel Jakob · 8 years ago
  50. 50ed361 added a faq entry about import issues by Wenzel Jakob · 8 years ago
  51. 90d2f5e added a comment about symbol visibility by Wenzel Jakob · 8 years ago
  52. 978e376 documentation improvements by Wenzel Jakob · 8 years ago
  53. 1e1f367 added limitations section by Wenzel Jakob · 8 years ago
  54. 33c2a04 minor documentation update by Wenzel Jakob · 8 years ago
  55. 95dc069 starting work on version 1.5 by Wenzel Jakob · 8 years ago
  56. 0e6ca59 version 1.4 by Wenzel Jakob · 8 years ago
  57. 3411673 updated changelog by Wenzel Jakob · 9 years ago
  58. 9f0dfce returning unique pointers is now allowed by Wenzel Jakob · 9 years ago
  59. 76eb607 completed type table by Wenzel Jakob · 9 years ago
  60. eda978e support for opaque types by Wenzel Jakob · 9 years ago
  61. a3e34f4 comment about old versions of visual studio by Wenzel Jakob · 9 years ago
  62. 4a48afb doc updates by Wenzel Jakob · 9 years ago
  63. de623a7 added faq by Wenzel Jakob · 9 years ago
  64. 4e455dd updated changelog, added build directory to gitignore file by Wenzel Jakob · 9 years ago
  65. 14cefbf minor fix for conda release process by Wenzel Jakob · 9 years ago
  66. e6464ad Update release instructions by Sylvain Corlay · 9 years ago
  67. 81dfd2c Working type casters for wide strings and wide characters by Wenzel Jakob · 9 years ago
  68. 504f755 starting to work on next version by Wenzel Jakob · 9 years ago
  69. d2385e8 ready for version 1.3 by Wenzel Jakob · 9 years ago
  70. 8d862b3 documentation updates (clarified cross-module dependencies, added contributors, improved CSS) by Wenzel Jakob · 9 years ago
  71. c769fce note about nullptr default args by Wenzel Jakob · 9 years ago
  72. 4f972c0 Revert of the revert of the python package with version information by Wenzel Jakob · 9 years ago
  73. cf2b87a changelog update by Wenzel Jakob · 9 years ago
  74. bee8f16 removed 'pybind11' package which ultimately served no purpose by Wenzel Jakob · 9 years ago
  75. 240e404 added note about supported compiler versions by Wenzel Jakob · 9 years ago
  76. 0880294 support unordered set/map data structures (fixes #100) by Wenzel Jakob · 9 years ago
  77. 8ed2808 pybind11, version 1.2 by Wenzel Jakob · 9 years ago
  78. 43b6a23 minor comment about binding static methods by Wenzel Jakob · 9 years ago
  79. 10c74c6 transparent std::array conversion (fixes #97) by Wenzel Jakob · 9 years ago
  80. c91551b improved python detection in CMakeLists.txt (fixes #98) by Wenzel Jakob · 9 years ago
  81. de3ad07 documentation on exporting constants (closes #92) by Wenzel Jakob · 9 years ago
  82. 97dc810 Add version info and release instructions for pybind11 by Sylvain Corlay · 9 years ago
  83. cd4e6ae updated changelog by Wenzel Jakob · 9 years ago
  84. 518cf72 improve cmake windows debug configuration (fixes #77) by Wenzel Jakob · 9 years ago
  85. d4db8bc minor cmake doc improvements by Wenzel Jakob · 9 years ago
  86. 6158716 example on manually vectorizing numpy code (closes #27) by Wenzel Jakob · 9 years ago
  87. 48548ea general cleanup of the codebase by Wenzel Jakob · 9 years ago
  88. 1ae77fe added a changelog file and version defines by Wenzel Jakob · 9 years ago
  89. 678d787 do more work with classes from pytypes.h (especially for STL container casting) by Wenzel Jakob · 9 years ago
  90. b2c2c79 improved handling of shared/smart pointers by Wenzel Jakob · 9 years ago
  91. 5f218b3 keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62) by Wenzel Jakob · 9 years ago
  92. 27e8e10 added new type pybind11::bytes, cleanup of various macros (fixes #49) by Wenzel Jakob · 9 years ago
  93. 2dfbade documentation on using multiple extension modules by Wenzel Jakob · 9 years ago
  94. 6eb11da Very minor documentation fixes, updated logo by Wenzel Jakob · 9 years ago
  95. 66c9a40 Much more efficient generation of function signatures, updated docs by Wenzel Jakob · 9 years ago
  96. 2ac5044 moved processing of cpp_function arguments out of dispatch code by Wenzel Jakob · 9 years ago
  97. caa9d44 cmake: robustified search for python by Wenzel Jakob · 9 years ago
  98. 4f88edd Add an include in cmake.rst by Ivan Smirnov · 9 years ago
  99. f08a3f0 Merge pull request #52 from tmiasko/const-correctness by Wenzel Jakob · 9 years ago
  100. ca77130 Use object class to hold partially converted python objects. by Tomasz Miąsko · 9 years ago