aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-01-26chore: prepare for the 2.6.2 release (#2821)Henry Schreiner
2021-01-26fix: avoid changing class outside of GILHenry Fredrick Schreiner
2021-01-25Always call PyNumber_Index when casting from Python to a C++ integral type, a...Yannick Jadoul
2021-01-24Force the builtin module key to be the correct type. (#2814)crimsoncor
2021-01-19docs: fix missing line from #2310Henry Fredrick Schreiner
2021-01-19style: add clang-format file (#2310)Henry Schreiner
2021-01-17fix: Intel ICC C++17 compatibility (#2729)Michael Kuron
2021-01-16fix: only allow integer type_caster to call __int__ method when conversion is...Yannick Jadoul
2021-01-14Plug leaking function_records in cpp_function initialization in case of excep...Yannick Jadoul
2021-01-13docs: fix spelling in some comments/docs (#2777)Andy Maloney
2021-01-13fix: a clang warning [-Wshadow-field-in-constructor-modified] (#2780)Andy Maloney
2021-01-13fix: a warning found by static code analyzer (#2783)Changming Sun
2021-01-01Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)Yannick Jadoul
2020-12-31Fix invalid access when reinterpret_casting a non-pybind11 PyObject* to insta...Yannick Jadoul
2020-12-31enum: add missing Enum.value property (#2739)Eric Cousineau
2020-12-27fix: do not set docstring for function when empty (#2745)Qifan Lu
2020-12-19fix: allow users to avoid thread termination in scoped_released (#2657)Nikita Shulga
2020-12-15fix: also throw in the move-constructor added by the PYBIND11_OBJECT macro, a...Yannick Jadoul
2020-12-15style: remove redundant instance->owned = true (#2723)Robert Haschke
2020-12-15Adjusting `type_caster<std::reference_wrapper<T>>` to support const/non-const...Laramie Leavitt
2020-11-23fix: workaround for #2682 and #2422 by simply clearing the TypeError (#2685)Boris Staletic
2020-11-23Remove workaround code that is not needed since #1211 (#2683)albanD
2020-11-23fix: define PYBIND11_CPP14 for recent intel compilers (#2679)Tobias Leibner
2020-11-19pythonbuf fix (#2675)nickbridgechess
2020-11-11docs: back to work after 2.6.1Henry Schreiner
2020-11-11docs: changelog update (#2652)Henry Schreiner
2020-11-10fix: add reasonable argument names to enum_ methods (#2637)Yannick Jadoul
2020-11-09style: clang-tidy: modernize-use-using (#2645)Robert Haschke
2020-11-05Allow NULL value in pybind11_meta_setattro (#2629)Boris Staletic
2020-11-02Use weakref to clean up captured function object in def_buffer (#2634)Yannick Jadoul
2020-10-29[common.h] Mark another entry point as "unused". (#2625)Thomas Köppe
2020-10-27Add __builtins__ to globals argument of `py::exec` and `py::eval` if not pres...Yannick Jadoul
2020-10-21begin working towards a future v2.6.1 patch releaseWenzel Jakob
2020-10-21v2.6.0 releaseWenzel Jakob
2020-10-21Remove friend declaration of py::class_ in py::detail::generic_type (#2613)Boris Staletic
2020-10-20fix: Reject keyword argument `None` with `.none(false)` (#2611)Mana Borwornpadungkitti
2020-10-16chore: bump to 2.6.0rc3Henry Schreiner
2020-10-16fix: allow the ABI string to be forced (#2602)Henry Schreiner
2020-10-16fix: test_factory_constructors.py failure triggered by test_register_duplicat...Yannick Jadoul
2020-10-15fix: more intp asserts, reinterpret_castHenry Schreiner
2020-10-15fix: PyPy windows issueHenry Schreiner
2020-10-15fix: std::is_pod -> pybind11::detail::is_podHenry Schreiner
2020-10-14chore: bump to 2.6.0rc2Henry Schreiner
2020-10-14fix: valgrind-detected after-freeing access of PyMethodDef (macOS Python 3.9....Yannick Jadoul
2020-10-12fix: throw error_already_set in py::len on failing PyObject_Length (#2575)Yannick Jadoul
2020-10-12Shorten PYBIND11_EMBEDDED_MODULE macro implementation by using PYBIND11_CATCH...Yannick Jadoul
2020-10-12fix: Intel 18+ required (#2577)Henry Schreiner
2020-10-09refactor: simpler followup to #2569 (#2572)Henry Schreiner
2020-10-09chore: bump to 2.6.0rc1Henry Schreiner
2020-10-09fix: do not use abi::__forced_unwind with libc++, even with gcc instead of cl...Ahmed Sobhy