.. |
detail
|
First pass adjusting try_implicit_casts and try_load_foreign_module_local to capture loaded_v_h, but untested and guarded with pybind11_failure("Untested"). This was done mainly to determine general feasibility. Note the TODO in pybind11.h, where type_caster_generic::local_load is currently hard-coded. test_classh_wip and test_classh_inheritance still pass, as before.
|
2021-02-09 06:47:06 -08:00 |
attr.h
|
fix: a warning found by static code analyzer (#2783)
|
2021-01-13 23:14:06 -05:00 |
buffer_info.h
|
Fix buffer_info for ctypes buffers (pybind#2502) (#2503)
|
2020-10-03 23:09:14 +02:00 |
cast.h
|
Moving factored-out make_constructor to test_classh_wip.cpp, restoring previous version of cast.h. This is currently the most practical approach. See PR #2798 for background.
|
2021-02-09 06:47:06 -08:00 |
chrono.h
|
fix: add null pointer check with std::localtime (#2846)
|
2021-02-08 15:38:22 -05:00 |
classh.h
|
Using pybind11/detail/classh_type_casters.h from test_classh_wip.cpp.
|
2021-02-09 06:47:06 -08:00 |
common.h
|
Add a dummy common.h header with a deprecation warning
|
2017-09-06 15:22:26 +02:00 |
complex.h
|
Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283)
|
2020-07-08 18:14:41 -04:00 |
eigen.h
|
style: clang-tidy: modernize-use-using (#2645)
|
2020-11-09 10:10:19 -08:00 |
embed.h
|
Shorten PYBIND11_EMBEDDED_MODULE macro implementation by using PYBIND11_CATCH_INIT_EXCEPTIONS (#2579)
|
2020-10-12 23:10:18 +02:00 |
eval.h
|
Add __builtins__ to globals argument of py::exec and py::eval if not present (#2616)
|
2020-10-27 19:58:27 +01:00 |
functional.h
|
fix: ensure the GIL is held when copying a function. (#2545)
|
2020-10-02 17:00:45 -04:00 |
iostream.h
|
fix: avoid changing class outside of GIL
|
2021-01-26 20:59:27 -05:00 |
numpy.h
|
style: clang-tidy: modernize-use-using (#2645)
|
2020-11-09 10:10:19 -08:00 |
operators.h
|
Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283)
|
2020-07-08 18:14:41 -04:00 |
options.h
|
Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283)
|
2020-07-08 18:14:41 -04:00 |
pybind11.h
|
First pass adjusting try_implicit_casts and try_load_foreign_module_local to capture loaded_v_h, but untested and guarded with pybind11_failure("Untested"). This was done mainly to determine general feasibility. Note the TODO in pybind11.h, where type_caster_generic::local_load is currently hard-coded. test_classh_wip and test_classh_inheritance still pass, as before.
|
2021-02-09 06:47:06 -08:00 |
pytypes.h
|
Fix confusing weakref constructor overload (#2832)
|
2021-01-31 23:13:31 +01:00 |
smart_holder_poc.h
|
Bug fix: vptr_deleter_armed_flag_ptr has to live on the heap.
|
2021-02-09 06:47:06 -08:00 |
stl_bind.h
|
fix: Intel ICC C++17 compatibility (#2729)
|
2021-01-17 19:53:07 -05:00 |
stl.h
|
Changing pybind11::str to exclusively hold PyUnicodeObject (#2409)
|
2021-01-29 09:41:42 -08:00 |
vptr_holder.h
|
TRIGGER_SEGSEV macro, annotations for GET_STACK (vptr::get), GET_INT_STACK (pointee)
|
2021-02-09 06:47:04 -08:00 |