.. |
detail
|
Introduce PYBIND11_SMART_HOLDER_PADDING_ON (as the only way to turn on padding).
|
2024-07-19 20:05:53 -07:00 |
eigen
|
fix: fully qualify usages of concat to protect against ADL (#4955)
|
2024-03-27 16:51:03 -04:00 |
stl
|
feat: remove Python 3.6 support (#5177)
|
2024-06-22 00:55:00 -04:00 |
attr.h
|
PYBIND11_HAVE_INTERNALS_WITH_SMART_HOLDER_SUPPORT
|
2024-07-18 22:44:34 -07:00 |
buffer_info.h
|
chore(deps): update pre-commit hooks (#5084)
|
2024-04-02 11:14:08 -04:00 |
cast.h
|
Add back original copyable_holder_caster check_holder_compat() in the std::shared_ptr specialization and remove pytest.skip("BAKEIN_EXPECTED: ...) in test_smart_ptr.py
|
2024-07-19 09:00:03 -07:00 |
chrono.h
|
chore: drop Python 3.5 (#3719)
|
2022-02-11 19:06:16 -05:00 |
common.h
|
Add a dummy common.h header with a deprecation warning
|
2017-09-06 15:22:26 +02:00 |
complex.h
|
Fully-automatic clang-format with include reordering (#3713)
|
2022-02-10 12:17:07 -08:00 |
eigen.h
|
First draft of Eigen::Tensor support (#4201)
|
2022-10-18 16:54:16 -07:00 |
embed.h
|
feat: remove Python 3.6 support (#5177)
|
2024-06-22 00:55:00 -04:00 |
eval.h
|
fix: missing move in eval.h (#3775)
|
2022-03-02 15:25:43 -05:00 |
functional.h
|
fix: fully qualify usages of concat to protect against ADL (#4955)
|
2024-03-27 16:51:03 -04:00 |
gil_safe_call_once.h
|
fix: make gil_safe_call_once thread-safe in free-threaded CPython (#5246)
|
2024-07-16 11:06:54 -07:00 |
gil.h
|
feat: remove Python 3.6 support (#5177)
|
2024-06-22 00:55:00 -04:00 |
iostream.h
|
chore: add err guard to capsule destructor and add a move to iostream (#3958)
|
2022-05-27 14:32:57 -04:00 |
numpy.h
|
fix: support free-threaded CPython with GIL disabled (#5148)
|
2024-06-18 13:54:38 -07:00 |
operators.h
|
Reproducer and fix for issue encountered in smart_holder update. (#4228)
|
2022-10-09 21:50:35 -07:00 |
options.h
|
Add option for enable/disable enum members in docstring. (#2768)
|
2022-12-08 23:10:10 -08:00 |
pybind11.h
|
Move classh into pybind11/pybind11.h and update test_classh_mock.cpp accordingly.
|
2024-07-20 17:53:37 -07:00 |
pytypes.h
|
fix: support free-threaded CPython with GIL disabled (#5148)
|
2024-06-18 13:54:38 -07:00 |
smart_holder.h
|
Move classh into pybind11/pybind11.h and update test_classh_mock.cpp accordingly.
|
2024-07-20 17:53:37 -07:00 |
stl_bind.h
|
Bring in default_holder_type from smart_holder branch including using it in pybind11/stl_bind.h
|
2024-07-12 08:26:34 -07:00 |
stl.h
|
fix: fully qualify usages of concat to protect against ADL (#4955)
|
2024-03-27 16:51:03 -04:00 |
trampoline_self_life_support.h
|
ifdef out more code if PYBIND11_HAVE_INTERNALS_WITH_SMART_HOLDER_SUPPORT is not defined.
|
2024-07-19 11:21:35 -07:00 |
type_caster_pyobject_ptr.h
|
Add type_caster<PyObject> (#4601)
|
2023-05-07 10:15:53 -07:00 |
typing.h
|
Fixed a compilation error with gcc 14 (#5208)
|
2024-06-28 07:12:32 -07:00 |