1. 06f56ee opaque type redesign by Wenzel Jakob · 9 years ago
  2. f64feaf documentation improvements by Wenzel Jakob · 9 years ago
  3. 6ca6e82 fix various iterator issues (fixes #181) by Wenzel Jakob · 9 years ago
  4. a01977e pytypes noexcept annotations by Wenzel Jakob · 9 years ago
  5. a57e51c mkdoc.py: sanitize_name fixes, PEP 8 cleanups by Wenzel Jakob · 9 years ago
  6. e84f557 documentation improvements by Wenzel Jakob · 9 years ago
  7. d361a57 minor mkdoc name sanitation fix by Wenzel Jakob · 9 years ago
  8. 19dfc50 is_move_constructible simplification by Wenzel Jakob · 9 years ago
  9. 1ac22e3 changelog updates by Wenzel Jakob · 9 years ago
  10. f7b5874 new move value policy by Wenzel Jakob · 9 years ago
  11. fbafdea a few more GIL-related compatibility fixes by Wenzel Jakob · 9 years ago
  12. 17b10d7 functional.h: acquire GIL before calling Python function by Wenzel Jakob · 9 years ago
  13. 2f6662e Python 2.7.x fixes for new gil_scoped_release by Wenzel Jakob · 9 years ago
  14. 084ca0e compilation fixes by Wenzel Jakob · 9 years ago
  15. 39e97e6 significant redesign of GIL state handling by Wenzel Jakob · 9 years ago
  16. 18fb3e3 added a pybind11::none class by Wenzel Jakob · 9 years ago
  17. 9b880ba keep_alive: don't fail when there is no patient by Wenzel Jakob · 9 years ago
  18. 7d0162a minor cleanups by Wenzel Jakob · 9 years ago
  19. 0871228 opaque<> clarifications by Wenzel Jakob · 9 years ago
  20. 5a29242 pybind11.get_include(): added *args and **kwargs pass-through parameters by Wenzel Jakob · 9 years ago
  21. 7ca2755 new type wrapper for iterable objects by Wenzel Jakob · 9 years ago
  22. 54b6fdd starting work on the v1.6 release by Wenzel Jakob · 9 years ago
  23. bb79d7b preparing for version 1.5 release by Wenzel Jakob · 9 years ago
  24. dbe43ff completed implicit type casters for reference_wrapper by Wenzel Jakob · 9 years ago
  25. f54ded7 added caster for std::reference_wrapper (fixes #171) by Wenzel Jakob · 9 years ago
  26. afb9c17 make mkdoc now works with the libclang distribution from Apple by Wenzel Jakob · 9 years ago
  27. e65e587 slight generalization of cast_op_type by Wenzel Jakob · 9 years ago
  28. c79dbe4 FAQ improvements by Wenzel Jakob · 9 years ago
  29. 8cb6cb3 minor cleanups in common.h; updated author info and copyright year by Wenzel Jakob · 9 years ago
  30. bf0c7dc convenience overload for make_iterator() by Wenzel Jakob · 9 years ago
  31. 1dc940d quenched -pendantic warnings (closes #167) by Wenzel Jakob · 9 years ago
  32. b2b44a9 fix for virtual dispatch on newly created threads by Wenzel Jakob · 9 years ago
  33. 71c5d80 added a CONTRIBUTING.md file for the GitHub issue tracker by Wenzel Jakob · 9 years ago
  34. 8bd31c7 New automatic return value policy for cat() and make_tuple(), fixed an ambiguity issue by Wenzel Jakob · 9 years ago
  35. 2e03a58 added comment about cmake issues (#99) by Wenzel Jakob · 9 years ago
  36. b282595 convenience wrapper for constructing iterators (fixes #142) by Wenzel Jakob · 9 years ago
  37. 5a6aa49 Added len() function by Wenzel Jakob · 9 years ago
  38. 1a060fd function for retrieving the header file path (fixes #158) by Wenzel Jakob · 9 years ago
  39. ef7a9b9 added info about autogenerated Sphinx docs (fixes #112) by Wenzel Jakob · 9 years ago
  40. 057d056 fix testcases on Python 3.x by Wenzel Jakob · 9 years ago
  41. d7efa4f return best representation of polymorphic types (fixes #105) by Wenzel Jakob · 9 years ago
  42. d40885a clarified pickling docs by Wenzel Jakob · 9 years ago
  43. 3d0e6ff typos by Wenzel Jakob · 9 years ago
  44. 1c329aa pickling support (fixes #144) by Wenzel Jakob · 9 years ago
  45. 505466f added variadic make_tuple() function by Wenzel Jakob · 9 years ago
  46. 2c5d560 changelog update by Wenzel Jakob · 9 years ago
  47. f5c154a address issue with virtual function dispatch (fixes #159) by Wenzel Jakob · 9 years ago
  48. 50ed361 added a faq entry about import issues by Wenzel Jakob · 9 years ago
  49. 90d2f5e added a comment about symbol visibility by Wenzel Jakob · 9 years ago
  50. 978e376 documentation improvements by Wenzel Jakob · 9 years ago
  51. 1e1f367 added limitations section by Wenzel Jakob · 9 years ago
  52. 33c2a04 minor documentation update by Wenzel Jakob · 9 years ago
  53. 95dc069 starting work on version 1.5 by Wenzel Jakob · 9 years ago
  54. 0e6ca59 version 1.4 by Wenzel Jakob · 9 years ago
  55. 3411673 updated changelog by Wenzel Jakob · 9 years ago
  56. 9f0dfce returning unique pointers is now allowed by Wenzel Jakob · 9 years ago
  57. a3ee1a4 improved pair type caster (fixes #155) by Wenzel Jakob · 9 years ago
  58. 912feec improve debug error message when default parameter construction fails by Wenzel Jakob · 9 years ago
  59. 9e75905 fix testcase issue on windows related to unicode encoding by Wenzel Jakob · 9 years ago
  60. b90e68d another corner case (fixes #151) by Wenzel Jakob · 9 years ago
  61. 08927e9 tabs->spaces by Wenzel Jakob · 9 years ago
  62. 9883ec0 allow nullptr string values (closes #138) by Wenzel Jakob · 9 years ago
  63. 7393343 removed unnecessary code by Wenzel Jakob · 9 years ago
  64. d3349af modularized logic in preceding change, fixed issue with char (fixes #150) by Wenzel Jakob · 9 years ago
  65. 0772967 allow nullptr when passing void* values by Wenzel Jakob · 9 years ago
  66. de1bca8 added feature to pass void* pointers by popular demand by Wenzel Jakob · 9 years ago
  67. 12cf543 address compilation issue in MSVC by Wenzel Jakob · 9 years ago
  68. 048373c explicitly route type casting operations to desired casting operator (fixes #147) by Wenzel Jakob · 9 years ago
  69. 0b48958 improve default parameters for properties by Wenzel Jakob · 9 years ago
  70. 84ec78f minor redesign/generalization of def_property mechanism by Wenzel Jakob · 9 years ago
  71. 76eb607 completed type table by Wenzel Jakob · 9 years ago
  72. eda978e support for opaque types by Wenzel Jakob · 9 years ago
  73. a3e34f4 comment about old versions of visual studio by Wenzel Jakob · 9 years ago
  74. 13484a2 Merge pull request #135 from bennybp/master by Wenzel Jakob · 9 years ago
  75. 1b52246 Better testing for callable python functions by Ben Pritchard · 9 years ago
  76. 17cdb06 fix severe regression involving character arrays (fixes #137) by Wenzel Jakob · 9 years ago
  77. cf8b302 Merge pull request #136 from SylvainCorlay/improve-recipe by Wenzel Jakob · 9 years ago
  78. 13ad78b Improve conda recipe by Sylvain Corlay · 9 years ago
  79. 4a48afb doc updates by Wenzel Jakob · 9 years ago
  80. de623a7 added faq by Wenzel Jakob · 9 years ago
  81. 4e455dd updated changelog, added build directory to gitignore file by Wenzel Jakob · 9 years ago
  82. eb5277b Merge pull request #119 from SylvainCorlay/docstring by Wenzel Jakob · 9 years ago
  83. 14cefbf minor fix for conda release process by Wenzel Jakob · 9 years ago
  84. f7e056a Merge pull request #132 from SylvainCorlay/update_release_instructions by Wenzel Jakob · 9 years ago
  85. e6464ad Update release instructions by Sylvain Corlay · 9 years ago
  86. 4c7bf9b Add return type by Sylvain Corlay · 9 years ago
  87. 0e04fdf Add generic signature for overloads by Sylvain Corlay · 9 years ago
  88. 13b22bf Signature formatting for sphinx by Sylvain Corlay · 9 years ago
  89. 81dfd2c Working type casters for wide strings and wide characters by Wenzel Jakob · 9 years ago
  90. 504f755 starting to work on next version by Wenzel Jakob · 9 years ago
  91. d2385e8 ready for version 1.3 by Wenzel Jakob · 9 years ago
  92. 309a85b support std::shared_ptr<const X> and types that indirectly derive from std::enable_shared_from_this by Wenzel Jakob · 9 years ago
  93. fdc00f5 Merge pull request #118 from SylvainCorlay/conda_recipe by Wenzel Jakob · 9 years ago
  94. 77586fd add version suffix to internal pybind11 data structures to avoid conflicts with future versions by Wenzel Jakob · 9 years ago
  95. 8d862b3 documentation updates (clarified cross-module dependencies, added contributors, improved CSS) by Wenzel Jakob · 9 years ago
  96. bce8a4b force explicit cast (fixes #130) by Wenzel Jakob · 9 years ago
  97. 98e9210 Merge pull request #129 from bennybp/master by Wenzel Jakob · 9 years ago
  98. f4902ec Use emplace for casting to map by Ben Pritchard · 9 years ago
  99. 52f4c3a handle nullptr arguments with custom holder types (fixes #124) by Wenzel Jakob · 9 years ago
  100. c769fce note about nullptr default args by Wenzel Jakob · 9 years ago