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