1. 7dfb932 Update OVERLOAD macros to support ref/ptr return type overloads by Jason Rhinelander · 8 years ago
  2. 6eca083 Fix doc typo by Jason Rhinelander · 8 years ago
  3. 1f2e417 Merge pull request #403 from jagerman/alias-initialization by Wenzel Jakob · 8 years ago
  4. 382484a operators should return NotImplemented given unsupported input (fixes #393) by Wenzel Jakob · 8 years ago
  5. ec62d97 Implement py::init_alias<>() constructors by Jason Rhinelander · 8 years ago
  6. 6b52c83 Allow passing base types as a template parameter by Jason Rhinelander · 8 years ago
  7. 5fffe20 Allow arbitrary class_ template option ordering by Jason Rhinelander · 8 years ago
  8. 625bd48 Document calling function with keyword arguments from C++ by Dean Moldovan · 8 years ago
  9. 6f017cf basics.rst: minor table update for Eigen types by Wenzel Jakob · 8 years ago
  10. 48ce072 added docs for custom type casters (fixes #298) by Wenzel Jakob · 8 years ago
  11. fe34241 minor doc & style fixes by Wenzel Jakob · 8 years ago
  12. 7520418 Adding bind_map by Sergey Lyskov · 8 years ago
  13. 70f5a4d minor: added error message to faq by Wenzel Jakob · 8 years ago
  14. 64830e3 Doc fix for OVERLOAD*_NAME macros by Jason Rhinelander · 8 years ago
  15. 5e4e477 minor fixes to PR #368 by Wenzel Jakob · 8 years ago
  16. 6333825 Added support for exposing classes with private destructors and corresponding documentation by Nickolai Belakovski · 8 years ago
  17. 606160e Update the changelog re: generalized iterators by Ivan Smirnov · 8 years ago
  18. faec30c Merge pull request #321 from dean0x7d/pytest by Wenzel Jakob · 8 years ago
  19. bf09958 documentation clarifications (fixes #346) by Wenzel Jakob · 8 years ago
  20. ec0d38e Update the docs to reflect the new test structure by Dean Moldovan · 8 years ago
  21. 192eb88 ..mention in benchmark docs as well by Wenzel Jakob · 8 years ago
  22. 68b193e mention pyrosetta stats by Wenzel Jakob · 8 years ago
  23. 0b63231 minor doc touchups by Wenzel Jakob · 8 years ago
  24. f45bb58 Support keep_alive where nurse may be None by Glen Walker · 8 years ago
  25. aebca12 Fix sphinx doc missing code blocks and warnings by Dean Moldovan · 8 years ago
  26. 6715736 Add handle::repr() method by Ivan Smirnov · 8 years ago
  27. bccbc10 Update changelog and authors by Ivan Smirnov · 8 years ago
  28. b651859 Update the docs to use the new array ctor by Ivan Smirnov · 8 years ago
  29. 5412a05 Rename PYBIND11_DTYPE to PYBIND11_NUMPY_DTYPE by Ivan Smirnov · 8 years ago
  30. 5afe9df Minor fix in the docs by Ivan Smirnov · 8 years ago
  31. 223afe3 Add documentation re: PYBIND11_DTYPE macro by Ivan Smirnov · 8 years ago
  32. 5e71e17 Make changes to format_descriptor backwards-compat by Ivan Smirnov · 8 years ago
  33. 42ad328 Change format_descriptor::value to a static func by Ivan Smirnov · 8 years ago
  34. 5aa85be Added pybind11::make_key_iterator for map iteration by Jason Rhinelander · 8 years ago
  35. f2ecd89 Implement reference_internal with a keep_alive by Jason Rhinelander · 8 years ago
  36. efc2aa7 Removed obsolete documentation about duplicate address problems by Jason Rhinelander · 8 years ago
  37. d6c365b virtual + inheritance example: remove multiple inheritance approach by Jason Rhinelander · 8 years ago
  38. 0ca96e2 Added advanced doc section on virtual methods + inheritance by Jason Rhinelander · 8 years ago
  39. b68d8fc *Really* fix enumeration indices by Jason Rhinelander · 8 years ago
  40. 38d5b45 Fixed enumeration indices by Jason Rhinelander · 8 years ago
  41. 9ffb3dd Eigen support for special matrix objects by Jason Rhinelander · 8 years ago
  42. 3764e28 added note about args/kwargs limitation by Wenzel Jakob · 8 years ago
  43. f38f359 documentation fix (fixes #290) by Wenzel Jakob · 8 years ago
  44. 3e2e44f Updated advanced.rst example references by Jason Rhinelander · 8 years ago
  45. fb6aed2 return value policy clarifications by Wenzel Jakob · 8 years ago
  46. a720a60 updated changelog with v1.8.1, updated release instructions by Wenzel Jakob · 8 years ago
  47. c47d498 fix rare GC issue during type creation (fixes #277) by Wenzel Jakob · 8 years ago
  48. 58ec1ca updated README and changelog by Wenzel Jakob · 8 years ago
  49. 3c6ada3 Merge pull request #273 from lsst-dm/master by Wenzel Jakob · 8 years ago
  50. 5a7d17f Add support for user defined exception translators by Pim Schellart · 8 years ago
  51. e6b2f75 updated changelog by Wenzel Jakob · 8 years ago
  52. 954b793 avoid C++ -> Python -> C++ overheads when passing around function objects by Wenzel Jakob · 8 years ago
  53. 0d3fc35 complete rewrite of eval/exec patch by Wenzel Jakob · 8 years ago
  54. c6ad2c4 added exec functions by Klemens Morgenstern · 8 years ago
  55. 3eeea6f docs: point out limitations of implicit conversions by Wenzel Jakob · 8 years ago
  56. f53e300 doc updates by Wenzel Jakob · 8 years ago
  57. 09e22b4 Merge pull request #255 from nafur/patch-1 by Wenzel Jakob · 8 years ago
  58. 4626b5a updated limitations section by Wenzel Jakob · 8 years ago
  59. 717df75 Added warning about same-address-optimization by nafur · 8 years ago
  60. 37e1f61 allow passing a 'return value policy' to handle::operator() by Wenzel Jakob · 8 years ago
  61. f88af0c clarification on static properties (fixes #248) by Wenzel Jakob · 8 years ago
  62. 835fc06 Add callback examples with named parameters by Brad Harmon · 8 years ago
  63. 663513c release process clarifications by Wenzel Jakob · 8 years ago
  64. f85c529 starting to work on release v1.9 by Wenzel Jakob · 8 years ago
  65. f950215 note about semver policy by Wenzel Jakob · 8 years ago
  66. 1cbe7ef changelog update by Wenzel Jakob · 8 years ago
  67. b3eadfa Update docs with _a suffix notation for named arguments by Dean Moldovan · 8 years ago
  68. f600c1d updated FAQ section on Python detection by Wenzel Jakob · 8 years ago
  69. ca8dc08 updated pbtest link by Wenzel Jakob · 8 years ago
  70. aa79af0 updated cmake example link by Wenzel Jakob · 8 years ago
  71. 9bb97c1 docs: added a general note about macro usage by Wenzel Jakob · 8 years ago
  72. 99279f7 docs: switched lexer for python console snippets to 'pycon' by Wenzel Jakob · 8 years ago
  73. 38d8b8c don't allow registering a class twice (fixes #218) by Wenzel Jakob · 8 years ago
  74. 1503d2f Merge pull request #207 from dean0x7d/cmake by Wenzel Jakob · 8 years ago
  75. 24ddf4b Update CMake build documentation by Dean Moldovan · 8 years ago
  76. 2c76c69 minor update to release process by Wenzel Jakob · 8 years ago
  77. 6e2e0e9 Merge pull request #214 from yungyuc/yyc-docver by Wenzel Jakob · 8 years ago
  78. 2240ce2 Update document version to the next release 1.8 by Yung-Yu Chen · 8 years ago
  79. 86d825f Redesigned virtual call mechanism and user-facing syntax (breaking change!) by Wenzel Jakob · 8 years ago
  80. 1e3be73 PYBIND11_OVERLOAD_NAME and PYBIND11_OVERLOAD_PURE_NAME (fixes #205) by Wenzel Jakob · 8 years ago
  81. bd986fe add comment about macro issues (fixes #203) by Wenzel Jakob · 8 years ago
  82. b47a9de ability to prevent force casts in numpy arguments by Wenzel Jakob · 8 years ago
  83. f7048f2 Fixed typo in NumPy example which prevented compilation by Nils Werner · 8 years ago
  84. 3f200fa don't implicitly convert doubles to ints by Wenzel Jakob · 8 years ago
  85. a439cca minor FAQ edits, referenced cppimport project by Wenzel Jakob · 8 years ago
  86. 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
  87. 178c8a8 nicer type_caster::load() calling conventions by Wenzel Jakob · 8 years ago
  88. ace7b43 switched to conda-forge, updated release process docs by Wenzel Jakob · 8 years ago
  89. 9e0a056 transparent conversion of dense and sparse Eigen types by Wenzel Jakob · 8 years ago
  90. 9ac5bc5 fix captialization issue in CMakeLists.txt by Wenzel Jakob · 8 years ago
  91. e762853 nicer example on instantiating Eigen matrices by Wenzel Jakob · 8 years ago
  92. f1032df only do numpy contiguous C/Fortran array conversion when explicitly requested by Wenzel Jakob · 8 years ago
  93. 876eeab redesigned format_descriptor<> and npy_format_descriptor<> by Wenzel Jakob · 8 years ago
  94. c62360d minor FAQ updates by Wenzel Jakob · 8 years ago
  95. 163ac2e changelog updates by Wenzel Jakob · 8 years ago
  96. bdd1103 minor cmake improvements on windows by Wenzel Jakob · 8 years ago
  97. 8e93df8 minor clarification regarding keep_alive; fixed some typos by Wenzel Jakob · 8 years ago
  98. 81e0975 clarified pickle version requirements (fixes #186) by Wenzel Jakob · 8 years ago
  99. c4d7ccd started working on v1.8 by Wenzel Jakob · 8 years ago
  100. e70b2ab preparing for v1.7 release by Wenzel Jakob · 8 years ago