aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implicit conversion from enum to int for Python 3.8 (fix by @sizmailov)Wenzel Jakob2019-09-201-0/+4
* begin working on v2.4.1Wenzel Jakob2019-09-191-1/+1
* v2.4.0 releaseWenzel Jakob2019-09-191-2/+2
* Avoid infinite recursion in is_copy_constructible (#1910)Samuel Debionne2019-09-191-1/+3
* pybind11 internals: separate different compilersWenzel Jakob2019-09-191-2/+29
* Avoid conversion to `int_` rhs argument of enum eq/ne (#1912)Sergei Izmailov2019-09-191-2/+11
* restores __invert__ to arithmetic-enabled enum, fixes #1907 (#1909)Lori A. Burns2019-09-041-0/+2
* Add const to buffer:request() (#1890)Stephen Larew2019-08-271-1/+1
* Added support for list insertion. (#1888)kingofpayne2019-08-191-0/+4
* Make `overload_cast_impl` available in C++11 mode. (#1581)Andre Schmeißer2019-08-191-5/+5
* Expose BufferError among other pybind11 exceptions. (#1852)Vladimír Vondruš2019-08-191-0/+1
* Added .empty() to all collection types (#1887)Sergei Lebedev2019-08-161-0/+5
* Added set::contains and generalized dict::contains (#1884)Sergei Lebedev2019-08-161-2/+6
* Fix -Wmissing-prototypes warning on Clang. (#1863)Vladimír Vondruš2019-08-161-0/+4
* Add negative indexing support to stl_bind. (#1882)ali-beep2019-08-151-23/+42
* Avoid use of lambda to work around a clang bug. (#1883)Borja Zarco2019-08-151-28/+30
* In internals.h, only look at _DEBUG when compiling with MSVC. (#1855)Saran Tunyasuvunakool2019-08-131-3/+11
* numpy: fix refcount leak to dtype singleton (#1860)Pauli Virtanen2019-07-271-1/+1
* numpy: Provide concrete size aliasesEric Cousineau2019-07-231-3/+32
* Added ability to convert from datetime.date to system_clock::time_point (#1848)phil-zxx2019-07-191-4/+26
* Add support for __await__, __aiter__, and __anext__ protocols (#1842)Jeremy Maitin-Shepard2019-07-181-0/+3
* Allow Windows.h min/max to coexist with pybind11 (#1847)Nathan2019-07-183-7/+5
* renamed local gil_scoped_acquire to gil_scoped_acquire_local to avoid ambiguityWenzel Jakob2019-07-151-3/+3
* Make sure `detail::get_internals` acquires the GIL before making Python calls...Saran Tunyasuvunakool2019-07-151-0/+8
* quiet clang warning by adding default move ctor (#1821)Thomas Peters2019-07-151-0/+2
* Dtype field ordering for NumPy 1.14 (#1837)Igor Socec2019-07-151-4/+7
* Replace a usage of C++14 language features with C++11 code (#1833)Toru Niina2019-07-101-5/+12
* error_already_set: acquire GIL one line earlier (fixes #1779)Wenzel Jakob2019-07-061-1/+1
* fix issue #1804 (warning about redefined macros)Wenzel Jakob2019-06-191-5/+4
* Fix casting of time points with non-system-clock duration with VS (#1748)Alexander Gagarin2019-06-131-1/+1
* begin work on v2.3.1Wenzel Jakob2019-06-121-1/+1
* add signed overload for `py::slice::compute`sizmailov2019-06-111-0/+7
* Support more natural syntax for vector extendChris Rusby2019-06-112-1/+38
* Fix assertion failure for unions (#1685) (#1709)Roland Dreier2019-06-111-2/+2
* Fix async Python functors invoking from multiple C++ threads (#1587) (#1595)Alexander Gagarin2019-06-111-2/+13
* Fix iostream when used with nogil (#1368)Henry Schreiner2019-06-111-2/+5
* Add optional buffer size to pythonbuf::d_buffer constructor (#1687)Omar Awile2019-06-111-4/+8
* value_and_holder: uninit members (#1660)Axel Huebl2019-06-111-7/+7
* compile time check that properties have no py:arg values (#1524)Jeff VanOss2019-06-111-0/+2
* Make static member functions, added with `def_static`, `staticmethod` descrip...Yannick Jadoul2019-06-112-1/+8
* dict_readonly: member init (#1661)Axel Huebl2019-06-101-1/+1
* pybind11_getbuffer: useless safe nullptr check (#1664)Axel Huebl2019-06-101-1/+1
* PYBIND11_TLS_REPLACE_VALUE should use macro argument value in Python 3.7+ (#1...Jeffrey Quesnelle2019-06-101-1/+1
* Improve documentation related to inheritance. (#1676)Ivor Wanders2019-06-101-0/+57
* type_record: Uninit Member (#1658)Axel Huebl2019-06-101-1/+2
* #1208 Handle forced unwind exception (e.g. during pthread termination)Jörg Kreuzberger2019-06-101-0/+9
* Add missing includes for better Bazel compatibility (#1255)Steven Johnson2019-06-102-0/+3
* Added __contains__ to stl bindings for maps (#1767)Blake Thompson2019-06-101-0/+9
* [BUGFIX] Fixing pybind11::error_already_set.matches to also work with excepti...Yannick Jadoul2019-05-121-1/+1
* Add getters for exception type, value and traceback (#1641)martinRenou2019-05-032-8/+12