pybind11/tests
Ralf W. Grosse-Kunstleve bfb5fce463 Revert "[smart_holder] Keep parent alive when returning raw pointers (#4609)"
This reverts commit 99cf27a4f5.
2024-06-11 14:12:14 -07:00
..
extra_python_package Merge branch 'master' into sh_merge_master 2024-06-09 23:55:50 -07:00
extra_setuptools chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
pure_cpp [smart_holder] Bug fix: `std::unique_ptr` deleter needs to be copied. (#4850) 2023-11-02 08:21:13 -07:00
test_cmake_build chore: bump cmake to 3.29 (#5075) 2024-03-27 20:11:13 -04:00
test_embed Merge branch 'master' into sh_merge_master 2024-06-09 23:55:50 -07:00
CMakeLists.txt Merge branch 'master' into sh_merge_master 2024-06-09 23:55:50 -07:00
class_sh_module_local_0.cpp Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
class_sh_module_local_1.cpp Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
class_sh_module_local_2.cpp Adding py::smart_holder (for smart-pointer interoperability). (#2672) 2021-02-23 21:50:42 -08:00
conftest.py feat: make `numpy.h` compatible with both NumPy 1.x and 2.x (#5050) 2024-03-26 18:20:11 -04:00
constructor_stats.h test: ConstructorStats newline (PyPy) (#4167) 2022-08-29 23:25:01 -04:00
cross_module_gil_utils.cpp Add `PYBIND11_SIMPLE_GIL_MANAGEMENT` option (cmake, C++ define) (#4216) 2022-10-30 08:57:23 -07:00
cross_module_interleaved_error_already_set.cpp Add `py::set_error()`, use in updated `py::exception<>` documentation (#4772) 2023-08-07 20:48:20 -07:00
eigen_tensor_avoid_stl_array.cpp Fix ODR violations in our Eigen Tensor tests (#4412) 2022-12-20 05:34:00 -08:00
env.py chore: move to Ruff and add rules (#4483) 2023-02-22 06:18:55 -08:00
local_bindings.h Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
namespace_visibility.inl [smart_holder] Add test_namespace_visibility (#4050) 2022-07-12 18:33:42 -07:00
namespace_visibility_1.cpp [smart_holder] Add test_namespace_visibility (#4050) 2022-07-12 18:33:42 -07:00
namespace_visibility_1s.cpp [smart_holder] Add test_namespace_visibility (#4050) 2022-07-12 18:33:42 -07:00
namespace_visibility_2.cpp [smart_holder] Add test_namespace_visibility (#4050) 2022-07-12 18:33:42 -07:00
object.h Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
pybind11_cross_module_tests.cpp Add `py::set_error()`, use in updated `py::exception<>` documentation (#4772) 2023-08-07 20:48:20 -07:00
pybind11_tests.cpp fix: Python 3.13t with GIL (#5139) 2024-05-28 09:07:59 -04:00
pybind11_tests.h Dropping MSVC 2015 (#3722) 2022-02-14 11:36:22 -08:00
pytest.ini chore: some cleanup (#5137) 2024-05-24 12:26:40 -04:00
requirements.txt fix: Use PyObject_VisitManagedDict() of Python 3.13 (#4973) 2023-12-14 18:42:55 -08:00
test_async.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_async.py chore: move to Ruff and add rules (#4483) 2023-02-22 06:18:55 -08:00
test_buffers.cpp Add `format_descriptor<>` & `npy_format_descriptor<>` `PyObject *` specializations. (#4674) 2023-05-23 10:49:32 -07:00
test_buffers.py Update render for buffer sequence and handle (#4831) 2023-09-12 12:47:39 -07:00
test_builtin_casters.cpp Merge branch 'master' into sh_merge_master 2024-04-02 08:20:56 -07:00
test_builtin_casters.py Merge branch 'master' into sh_merge_master 2023-10-03 22:45:09 -07:00
test_call_policies.cpp chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_call_policies.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_callbacks.cpp Fix functional.h bug + introduce test to verify that it is fixed (#4254) 2022-11-18 10:08:11 -08:00
test_callbacks.py fix: Render `py::function` as `Callable` (#4829) 2023-08-30 22:43:01 -07:00
test_chrono.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_chrono.py chore: update to black 23 (#4482) 2023-02-01 14:23:37 -05:00
test_class.cpp Merge branch 'master' into sh_merge_master 2024-05-26 21:14:20 -07:00
test_class.py fix: Python 3.13t with GIL (#5139) 2024-05-28 09:07:59 -04:00
test_class_sh_basic.cpp [smart_holder] Unique ptr deleter roundtrip tests and fix (#4921) 2023-11-07 22:58:24 -08:00
test_class_sh_basic.py [smart_holder] Change `throw_if_uninitialized_or_disowned_holder()` to also show C++ type name. (#4977) 2023-12-15 19:29:22 -08:00
test_class_sh_disowning.cpp Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_disowning.py Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_disowning_mi.cpp Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_disowning_mi.py [smart_holder] Change `throw_if_uninitialized_or_disowned_holder()` to also show C++ type name. (#4977) 2023-12-15 19:29:22 -08:00
test_class_sh_factory_constructors.cpp Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_factory_constructors.py ruff auto-fixes (to be reviewed) 2023-02-22 12:46:12 -08:00
test_class_sh_inheritance.cpp Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_inheritance.py Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_mi_thunks.cpp [smart_holder] test_class_sh_mi_thunks (started from PR #4374) (#4380) 2022-12-12 19:55:16 -08:00
test_class_sh_mi_thunks.py [smart_holder] Change `throw_if_uninitialized_or_disowned_holder()` to also show C++ type name. (#4977) 2023-12-15 19:29:22 -08:00
test_class_sh_module_local.py Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_property.cpp [smart_holder] .def_readonly, .def_readwrite adaptors (continuation of PR #3581). (#3844) 2022-05-17 16:35:43 -07:00
test_class_sh_property.py [smart_holder] Change `throw_if_uninitialized_or_disowned_holder()` to also show C++ type name. (#4977) 2023-12-15 19:29:22 -08:00
test_class_sh_property_non_owning.cpp clang-format 16 auto fix 2023-04-30 21:23:57 -07:00
test_class_sh_property_non_owning.py [smart_holder] Enable properties for non-owning holders (#4586) 2023-03-23 17:21:41 -07:00
test_class_sh_shared_ptr_copy_move.cpp Remove unnamed namespace for compatibility with CUDA 11.7 (it does not make much sense anyway). 2022-10-09 21:57:51 -07:00
test_class_sh_shared_ptr_copy_move.py Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_trampoline_basic.cpp Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_trampoline_basic.py ruff auto-fixes (to be reviewed) 2023-02-22 12:46:12 -08:00
test_class_sh_trampoline_self_life_support.cpp Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_trampoline_self_life_support.py appease ruff v0.0.263 2023-04-30 21:23:57 -07:00
test_class_sh_trampoline_shared_from_this.cpp Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_trampoline_shared_from_this.py appease ruff v0.0.263 2023-04-30 21:23:57 -07:00
test_class_sh_trampoline_shared_ptr_cpp_arg.cpp [smart_holder] Add `gil_scoped_acquire` to `shared_ptr_trampoline_self_life_support` ctor. (#4196) 2022-10-07 12:24:49 -07:00
test_class_sh_trampoline_shared_ptr_cpp_arg.py [smart_holder] Add `gil_scoped_acquire` to `shared_ptr_trampoline_self_life_support` ctor. (#4196) 2022-10-07 12:24:49 -07:00
test_class_sh_trampoline_unique_ptr.cpp This was meant to be PR #3065: pure clang-format changes. NO manual changes. (#3073) 2021-07-02 16:51:24 -07:00
test_class_sh_trampoline_unique_ptr.py Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_unique_ptr_custom_deleter.cpp [smart_holder] Bug fix: `std::unique_ptr` deleter needs to be copied. (#4850) 2023-11-02 08:21:13 -07:00
test_class_sh_unique_ptr_custom_deleter.py [smart_holder] Bug fix: `std::unique_ptr` deleter needs to be copied. (#4850) 2023-11-02 08:21:13 -07:00
test_class_sh_unique_ptr_member.cpp Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_unique_ptr_member.py [smart_holder] Change `throw_if_uninitialized_or_disowned_holder()` to also show C++ type name. (#4977) 2023-12-15 19:29:22 -08:00
test_class_sh_virtual_py_cpp_mix.cpp Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_class_sh_virtual_py_cpp_mix.py ruff auto-fixes (to be reviewed) 2023-02-22 12:46:12 -08:00
test_class_sh_void_ptr_capsule.cpp Alternative approach to #3807 (#4612) 2023-04-10 11:13:28 -07:00
test_class_sh_void_ptr_capsule.py Alternative approach to #3807 (#4612) 2023-04-10 11:13:28 -07:00
test_classh_mock.cpp Bug fix: adding back `!is_alias<Class>(ptr)` that were accidentally omitted. (#2958) 2021-04-19 10:54:37 -07:00
test_classh_mock.py Automatic `pre-commit run --all-files` and clang-tidy changes (NO manual changes). 2022-02-14 19:00:40 -08:00
test_const_name.cpp Dropping MSVC 2015 (#3722) 2022-02-14 11:36:22 -08:00
test_const_name.py chore: move to Ruff and add rules (#4483) 2023-02-22 06:18:55 -08:00
test_constants_and_functions.cpp tests: hide warning on clang (#5069) 2024-03-26 13:57:05 -04:00
test_constants_and_functions.py bugfix: allow noexcept lambdas in C++17. Fix #4565 (#4593) 2023-03-27 20:21:06 -04:00
test_copy_move.cpp chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_copy_move.py Fix py::cast from pytype rvalue to pytype (#3949) 2022-05-16 13:51:01 -07:00
test_custom_type_casters.cpp chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_custom_type_casters.py chore: move to Ruff and add rules (#4483) 2023-02-22 06:18:55 -08:00
test_custom_type_setup.cpp Add `custom_type_setup` attribute (#3287) 2021-09-24 12:08:22 -07:00
test_custom_type_setup.py chore: move to Ruff and add rules (#4483) 2023-02-22 06:18:55 -08:00
test_descr_src_loc.cpp clang-format automatic changes (due to clang-format update on master) 2022-12-08 23:25:36 -08:00
test_descr_src_loc.py ruff auto-fixes (to be reviewed) 2023-02-22 12:46:12 -08:00
test_docstring_options.cpp chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_docstring_options.py Add option for enable/disable enum members in docstring. (#2768) 2022-12-08 23:10:10 -08:00
test_eigen_matrix.cpp chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_eigen_matrix.py feat: make `numpy.h` compatible with both NumPy 1.x and 2.x (#5050) 2024-03-26 18:20:11 -04:00
test_eigen_tensor.cpp Fix ODR violations in our Eigen Tensor tests (#4412) 2022-12-20 05:34:00 -08:00
test_eigen_tensor.inl chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_eigen_tensor.py chore: move to Ruff and add rules (#4483) 2023-02-22 06:18:55 -08:00
test_enum.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_enum.py chore: move to ruff-format (#4912) 2023-11-07 23:42:54 -08:00
test_eval.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_eval.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_eval_call.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_exc_namespace_visibility.py [smart_holder] Add test_namespace_visibility (#4050) 2022-07-12 18:33:42 -07:00
test_exceptions.cpp Bug fixes: Add missing `handle_type_name` specializations. (#5073) 2024-03-27 12:39:05 -07:00
test_exceptions.h Add `py::set_error()`, use in updated `py::exception<>` documentation (#4772) 2023-08-07 20:48:20 -07:00
test_exceptions.py Bug fixes: Add missing `handle_type_name` specializations. (#5073) 2024-03-27 12:39:05 -07:00
test_factory_constructors.cpp Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_factory_constructors.py Merge branch 'master' into sh_merge_master 2023-10-03 22:45:09 -07:00
test_gil_scoped.cpp Add `PYBIND11_SIMPLE_GIL_MANAGEMENT` option (cmake, C++ define) (#4216) 2022-10-30 08:57:23 -07:00
test_gil_scoped.py chore: move to Ruff and add rules (#4483) 2023-02-22 06:18:55 -08:00
test_iostream.cpp Dropping MSVC 2015 (#3722) 2022-02-14 11:36:22 -08:00
test_iostream.py chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_kwargs_and_defaults.cpp fix: Python 3.13t with GIL (#5139) 2024-05-28 09:07:59 -04:00
test_kwargs_and_defaults.py tests: avoid immortal objects in tests (#5150) 2024-05-30 01:40:55 -04:00
test_local_bindings.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_local_bindings.py chore: update to black 23 (#4482) 2023-02-01 14:23:37 -05:00
test_methods_and_attributes.cpp Merge branch 'master' into sh_merge_master 2024-04-02 08:20:56 -07:00
test_methods_and_attributes.py Merge branch 'master' into sh_merge_master 2023-11-07 23:44:24 -08:00
test_modules.cpp Add missing error handling to `module_::def_submodule` (#3973) 2022-05-28 16:40:57 -07:00
test_modules.py Remove test code that does not exercise anything in pybind11, but breaks between Python 3.12alpha3 (still working) and 3.12alpha6 (broken): (#4559) 2023-03-09 13:02:34 -08:00
test_multiple_inheritance.cpp Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_multiple_inheritance.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_numpy_array.cpp chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_numpy_array.py feat: make `numpy.h` compatible with both NumPy 1.x and 2.x (#5050) 2024-03-26 18:20:11 -04:00
test_numpy_dtypes.cpp chore(deps): update pre-commit hooks (#5123) 2024-05-10 17:03:51 -04:00
test_numpy_dtypes.py chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_numpy_vectorize.cpp fix: avoid `catch (...)` for expected `import numpy` failures (#3974) 2022-05-26 11:07:40 -04:00
test_numpy_vectorize.py chore: move to Ruff and add rules (#4483) 2023-02-22 06:18:55 -08:00
test_opaque_types.cpp Fully-automatic clang-format with include reordering (#3713) 2022-02-10 12:17:07 -08:00
test_opaque_types.py chore: drop Python 3.5 (#3719) 2022-02-11 19:06:16 -05:00
test_operator_overloading.cpp Introduce a new style of warning suppression based on push/pop (#4285) 2022-11-28 07:39:38 -08:00
test_operator_overloading.py chore: update to black 23 (#4482) 2023-02-01 14:23:37 -05:00
test_pickling.cpp Test pickling a simple callable (does not work). (#3906) 2022-05-02 12:39:36 -07:00
test_pickling.py Test pickling a simple callable (does not work). (#3906) 2022-05-02 12:39:36 -07:00
test_python_multiple_inheritance.cpp Fix a long-standing bug in the handling of Python multiple inheritance (#4762) 2023-11-08 12:44:04 -08:00
test_python_multiple_inheritance.py Fix a long-standing bug in the handling of Python multiple inheritance (#4762) 2023-11-08 12:44:04 -08:00
test_pytypes.cpp Add a pybind function to clear a list. (#5153) 2024-06-07 13:54:33 -07:00
test_pytypes.py Add a pybind function to clear a list. (#5153) 2024-06-07 13:54:33 -07:00
test_return_value_policy_override.cpp Revert "[smart_holder] Keep parent alive when returning raw pointers (#4609)" 2024-06-11 14:12:14 -07:00
test_return_value_policy_override.py Revert "[smart_holder] Keep parent alive when returning raw pointers (#4609)" 2024-06-11 14:12:14 -07:00
test_sequences_and_iterators.cpp feature: Support move-only iterators in `py::make_*iterator` (#4834) 2023-09-07 05:57:39 -07:00
test_sequences_and_iterators.py feature: Use typed iterators in `make_*iterator` (#4876) 2023-10-17 12:04:46 -07:00
test_smart_ptr.cpp Merge branch 'master' into sh_merge_master 2024-01-16 21:10:28 -08:00
test_smart_ptr.py Merge branch 'master' into sh_merge_master_after_clang-format_etc 2022-02-14 14:36:08 -08:00
test_stl.cpp Merge branch 'master' into sh_merge_master 2024-05-26 21:14:20 -07:00
test_stl.py Merge branch 'master' into sh_merge_master 2023-10-03 22:45:09 -07:00
test_stl_binders.cpp chore(deps): update pre-commit hooks (#5084) 2024-04-02 11:14:08 -04:00
test_stl_binders.py bugfix: removing typing and duplicate ``class_`` for KeysView/ValuesView/ItemsView. Fix #4529 (#4985) 2024-01-13 11:07:36 -08:00
test_tagbased_polymorphic.cpp Open pybind11 namespace with consistent visility. (#4098) 2022-08-01 11:31:31 -07:00
test_tagbased_polymorphic.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_thread.cpp chore(deps): update pre-commit hooks (#5123) 2024-05-10 17:03:51 -04:00
test_thread.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_type_caster_odr_guard_1.cpp test_type_caster_odr_guard: pytest.skip(...NVCOMPILER...) 2023-08-07 22:51:41 -07:00
test_type_caster_odr_guard_1.py test_type_caster_odr_guard: pytest.skip(...NVCOMPILER...) 2023-08-07 22:51:41 -07:00
test_type_caster_odr_guard_2.cpp [smart_holder] `type_caster` ODR guard (#4022) 2022-07-21 06:38:21 -07:00
test_type_caster_odr_guard_2.py [smart_holder] `type_caster` ODR guard (#4022) 2022-07-21 06:38:21 -07:00
test_type_caster_pyobject_ptr.cpp Add `py::set_error()`, use in updated `py::exception<>` documentation (#4772) 2023-08-07 20:48:20 -07:00
test_type_caster_pyobject_ptr.py Add `type_caster<PyObject>` (#4601) 2023-05-07 10:15:53 -07:00
test_union.cpp Fix assertion failure for unions (#1685) (#1709) 2019-06-11 23:28:58 +02:00
test_union.py Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) 2022-02-10 18:28:08 -08:00
test_unnamed_namespace_a.cpp Use `std::hash<std::type_index>`, `std::equal_to<std::type_index>` everywhere **except when libc++ is in use** (#4319) 2023-04-25 14:03:24 -07:00
test_unnamed_namespace_a.py Use `std::hash<std::type_index>`, `std::equal_to<std::type_index>` everywhere **except when libc++ is in use** (#4319) 2023-04-25 14:03:24 -07:00
test_unnamed_namespace_b.cpp Use `std::hash<std::type_index>`, `std::equal_to<std::type_index>` everywhere **except when libc++ is in use** (#4319) 2023-04-25 14:03:24 -07:00
test_unnamed_namespace_b.py Use `std::hash<std::type_index>`, `std::equal_to<std::type_index>` everywhere **except when libc++ is in use** (#4319) 2023-04-25 14:03:24 -07:00
test_vector_unique_ptr_member.cpp Remove stray comment. (Oversight in PR #4631. Noticed by chance.) (#4641) 2023-04-27 07:24:48 -07:00
test_vector_unique_ptr_member.py Introduce `pybind11::detail::is_move_constructible` (#4631) 2023-04-24 00:19:21 -07:00
test_virtual_functions.cpp Merge branch 'master' into sh_merge_master 2022-12-08 23:19:31 -08:00
test_virtual_functions.py chore: move to Ruff and add rules (#4483) 2023-02-22 06:18:55 -08:00
valgrind-numpy-scipy.supp docs: fix various typos (#3075) 2021-07-04 19:58:35 -04:00
valgrind-python.supp chore: get PyPy 3.7 wheels using NumPy 1.20 (#2837) 2021-01-31 17:29:09 -05:00