pybind11/tests
Yannick Jadoul 0c5cc031ee
feat: deprecate public constructors of module_ class (#2552)
* Deprecated public constructors of module

* Turn documentation comment of module_::add_object into valid doxygen documentation

* Move definition of PYBIND11_DETAIL_MODULE_STATIC_DEF and PYBIND11_DETAIL_MODULE_CREATE macros up

* Move detail::create_top_level_module to module_::create_extension_module, and unify Python 2 and 3 signature again

* Throw error_already_set if module creation fails in module_::create_extension_module

* Mention module_::create_extension_module in deprecation warning message of module_::module_
2020-10-09 10:46:11 -04:00
..
extra_python_package
extra_setuptools
test_cmake_build
test_embed refactor: module -> module_ with typedef (#2544) 2020-10-03 13:38:03 -04:00
CMakeLists.txt
conftest.py
constructor_stats.h
cross_module_gil_utils.cpp
env.py
local_bindings.h
object.h
pybind11_cross_module_tests.cpp
pybind11_tests.cpp
pybind11_tests.h
pytest.ini
requirements.txt
test_async.cpp refactor: module -> module_ with typedef (#2544) 2020-10-03 13:38:03 -04:00
test_async.py
test_buffers.cpp
test_buffers.py
test_builtin_casters.cpp cast pointer to std::tuple and std::pair (#2334) 2020-07-28 21:44:19 +02:00
test_builtin_casters.py
test_call_policies.cpp
test_call_policies.py
test_callbacks.cpp
test_callbacks.py
test_chrono.cpp
test_chrono.py
test_class.cpp
test_class.py
test_constants_and_functions.cpp
test_constants_and_functions.py
test_copy_move.cpp
test_copy_move.py
test_custom_type_casters.cpp
test_custom_type_casters.py
test_docstring_options.cpp
test_docstring_options.py
test_eigen.cpp
test_eigen.py
test_enum.cpp
test_enum.py
test_eval_call.py
test_eval.cpp
test_eval.py
test_exceptions.cpp
test_exceptions.py
test_factory_constructors.cpp
test_factory_constructors.py
test_gil_scoped.cpp
test_gil_scoped.py
test_iostream.cpp
test_iostream.py
test_kwargs_and_defaults.cpp
test_kwargs_and_defaults.py
test_local_bindings.cpp
test_local_bindings.py
test_methods_and_attributes.cpp
test_methods_and_attributes.py
test_modules.cpp
test_modules.py ci: GHA basic format & pre-commit (#2309) 2020-07-20 13:35:21 -04:00
test_multiple_inheritance.cpp
test_multiple_inheritance.py
test_numpy_array.cpp
test_numpy_array.py Add unchecked_reference::operator() and operator[] to overload resolution of unchecked_mutable_reference (#2514) 2020-10-02 19:07:04 +02:00
test_numpy_dtypes.cpp
test_numpy_dtypes.py
test_numpy_vectorize.cpp
test_numpy_vectorize.py
test_opaque_types.cpp
test_opaque_types.py
test_operator_overloading.cpp
test_operator_overloading.py
test_pickling.cpp
test_pickling.py
test_pytypes.cpp
test_pytypes.py
test_sequences_and_iterators.cpp
test_sequences_and_iterators.py
test_smart_ptr.cpp
test_smart_ptr.py
test_stl_binders.cpp
test_stl_binders.py
test_stl.cpp
test_stl.py
test_tagbased_polymorphic.cpp
test_tagbased_polymorphic.py
test_union.cpp
test_union.py
test_virtual_functions.cpp
test_virtual_functions.py