1. 017a747 CMake: support a custom export group (#970) by Ben Boeckel · 7 years ago
  2. ebd6ad5 Fix boost::variant example to not forward args by Jason Rhinelander · 7 years ago
  3. 391c754 Update all remaining tests to new test styles by Jason Rhinelander · 7 years ago
  4. 9866a0f test_class: use gc_collect instead of detail_reg_inst side-effect by Jason Rhinelander · 7 years ago
  5. b468a3c Ignore undefined name `long` errors on Python 3 by Jason Rhinelander · 7 years ago
  6. 3ed6221 overload_cast MSVC 2015 fix by Jason Rhinelander · 7 years ago
  7. 4b15923 Made module_local types take precedence over global types by Jason Rhinelander · 7 years ago
  8. 2640c95 Stash std::strings used for tp_name in internals by Jason Rhinelander · 7 years ago
  9. 7437c69 Add py::module_local() attribute for module-local type bindings by Jason Rhinelander · 7 years ago
  10. d598172 Fix builtin exception handlers to work across modules by Jason Rhinelander · 7 years ago
  11. 0bd5979 Add cross-module test plugin by Jason Rhinelander · 7 years ago
  12. e98d31d Force hidden visibility on functions needing distinct static locals by Jason Rhinelander · 7 years ago
  13. 373da82 Make PYBIND11_OBJECT_CVT only convert if the type check fails by Jason Rhinelander · 7 years ago
  14. cca20a7 Fix occassional segfault introduced by #960 by Jason Rhinelander · 7 years ago
  15. 85d63c3 Superclass typo fix by Jason Rhinelander · 7 years ago
  16. 12be4cd Remove debugging by Jason Rhinelander · 7 years ago
  17. 1682b67 Simplify error_already_set by Jason Rhinelander · 7 years ago
  18. abcf43d Convert test_exceptions to new testing style by Jason Rhinelander · 7 years ago
  19. 353615f Make `init_holder` do registration, and rename to `init_instance` by Jason Rhinelander · 7 years ago
  20. 44a17e1 Convert test_multiple_inheritance to new style by Jason Rhinelander · 7 years ago
  21. 7937260 Detect std::pair non-copyability by Jason Rhinelander · 7 years ago
  22. e07f758 Implicit conversions to bool + np.bool_ conversion (#925) by Ivan Smirnov · 7 years ago
  23. a03408c Add support custom sized operator deletes (#952) by Jason Rhinelander · 7 years ago
  24. 7c0e2c2 Document automatic upcasting of polymorphic types (#654) by Dustin Spicuzza · 7 years ago
  25. 2e37fe0 Fix compatibility of FindPythonLibsNew.cmake and FindPythonLibs.cmake by Dean Moldovan · 7 years ago
  26. cb3d406 Fix refcounting for tp_base objects of new types (#950) by bennorth · 7 years ago
  27. 60526d4 Support `take_ownership` for custom type casters given a pointer by Jason Rhinelander · 7 years ago
  28. 67a0cc4 Fix regression: container pointers not castable by Jason Rhinelander · 7 years ago
  29. fad5d33 Detect c++ standard unconditionally by Jason Rhinelander · 7 years ago
  30. 6b51619 Fix test suite under MSVC/Debug by Jason Rhinelander · 7 years ago
  31. a403d0e Fix past-the-end dereference in values_and_holders by Jason Rhinelander · 7 years ago
  32. fd47779 travis-ci: Switch debian:buster build to python 3.6 by Jason Rhinelander · 7 years ago
  33. 706a7d9 Fix compilation with Intel's compiler by Dean Moldovan · 7 years ago
  34. b57281b Use rvalue subcasting when casting an rvalue container by Jason Rhinelander · 7 years ago
  35. 897d716 Combine std::tuple/std::pair logic by Jason Rhinelander · 7 years ago
  36. 23bf894 Override deduced Base class when defining Derived methods by Jason Rhinelander · 7 years ago
  37. 259b2fa Fix unsigned error value casting by Jason Rhinelander · 7 years ago
  38. 30f6c3b Fix indirect loading of Eigen::Ref by Dean Moldovan · 7 years ago
  39. af2dda3 Add a life support system for type_caster temporaries by Dean Moldovan · 7 years ago
  40. 6b442ff `python -m pybind11 --includes` prints include paths by Ivan Smirnov · 7 years ago
  41. 34b7b54 Add tests for passing STL containers by pointer by Andreas Bergmeier · 7 years ago
  42. c67033a Move test_cmake_build target code into its subdirectory by Dean Moldovan · 7 years ago
  43. 0bc272b Move tests from short translation units into their logical parents by Dean Moldovan · 7 years ago
  44. 83e328f Split test_python_types.cpp into builtin_casters, stl and pytypes by Dean Moldovan · 7 years ago
  45. bdfb50f Move tests from test_issues.cpp/py into appropriate files by Dean Moldovan · 7 years ago
  46. 44e9a4e travis-ci: switch gcc-7 build to buster, remove from allow_failures by Jason Rhinelander · 7 years ago
  47. 2bde615 Fix invalid reference definition in string conversion docs by Dean Moldovan · 7 years ago
  48. cd2d3ad Fix embedded threads test on MSVC2015 / Python 2.7 by Dean Moldovan · 7 years ago
  49. 9d698f7 Hold strong references to keep_alive patients by Bruce Merry · 7 years ago
  50. 2196696 Use std::type_info::name() for type lookups outside stdlibc++ by Jason Rhinelander · 7 years ago
  51. 2d6116b Fix GIL release and acquire when embedding the interpreter by Dean Moldovan · 7 years ago
  52. f42af24 Support std::string_view when compiled under C++17 by Jason Rhinelander · 7 years ago
  53. 220a77f Endian wording fix by Jason Rhinelander · 7 years ago
  54. aee409d Fix strings.rst style by Jason Rhinelander · 7 years ago
  55. ce7024f Fix linker issue with move constructors on MSVC by Dean Moldovan · 7 years ago
  56. 24dec80 Help CLion IDE evaluate PYBIND11_NUMPY_DTYPE by Dean Moldovan · 7 years ago
  57. e067c58 Switch debian docker images to stretch by Jason Rhinelander · 7 years ago
  58. 13d8cd2 add the capsule name to the py::capsule constructor by Philip Austin · 7 years ago
  59. 28f3df7 Fix typo in embedding.rst by Ian Bell · 7 years ago
  60. d080f83 Make check-style.sh work on stock macOS by Jason Rhinelander · 7 years ago
  61. 404bcf2 travis-ci: clang 4.0: install and use ldd-4.0 by Jason Rhinelander · 7 years ago
  62. 2cc1916 Upgrade pypy to 5.8, use pre-built numpy/scipy wheels by Jason Rhinelander · 7 years ago
  63. e45c211 Support multiple inheritance from python by Jason Rhinelander · 7 years ago
  64. caedf74 Fix py::make_iterator's __next__() for past-the-end calls by Dean Moldovan · 7 years ago
  65. 17cc39c Don't let pytest discover tests from test_cmake_build and test_embed by Dean Moldovan · 7 years ago
  66. 74b501c Fix passing in utf8 encoded strings with python 2 by Ben Frederickson · 7 years ago
  67. 0365d49 Remove feature macro for <experimental/optional> by Jason Rhinelander · 7 years ago
  68. e27ea47 Enable detection of private operator new on MSVC by Dean Moldovan · 7 years ago
  69. 6223b18 Update basics.rst by Matthew Chan · 7 years ago
  70. 4edb1ce Destroy internals if created during Py_Finalize() by Jason Rhinelander · 7 years ago
  71. ef2dfd4 Tweak GitHub issue template by Dean Moldovan · 7 years ago
  72. 1d3c4bc Fix missing default globals in eval/exec when embedding by Dean Moldovan · 7 years ago
  73. 91bbe2f Explicitly define copy/move constructors for accessor by eirrgang · 7 years ago
  74. 8f6c129 Fix CMake example code in embedding docs by Dean Moldovan · 7 years ago
  75. acedd6c std::reference_wrapper: non-generic types; no None by Jason Rhinelander · 7 years ago
  76. 7cdf9f1 Move reference_wrapper test from test_issues to test_python_types by Jason Rhinelander · 7 years ago
  77. 005fde6 Filter warnings on pytest >= v3.1 by Dean Moldovan · 7 years ago
  78. 443ab59 Replace PYBIND11_PLUGIN with PYBIND11_MODULE by Dean Moldovan · 7 years ago
  79. b700c5d Convenience constructor templates for buffer_info (#860) by Yannick Jadoul · 7 years ago
  80. 427e4af Fix buffer protocol inheritance by Dean Moldovan · 7 years ago
  81. 6d2411f Add tutorial page for embedding the interpreter by Dean Moldovan · 7 years ago
  82. 931b9e9 Support restarting the interpreter and subinterpreters by Dean Moldovan · 7 years ago
  83. 22c413b Add C++ interface for the Python interpreter by Dean Moldovan · 7 years ago
  84. 9693a5c Add Catch framework for testing embedding support and C++-side features by Dean Moldovan · 7 years ago
  85. 7f5c85c Add CMake target for embedding the Python interpreter by Dean Moldovan · 7 years ago
  86. 46dbee7 Avoid explicitly resetting a std::[experimental::]optional by Bruce Merry · 7 years ago
  87. 4f9ee6e Fix exception reference error by Jason Rhinelander · 7 years ago
  88. 39b9e04 Correct error in numpy.rst by chenzy · 7 years ago
  89. eee4f4f Fix invalid memory access in vector insert method by Bruce Merry · 7 years ago
  90. 6a0f6c4 Fix quadratic-time behaviour of vector extend by Bruce Merry · 7 years ago
  91. 8dc63ba Force MSVC to compile in utf-8 mode by Jason Rhinelander · 7 years ago
  92. f3ce00e vectorize: pass-through of non-vectorizable args by Jason Rhinelander · 7 years ago
  93. 41f8da4 array_t: make c_style/f_style work for array creation by Jason Rhinelander · 7 years ago
  94. 129a725 Add and use detail::remove_reference_t by Jason Rhinelander · 7 years ago
  95. 926e2cf Add PYBIND11_EXPAND_SIDE_EFFECTS macro by Jason Rhinelander · 7 years ago
  96. 4e1e4a5 Allow py::arg().none(false) argument attribute by Jason Rhinelander · 7 years ago
  97. 813d7e8 Add movable cast support to type casters by Jason Rhinelander · 7 years ago
  98. fe0cf8b Support pointers to member functions in def_buffer. by Bruce Merry · 7 years ago
  99. 37b2383 Style cleanup of javadoc-style comments by Jason Rhinelander · 7 years ago
  100. b8ac438 Use dynamic cast for shared_from_this holder init by Jason Rhinelander · 7 years ago