1. e11e71d Make compiler flags for -Werror specific to GNU, Clang, or Intel by Wenzel Jakob · 5 years ago
  2. 21c3911 add signed overload for `py::slice::compute` by sizmailov · 6 years ago
  3. 22859bb Support more natural syntax for vector extend by Chris Rusby · 6 years ago
  4. 1aa8dd1 Fix assertion failure for unions (#1685) (#1709) by Roland Dreier · 5 years ago
  5. 0071a3f Fix async Python functors invoking from multiple C++ threads (#1587) (#1595) by Alexander Gagarin · 5 years ago
  6. 047ce8c Fix iostream when used with nogil (#1368) by Henry Schreiner · 5 years ago
  7. 95f750a Add optional buffer size to pythonbuf::d_buffer constructor (#1687) by Omar Awile · 5 years ago
  8. 38f408f value_and_holder: uninit members (#1660) by Axel Huebl · 5 years ago
  9. 868d94f Apply c++ standard flag only to files of CXX language. (#1678) by Lori A. Burns · 5 years ago
  10. 77ef03d compile time check that properties have no py:arg values (#1524) by Jeff VanOss · 5 years ago
  11. 000aabb Test: Numpy Scalar Creation (#1530) by Axel Huebl · 5 years ago
  12. 41f29cc Parse command-line args in a separate function. by Dan · 5 years ago
  13. e0b8bbb Use a file-local constant for non-prefixing nodes. by Dan · 5 years ago
  14. 2c8c5c4 Split into seperate functions for easier invocation from python. by Dan · 5 years ago
  15. 590e7ac Avoid storing global state. by Dan · 5 years ago
  16. a163f88 Delete partially-written file in the event of an error. by Dan · 5 years ago
  17. ede328a Allow writing output to file instead of stdout. by Dan · 5 years ago
  18. a33212d Wrap the main functionality of mkdoc in a function. by Dan · 5 years ago
  19. b46bb64 Allow user to override default values of -x and -std=. by Dan · 5 years ago
  20. 4612db5 Try to autodetect the location of the clang standard libraries. by Dan · 5 years ago
  21. a175b21 Avoid decoding already-decoded strings from cindex. by Dan · 5 years ago
  22. d23c821 Make static member functions, added with `def_static`, `staticmethod` descriptor instances (#1732) by Yannick Jadoul · 5 years ago
  23. 7a24bcf Fix malformed reST (#1802) by Roland Dreier · 5 years ago
  24. a2cdd0b dict_readonly: member init (#1661) by Axel Huebl · 5 years ago
  25. 1c627c9 pybind11_getbuffer: useless safe nullptr check (#1664) by Axel Huebl · 5 years ago
  26. f93cd0a PYBIND11_TLS_REPLACE_VALUE should use macro argument value in Python 3.7+ (#1683) by Jeffrey Quesnelle · 5 years ago
  27. 2b04575 Improve documentation related to inheritance. (#1676) by Ivor Wanders · 5 years ago
  28. 492da59 another typo (#1675) by Manuel Schneider · 5 years ago
  29. 9424d5d type_record: Uninit Member (#1658) by Axel Huebl · 5 years ago
  30. 69dc380 #1208 Handle forced unwind exception (e.g. during pthread termination) by Jörg Kreuzberger · 5 years ago
  31. 09330b9 Fix typos in documentation (#1635) by Darius Arnold · 5 years ago
  32. 21bf16f misc. comment typo (#1629) by luzpaz · 5 years ago
  33. ac6cb91 Fixed small typo (#1633) by Omar Awile · 5 years ago
  34. 4ddf7c4 Add missing includes for better Bazel compatibility (#1255) by Steven Johnson · 5 years ago
  35. 979d75d doc: Add note about casting from `None` to `T*` (#1760) by Sergei Izmailov · 5 years ago
  36. 30c0352 Added __contains__ to stl bindings for maps (#1767) by Blake Thompson · 5 years ago
  37. c251434 Added note in documentation regarding make install (#1801) by nstelzen · 5 years ago
  38. 97784da [BUGFIX] Fixing pybind11::error_already_set.matches to also work with exception subclasses (#1715) by Yannick Jadoul · 5 years ago
  39. a0b8f70 Ensure PythonLibsNew_FOUND is set in FindPythonLibsNew module (#1373) by Jamie Snape · 5 years ago
  40. b3f0b4d new sphinx (#1786) by Boris Staletic · 5 years ago
  41. 35045ee Add getters for exception type, value and traceback (#1641) by martinRenou · 5 years ago
  42. 9bb3313 Fixing warnings about conversions in GCC 7+ (#1753) by Henry Schreiner · 5 years ago
  43. 73b840d Fix for issue in latest conda (#1757) by Henry Schreiner · 5 years ago
  44. ae951ca CI fixes (#1744) by Henry Schreiner · 5 years ago
  45. 25abf7e flake8 fixes by Wenzel Jakob · 6 years ago
  46. ccbe68b added binding delattr() -> PyObject_DelAttr analogous to hasattr() by Wenzel Jakob · 6 years ago
  47. d1f64fa AppVeyor: quench pip deprecation warnings for v2.7 by Wenzel Jakob · 6 years ago
  48. 43a39bc ignore numpy.ufunc size warnings by Guilhem Saurel · 6 years ago
  49. e7ef34f compatibility with pytest 4.0, fix #1670 by Guilhem Saurel · 6 years ago
  50. 085a294 Increasing timeout in test_gil_scoped.py to get AppVeyor to succeed by Yannick Jadoul · 6 years ago
  51. 0ca6867 Avoid Visual Studio 2017 15.9.4 ICE by Boris Staletic · 6 years ago
  52. f4b4e2e Use new Doxygen archive URL - fixes Travis by Boris Staletic · 6 years ago
  53. e2b884c Use `PyGILState_GetThisThreadState` when using gil_scoped_acquire. (#1211) by Borja Zarco · 6 years ago
  54. 81da988 Fix Intel C++ compiler warning on Windows (#1608) by Baljak · 6 years ago
  55. 6420514 added std::deque to overview.rst by Wenzel Jakob · 6 years ago
  56. 17983e7 Adds type_caster support for std::deque. (#1609) by voxmea · 6 years ago
  57. 8f5b7fc FAQ addition (#1606) by Ahuva Kroizer · 6 years ago
  58. e9d6e87 Added a debug flag to the PYBIND11_INTERNALS_VERSION (#1549) by Karl Haubenwallner · 6 years ago
  59. 63c2a97 Enable unique_ptr holder with mixed Deleters between base and derived types (#1353) by Trevor Laughlin · 6 years ago
  60. cea4246 fix py::cast<void *> (#1605) by Wenzel Jakob · 6 years ago
  61. e2eca4f Support C++17 aligned new statement (#1582) by Wenzel Jakob · 6 years ago
  62. adc2cdd fixed regression in STL type caster RVPs (fixes #1561) (#1603) by Wenzel Jakob · 6 years ago
  63. 9f73060 std::array<> caster: support arbitrary sequences (#1602) by Wenzel Jakob · 6 years ago
  64. 978d439 Add PYBIND11_ prefix to the THROW macro to prevent name collisions. (#1578) by Michał Wawrzyniec Urbańczyk · 6 years ago
  65. 741576d Update documentation for initialize_interpreter (#1584) by Josh Kelley · 6 years ago
  66. 06d021b Issue #1532: Incompatible config options, /MP vs /Gm for MSVC in DEBUG (#1533) by Rune Paamand · 6 years ago
  67. c9b8933 flake8 fix by Wenzel Jakob · 6 years ago
  68. 54eb819 Fix scoped enums comparison for equal/not equal cases (#1339) (#1571) by Tarcísio Fischer · 6 years ago
  69. 1377fbf Fix unintentional escaping of character on Windows (#1574) (#1575) by Ryota Suzuki · 6 years ago
  70. 111b25b Mention flake8 and check-style.sh in CONTRIBUTING (#1567) by cdyson37 · 6 years ago
  71. e76dff7 Fix for Issue #1258 (#1298) by Allan Leal · 6 years ago
  72. 0f404a5 Allow recursive checkout without https (#1563) by Henry Schreiner · 6 years ago
  73. 177713f Fix gcc-8 compilation warning by Jason Rhinelander · 6 years ago
  74. 73634b6 Update iostream.h: Changed a local varname 'self' to 'self_' (#1535) by Rune Paamand · 6 years ago
  75. e7761e3 Fix potential crash when calling an overloaded function (#1327) by oremanj · 6 years ago
  76. 9343e68 Fix cmake scripts so projects using CUDA .cu files build correctly. (#1441) by Davis E. King · 6 years ago
  77. c8e9f3c quench __setstate__ warnings (fixes #1522) by Wenzel Jakob · 6 years ago
  78. ef13fb2 Info about inconsistent detection of Python version between pybind11 … (#1093) by Semen Yesylevskyy · 6 years ago
  79. f424518 enum_: move most functionality to a non-template implementation by Wenzel Jakob · 6 years ago
  80. b4b2292 relax operator[] for tuples, lists, and sequences by Wenzel Jakob · 6 years ago
  81. 0671002 object_api: support the number protocol by Wenzel Jakob · 6 years ago
  82. 5c8746f check for already existing enum value added; added test (#1453) by Krzysztof Fornalczyk · 6 years ago
  83. 35c82c7 changelog for version 2.2.4 & features targeted for 2.3.0 by Wenzel Jakob · 6 years ago
  84. 01839dc remove duplicate feature from list (#1476) by Jeff VanOss · 6 years ago
  85. 44e39e0 fix regression reported by @cyfdecyf in #1454 (#1517) by Wenzel Jakob · 6 years ago
  86. 77374a7 VS 15.8.0 Preview 4.0 has a bug with alias templates (#1462) by Michael Goulding · 6 years ago
  87. 435dbdd add_module: allow include as SYSTEM (#1416) by Axel Huebl · 6 years ago
  88. 3a94561 Debug Builds: -DPy_DEBUG (#1438) by Axel Huebl · 6 years ago
  89. e0f3a76 Fixed flake8 error in test_iostream.py by Wenzel Jakob · 6 years ago
  90. 2cbafb0 fix detail::pythonbuf::overflow()'s return value to return not_eof(c) (#1479) by Justin Bassett · 6 years ago
  91. 3789b4f Update C++ macros for C++17 and MSVC Z mode (#1347) by Henry Schreiner · 6 years ago
  92. 7bb1da9 fix copy-paste error: non-const -> const by Matthias Geier · 6 years ago
  93. 885b5b9 Eigen test suite: don't create a np.matrix by Wenzel Jakob · 6 years ago
  94. d4b37a2 added py::ellipsis() method for slicing of multidimensional NumPy arrays by Wenzel Jakob · 6 years ago
  95. f7bc18f Fix compatibility with catch v2 by Jason Rhinelander · 6 years ago
  96. cbd16a8 stl.h: propagate return value policies to type-specific casters (#1455) by Wenzel Jakob · 6 years ago
  97. b4719a6 Switching deprecated Thread Local Storage (TLS) usage in Python 3.7 to Thread Specific Storage (TSS) (#1454) by Yannick Jadoul · 6 years ago
  98. b30734e Fix typo in doc: build-in -> built-in by Boris Dalstein · 6 years ago
  99. 221fb1e Untangle cast logic to not implicitly require castability (#1442) by Dennis Luxen · 6 years ago
  100. 534b756 Minor documentation clarification in numpy.rst (#1356) by Thomas Hrabe · 6 years ago