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