pybind11/include/pybind11/detail
2021-06-30 07:04:31 -07:00
..
class.h Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
common.h fix(clang-tidy): clang-tidy readability and misc fixes, like adding const (#3052) 2021-06-21 10:37:48 -04:00
descr.h fix(clang-tidy): clang-tidy readability and misc fixes, like adding const (#3052) 2021-06-21 10:37:48 -04:00
dynamic_raw_ptr_cast_if_possible.h Splitting out include/pybind11/detail/pragma_warning_block.h (#2988) 2021-05-03 22:08:04 -07:00
init.h Bug fix: adding back !is_alias<Class>(ptr) that were accidentally omitted. (#2958) 2021-04-19 10:54:37 -07:00
internals.h Merge branch 'master' into smart_holder 2021-05-27 11:30:03 -07:00
pragma_warning_block.h Splitting out include/pybind11/detail/pragma_warning_block.h (#2988) 2021-05-03 22:08:04 -07:00
smart_holder_poc.h Inserting const_cast for std::get_deleter return, to keep Ubuntu 20 GCC 6.3.0 happy. 2021-06-30 07:04:31 -07:00
smart_holder_sfinae_hooks_only.h Splitting out include/pybind11/detail/pragma_warning_block.h (#2988) 2021-05-03 22:08:04 -07:00
smart_holder_type_casters.h Revert "Experiment: effectively undoing all shared_from_this modifications." 2021-06-30 07:04:31 -07:00
type_caster_base.h fix: enable py::implicitly_convertible<py::none, ...> for py::class_-wrapped types (#3059) 2021-06-25 21:57:45 -07:00
typeid.h Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283) 2020-07-08 18:14:41 -04:00