aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* chore: prepare for the 2.6.2 release (#2821)Henry Schreiner2021-01-261-1/+1
* fix: avoid changing class outside of GILHenry Fredrick Schreiner2021-01-261-1/+3
* Always call PyNumber_Index when casting from Python to a C++ integral type, a...Yannick Jadoul2021-01-251-15/+25
* Force the builtin module key to be the correct type. (#2814)crimsoncor2021-01-241-1/+1
* docs: fix missing line from #2310Henry Fredrick Schreiner2021-01-191-4/+2
* style: add clang-format file (#2310)Henry Schreiner2021-01-191-2/+4
* fix: Intel ICC C++17 compatibility (#2729)Michael Kuron2021-01-174-7/+47
* fix: only allow integer type_caster to call __int__ method when conversion is...Yannick Jadoul2021-01-161-0/+10
* Plug leaking function_records in cpp_function initialization in case of excep...Yannick Jadoul2021-01-141-24/+74
* docs: fix spelling in some comments/docs (#2777)Andy Maloney2021-01-132-4/+4
* fix: a clang warning [-Wshadow-field-in-constructor-modified] (#2780)Andy Maloney2021-01-131-1/+1
* fix: a warning found by static code analyzer (#2783)Changming Sun2021-01-131-1/+1
* Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)Yannick Jadoul2021-01-011-6/+6
* Fix invalid access when reinterpret_casting a non-pybind11 PyObject* to insta...Yannick Jadoul2020-12-311-5/+5
* enum: add missing Enum.value property (#2739)Eric Cousineau2020-12-311-0/+1
* fix: do not set docstring for function when empty (#2745)Qifan Lu2020-12-271-3/+3
* fix: allow users to avoid thread termination in scoped_released (#2657)Nikita Shulga2020-12-191-4/+34
* fix: also throw in the move-constructor added by the PYBIND11_OBJECT macro, a...Yannick Jadoul2020-12-151-4/+4
* style: remove redundant instance->owned = true (#2723)Robert Haschke2020-12-151-2/+0
* Adjusting `type_caster<std::reference_wrapper<T>>` to support const/non-const...Laramie Leavitt2020-12-151-4/+9
* fix: workaround for #2682 and #2422 by simply clearing the TypeError (#2685)Boris Staletic2020-11-231-1/+8
* Remove workaround code that is not needed since #1211 (#2683)albanD2020-11-231-8/+0
* fix: define PYBIND11_CPP14 for recent intel compilers (#2679)Tobias Leibner2020-11-231-1/+3
* pythonbuf fix (#2675)nickbridgechess2020-11-191-2/+4
* docs: back to work after 2.6.1Henry Schreiner2020-11-111-1/+1
* docs: changelog update (#2652)Henry Schreiner2020-11-111-1/+1
* fix: add reasonable argument names to enum_ methods (#2637)Yannick Jadoul2020-11-101-5/+5
* style: clang-tidy: modernize-use-using (#2645)Robert Haschke2020-11-096-9/+9
* Allow NULL value in pybind11_meta_setattro (#2629)Boris Staletic2020-11-051-1/+1
* Use weakref to clean up captured function object in def_buffer (#2634)Yannick Jadoul2020-11-021-1/+6
* [common.h] Mark another entry point as "unused". (#2625)Thomas Köppe2020-10-291-1/+1
* Add __builtins__ to globals argument of `py::exec` and `py::eval` if not pres...Yannick Jadoul2020-10-271-0/+20
* begin working towards a future v2.6.1 patch releaseWenzel Jakob2020-10-211-1/+1
* v2.6.0 releaseWenzel Jakob2020-10-211-1/+1
* Remove friend declaration of py::class_ in py::detail::generic_type (#2613)Boris Staletic2020-10-211-1/+0
* fix: Reject keyword argument `None` with `.none(false)` (#2611)Mana Borwornpadungkitti2020-10-201-11/+15
* chore: bump to 2.6.0rc3Henry Schreiner2020-10-161-1/+1
* fix: allow the ABI string to be forced (#2602)Henry Schreiner2020-10-161-32/+43
* fix: test_factory_constructors.py failure triggered by test_register_duplicat...Yannick Jadoul2020-10-161-0/+40
* fix: more intp asserts, reinterpret_castHenry Schreiner2020-10-151-3/+10
* fix: PyPy windows issueHenry Schreiner2020-10-151-0/+1
* fix: std::is_pod -> pybind11::detail::is_podHenry Schreiner2020-10-151-1/+8
* chore: bump to 2.6.0rc2Henry Schreiner2020-10-141-1/+1
* fix: valgrind-detected after-freeing access of PyMethodDef (macOS Python 3.9....Yannick Jadoul2020-10-141-1/+15
* fix: throw error_already_set in py::len on failing PyObject_Length (#2575)Yannick Jadoul2020-10-121-1/+5
* Shorten PYBIND11_EMBEDDED_MODULE macro implementation by using PYBIND11_CATCH...Yannick Jadoul2020-10-121-7/+1
* fix: Intel 18+ required (#2577)Henry Schreiner2020-10-122-11/+4
* refactor: simpler followup to #2569 (#2572)Henry Schreiner2020-10-091-1/+1
* chore: bump to 2.6.0rc1Henry Schreiner2020-10-091-1/+1
* fix: do not use abi::__forced_unwind with libc++, even with gcc instead of cl...Ahmed Sobhy2020-10-091-1/+1