..
extra_python_package
feat: typing support for helpers ( #2588 )
2020-10-14 14:08:41 -04:00
extra_setuptools
feat: parallel compiler ( #2521 )
2020-10-02 10:03:35 -04:00
test_cmake_build
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_embed
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
CMakeLists.txt
tests(CMakeLists): robustify against add'l versions of Boost ( #2608 )
2020-10-18 20:42:48 -04:00
conftest.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
constructor_stats.h
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
cross_module_gil_utils.cpp
Make sure detail::get_internals
acquires the GIL before making Python calls. ( #1836 )
2019-07-15 16:47:02 +02:00
env.py
ci: reduce flakiness a little ( #2418 )
2020-08-20 11:58:34 -04:00
local_bindings.h
style: clang-tidy: llvm-namespace-comment
2020-09-15 09:56:59 -04:00
object.h
Improve custom holder support ( #607 )
2017-01-31 17:05:44 +01:00
pybind11_cross_module_tests.cpp
Make TypeErrors more informative when an optional header is missing
2017-09-12 08:06:46 +02:00
pybind11_tests.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
pybind11_tests.h
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
pytest.ini
feat: setup.py redesign and helpers ( #2433 )
2020-09-16 17:13:41 -04:00
requirements.txt
ci: add more runs
2020-10-15 17:38:49 -04:00
test_async.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_async.py
tests: cleanup and ci hardening ( #2397 )
2020-08-16 16:02:12 -04:00
test_buffers.cpp
style: ssize_t -> py::ssize_t
2020-10-15 17:38:49 -04:00
test_buffers.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
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
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_call_policies.cpp
ci: fix clang warnings
2020-07-26 09:25:27 -04:00
test_call_policies.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_callbacks.cpp
Fix async Python functors invoking from multiple C++ threads ( #1587 ) ( #1595 )
2019-06-11 23:28:58 +02:00
test_callbacks.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_chrono.cpp
fix: allow assignment of time points of resolutions other than that of a system clock ( #2481 )
2020-09-13 10:24:00 -04:00
test_chrono.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_class.cpp
Check scope's __dict__ instead of using hasattr when registering classes and exceptions ( #2335 )
2020-10-09 01:09:56 +02:00
test_class.py
fix: test_factory_constructors.py failure triggered by test_register_duplicate_class ( #2564 )
2020-10-16 16:38:51 -04:00
test_constants_and_functions.cpp
style: clang-tidy: llvm-namespace-comment
2020-09-15 09:56:59 -04:00
test_constants_and_functions.py
fix: support nvcc and test ( #2461 )
2020-09-10 11:49:26 -04:00
test_copy_move.cpp
style: clang-tidy: modernize-use-equals-default
2020-09-15 09:56:59 -04:00
test_copy_move.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_custom_type_casters.cpp
style: clang-tidy: llvm-namespace-comment
2020-09-15 09:56:59 -04:00
test_custom_type_casters.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_docstring_options.cpp
Update all remaining tests to new test styles
2017-08-05 18:46:22 -04:00
test_docstring_options.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_eigen.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_eigen.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_enum.cpp
Avoid conversion to int_
rhs argument of enum eq/ne ( #1912 )
2019-09-19 18:23:27 +02:00
test_enum.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_eval_call.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_eval.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_eval.py
tests: cleanup and ci hardening ( #2397 )
2020-08-16 16:02:12 -04:00
test_exceptions.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_exceptions.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_factory_constructors.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_factory_constructors.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_gil_scoped.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_gil_scoped.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_iostream.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_iostream.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_kwargs_and_defaults.cpp
style: ssize_t -> py::ssize_t
2020-10-15 17:38:49 -04:00
test_kwargs_and_defaults.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_local_bindings.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_local_bindings.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_methods_and_attributes.cpp
fix: Reject keyword argument None
with .none(false)
( #2611 )
2020-10-20 23:57:22 +02:00
test_methods_and_attributes.py
fix: Reject keyword argument None
with .none(false)
( #2611 )
2020-10-20 23:57:22 +02:00
test_modules.cpp
feat: deprecate public constructors of module_ class ( #2552 )
2020-10-09 10:46:11 -04:00
test_modules.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_multiple_inheritance.cpp
chore: drop support for PyPy < 7.3.1 and clean up old PyPy workarounds ( #2456 )
2020-10-05 10:43:27 -04:00
test_multiple_inheritance.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_numpy_array.cpp
style: ssize_t -> py::ssize_t
2020-10-15 17:38:49 -04:00
test_numpy_array.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_numpy_dtypes.cpp
style: ssize_t -> py::ssize_t
2020-10-15 17:38:49 -04:00
test_numpy_dtypes.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_numpy_vectorize.cpp
style: ssize_t -> py::ssize_t
2020-10-15 17:38:49 -04:00
test_numpy_vectorize.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_opaque_types.cpp
Allow raw unions without base classes in is_accessible_base_of ( #2320 )
2020-10-02 09:39:22 -04:00
test_opaque_types.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_operator_overloading.cpp
fix: AppleClang 12 warnings ( #2510 )
2020-09-19 20:23:47 +02:00
test_operator_overloading.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_pickling.cpp
Relax py::pickle() get/set type check
2017-09-06 15:20:52 +02:00
test_pickling.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_pytypes.cpp
style: ssize_t -> py::ssize_t
2020-10-15 17:38:49 -04:00
test_pytypes.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_sequences_and_iterators.cpp
style: ssize_t -> py::ssize_t
2020-10-15 17:38:49 -04:00
test_sequences_and_iterators.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_smart_ptr.cpp
style: clang-tidy: modernize-use-equals-default
2020-09-15 09:56:59 -04:00
test_smart_ptr.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_stl_binders.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_stl_binders.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_stl.cpp
style: clang-tidy: llvm-namespace-comment
2020-09-15 09:56:59 -04:00
test_stl.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_tagbased_polymorphic.cpp
style: clang-tidy: llvm-namespace-comment
2020-09-15 09:56:59 -04:00
test_tagbased_polymorphic.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00
test_union.cpp
Fix assertion failure for unions ( #1685 ) ( #1709 )
2019-06-11 23:28:58 +02:00
test_union.py
ci: GHA basic format & pre-commit ( #2309 )
2020-07-20 13:35:21 -04:00
test_virtual_functions.cpp
refactor: module -> module_ with typedef ( #2544 )
2020-10-03 13:38:03 -04:00
test_virtual_functions.py
style: use Black everywhere ( #2594 )
2020-10-16 16:38:13 -04:00