1. 5e71e17 Make changes to format_descriptor backwards-compat by Ivan Smirnov · 8 years ago
  2. 42ad328 Change format_descriptor::value to a static func by Ivan Smirnov · 8 years ago
  3. 5aa85be Added pybind11::make_key_iterator for map iteration by Jason Rhinelander · 8 years ago
  4. f2ecd89 Implement reference_internal with a keep_alive by Jason Rhinelander · 8 years ago
  5. efc2aa7 Removed obsolete documentation about duplicate address problems by Jason Rhinelander · 8 years ago
  6. d6c365b virtual + inheritance example: remove multiple inheritance approach by Jason Rhinelander · 8 years ago
  7. 0ca96e2 Added advanced doc section on virtual methods + inheritance by Jason Rhinelander · 8 years ago
  8. b68d8fc *Really* fix enumeration indices by Jason Rhinelander · 8 years ago
  9. 38d5b45 Fixed enumeration indices by Jason Rhinelander · 8 years ago
  10. 9ffb3dd Eigen support for special matrix objects by Jason Rhinelander · 8 years ago
  11. 3764e28 added note about args/kwargs limitation by Wenzel Jakob · 8 years ago
  12. f38f359 documentation fix (fixes #290) by Wenzel Jakob · 8 years ago
  13. 3e2e44f Updated advanced.rst example references by Jason Rhinelander · 8 years ago
  14. fb6aed2 return value policy clarifications by Wenzel Jakob · 8 years ago
  15. a720a60 updated changelog with v1.8.1, updated release instructions by Wenzel Jakob · 8 years ago
  16. c47d498 fix rare GC issue during type creation (fixes #277) by Wenzel Jakob · 8 years ago
  17. 58ec1ca updated README and changelog by Wenzel Jakob · 8 years ago
  18. 3c6ada3 Merge pull request #273 from lsst-dm/master by Wenzel Jakob · 8 years ago
  19. 5a7d17f Add support for user defined exception translators by Pim Schellart · 8 years ago
  20. e6b2f75 updated changelog by Wenzel Jakob · 8 years ago
  21. 954b793 avoid C++ -> Python -> C++ overheads when passing around function objects by Wenzel Jakob · 8 years ago
  22. 0d3fc35 complete rewrite of eval/exec patch by Wenzel Jakob · 8 years ago
  23. c6ad2c4 added exec functions by Klemens Morgenstern · 8 years ago
  24. 3eeea6f docs: point out limitations of implicit conversions by Wenzel Jakob · 8 years ago
  25. f53e300 doc updates by Wenzel Jakob · 8 years ago
  26. 09e22b4 Merge pull request #255 from nafur/patch-1 by Wenzel Jakob · 8 years ago
  27. 4626b5a updated limitations section by Wenzel Jakob · 8 years ago
  28. 717df75 Added warning about same-address-optimization by nafur · 8 years ago
  29. 37e1f61 allow passing a 'return value policy' to handle::operator() by Wenzel Jakob · 8 years ago
  30. f88af0c clarification on static properties (fixes #248) by Wenzel Jakob · 8 years ago
  31. 835fc06 Add callback examples with named parameters by Brad Harmon · 8 years ago
  32. 663513c release process clarifications by Wenzel Jakob · 8 years ago
  33. f85c529 starting to work on release v1.9 by Wenzel Jakob · 8 years ago
  34. f950215 note about semver policy by Wenzel Jakob · 8 years ago
  35. 1cbe7ef changelog update by Wenzel Jakob · 8 years ago
  36. b3eadfa Update docs with _a suffix notation for named arguments by Dean Moldovan · 8 years ago
  37. f600c1d updated FAQ section on Python detection by Wenzel Jakob · 8 years ago
  38. ca8dc08 updated pbtest link by Wenzel Jakob · 8 years ago
  39. aa79af0 updated cmake example link by Wenzel Jakob · 8 years ago
  40. 9bb97c1 docs: added a general note about macro usage by Wenzel Jakob · 8 years ago
  41. 99279f7 docs: switched lexer for python console snippets to 'pycon' by Wenzel Jakob · 8 years ago
  42. 38d8b8c don't allow registering a class twice (fixes #218) by Wenzel Jakob · 8 years ago
  43. 1503d2f Merge pull request #207 from dean0x7d/cmake by Wenzel Jakob · 8 years ago
  44. 24ddf4b Update CMake build documentation by Dean Moldovan · 8 years ago
  45. 2c76c69 minor update to release process by Wenzel Jakob · 8 years ago
  46. 6e2e0e9 Merge pull request #214 from yungyuc/yyc-docver by Wenzel Jakob · 8 years ago
  47. 2240ce2 Update document version to the next release 1.8 by Yung-Yu Chen · 8 years ago
  48. 86d825f Redesigned virtual call mechanism and user-facing syntax (breaking change!) by Wenzel Jakob · 8 years ago
  49. 1e3be73 PYBIND11_OVERLOAD_NAME and PYBIND11_OVERLOAD_PURE_NAME (fixes #205) by Wenzel Jakob · 8 years ago
  50. bd986fe add comment about macro issues (fixes #203) by Wenzel Jakob · 8 years ago
  51. b47a9de ability to prevent force casts in numpy arguments by Wenzel Jakob · 8 years ago
  52. f7048f2 Fixed typo in NumPy example which prevented compilation by Nils Werner · 8 years ago
  53. 3f200fa don't implicitly convert doubles to ints by Wenzel Jakob · 8 years ago
  54. a439cca minor FAQ edits, referenced cppimport project by Wenzel Jakob · 8 years ago
  55. 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
  56. 178c8a8 nicer type_caster::load() calling conventions by Wenzel Jakob · 8 years ago
  57. ace7b43 switched to conda-forge, updated release process docs by Wenzel Jakob · 8 years ago
  58. 9e0a056 transparent conversion of dense and sparse Eigen types by Wenzel Jakob · 8 years ago
  59. 9ac5bc5 fix captialization issue in CMakeLists.txt by Wenzel Jakob · 8 years ago
  60. e762853 nicer example on instantiating Eigen matrices by Wenzel Jakob · 8 years ago
  61. f1032df only do numpy contiguous C/Fortran array conversion when explicitly requested by Wenzel Jakob · 8 years ago
  62. 876eeab redesigned format_descriptor<> and npy_format_descriptor<> by Wenzel Jakob · 8 years ago
  63. c62360d minor FAQ updates by Wenzel Jakob · 8 years ago
  64. 163ac2e changelog updates by Wenzel Jakob · 8 years ago
  65. bdd1103 minor cmake improvements on windows by Wenzel Jakob · 8 years ago
  66. 8e93df8 minor clarification regarding keep_alive; fixed some typos by Wenzel Jakob · 8 years ago
  67. 81e0975 clarified pickle version requirements (fixes #186) by Wenzel Jakob · 8 years ago
  68. c4d7ccd started working on v1.8 by Wenzel Jakob · 8 years ago
  69. e70b2ab preparing for v1.7 release by Wenzel Jakob · 8 years ago
  70. dd7ec34 documentation updates by Wenzel Jakob · 8 years ago
  71. 06f56ee opaque type redesign by Wenzel Jakob · 8 years ago
  72. f64feaf documentation improvements by Wenzel Jakob · 8 years ago
  73. e84f557 documentation improvements by Wenzel Jakob · 8 years ago
  74. 1ac22e3 changelog updates by Wenzel Jakob · 8 years ago
  75. f7b5874 new move value policy by Wenzel Jakob · 8 years ago
  76. 0871228 opaque<> clarifications by Wenzel Jakob · 8 years ago
  77. 54b6fdd starting work on the v1.6 release by Wenzel Jakob · 8 years ago
  78. bb79d7b preparing for version 1.5 release by Wenzel Jakob · 8 years ago
  79. dbe43ff completed implicit type casters for reference_wrapper by Wenzel Jakob · 8 years ago
  80. c79dbe4 FAQ improvements by Wenzel Jakob · 9 years ago
  81. b2b44a9 fix for virtual dispatch on newly created threads by Wenzel Jakob · 9 years ago
  82. 8bd31c7 New automatic return value policy for cat() and make_tuple(), fixed an ambiguity issue by Wenzel Jakob · 9 years ago
  83. 2e03a58 added comment about cmake issues (#99) by Wenzel Jakob · 9 years ago
  84. b282595 convenience wrapper for constructing iterators (fixes #142) by Wenzel Jakob · 9 years ago
  85. ef7a9b9 added info about autogenerated Sphinx docs (fixes #112) by Wenzel Jakob · 9 years ago
  86. d7efa4f return best representation of polymorphic types (fixes #105) by Wenzel Jakob · 9 years ago
  87. d40885a clarified pickling docs by Wenzel Jakob · 9 years ago
  88. 3d0e6ff typos by Wenzel Jakob · 9 years ago
  89. 1c329aa pickling support (fixes #144) by Wenzel Jakob · 9 years ago
  90. 2c5d560 changelog update by Wenzel Jakob · 9 years ago
  91. 50ed361 added a faq entry about import issues by Wenzel Jakob · 9 years ago
  92. 90d2f5e added a comment about symbol visibility by Wenzel Jakob · 9 years ago
  93. 978e376 documentation improvements by Wenzel Jakob · 9 years ago
  94. 1e1f367 added limitations section by Wenzel Jakob · 9 years ago
  95. 33c2a04 minor documentation update by Wenzel Jakob · 9 years ago
  96. 95dc069 starting work on version 1.5 by Wenzel Jakob · 9 years ago
  97. 0e6ca59 version 1.4 by Wenzel Jakob · 9 years ago
  98. 3411673 updated changelog by Wenzel Jakob · 9 years ago
  99. 9f0dfce returning unique pointers is now allowed by Wenzel Jakob · 9 years ago
  100. 76eb607 completed type table by Wenzel Jakob · 9 years ago