/
UCS
/
pybind11
ОбзорДокументацияВойти
/
UCS
/
pybind11
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
pybind11/
tests/
..
extra_python_package

feat: typing support for helpers (#2588)

6 лет назад
extra_setuptools

feat: parallel compiler (#2521)

6 лет назад
test_cmake_build

fix: support basic dual includes (#2804)

6 лет назад
test_embed

style: avoid using unintialized variables (#2806)

6 лет назад
CMakeLists.txt

style: avoid using unintialized variables (#2806)

6 лет назад
conftest.py

style: use Black everywhere (#2594)

6 лет назад
constructor_stats.h

refactor: module -> module_ with typedef (#2544)

6 лет назад
cross_module_gil_utils.cpp

Make sure `detail::get_internals` acquires the GIL before making Python calls. (#1836)

7 лет назад
env.py

ci: reduce flakiness a little (#2418)

6 лет назад
local_bindings.h

style: clang-tidy: llvm-namespace-comment

6 лет назад
object.h

Improve custom holder support (#607)

10 лет назад
pybind11_cross_module_tests.cpp

Make TypeErrors more informative when an optional header is missing

9 лет назад
pybind11_tests.cpp

refactor: module -> module_ with typedef (#2544)

6 лет назад
pybind11_tests.h

Ignore deprecation warnings about old-style __init__/__setstate__ constructors in the tests (originally done in #2746) (#2759)

6 лет назад
pytest.ini

feat: setup.py redesign and helpers (#2433)

6 лет назад
requirements.txt

chore: add pytest-timeout, mypy

6 лет назад
test_async.cpp

refactor: module -> module_ with typedef (#2544)

6 лет назад
test_async.py

tests: cleanup and ci hardening (#2397)

6 лет назад
test_buffers.cpp

style: ssize_t -> py::ssize_t

6 лет назад
test_buffers.py

Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)

6 лет назад
test_builtin_casters.cpp

fix: Intel ICC C++17 compatibility (#2729)

6 лет назад
test_builtin_casters.py

Always call PyNumber_Index when casting from Python to a C++ integral type, also pre-3.8 (#2801)

6 лет назад
test_call_policies.cpp

ci: fix clang warnings

6 лет назад
test_call_policies.py

style: use Black everywhere (#2594)

6 лет назад
test_callbacks.cpp

fix: Intel ICC C++17 compatibility (#2729)

6 лет назад
test_callbacks.py

style: use Black everywhere (#2594)

6 лет назад
test_chrono.cpp

fix: allow assignment of time points of resolutions other than that of a system clock (#2481)

6 лет назад
test_chrono.py

style: use Black everywhere (#2594)

6 лет назад
test_class.cpp

fix: Intel ICC C++17 compatibility (#2729)

6 лет назад
test_class.py

fix: test_factory_constructors.py failure triggered by test_register_duplicate_class (#2564)

6 лет назад
test_constants_and_functions.cpp

fix: Intel ICC C++17 compatibility (#2729)

6 лет назад
test_constants_and_functions.py

Plug leaking function_records in cpp_function initialization in case of exceptions (found by Valgrind in #2746) (#2756)

6 лет назад
test_copy_move.cpp

Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)

6 лет назад
test_copy_move.py

Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)

6 лет назад
test_custom_type_casters.cpp

ci: Intel icc/icpc via oneAPI (#2573)

6 лет назад
test_custom_type_casters.py

style: use Black everywhere (#2594)

6 лет назад
test_docstring_options.cpp

fix: do not set docstring for function when empty (#2745)

6 лет назад
test_docstring_options.py

fix: do not set docstring for function when empty (#2745)

6 лет назад
test_eigen.cpp

ci: Intel icc/icpc via oneAPI (#2573)

6 лет назад
test_eigen.py

style: use Black everywhere (#2594)

6 лет назад
test_enum.cpp

Avoid conversion to `int_` rhs argument of enum eq/ne (#1912)

7 лет назад
test_enum.py

enum: add missing Enum.value property (#2739)

6 лет назад
test_eval.cpp

Add __builtins__ to globals argument of `py::exec` and `py::eval` if not present (#2616)

6 лет назад
test_eval.py

Add __builtins__ to globals argument of `py::exec` and `py::eval` if not present (#2616)

6 лет назад
test_eval_call.py

style: use Black everywhere (#2594)

6 лет назад
test_exceptions.cpp

clang -Wnon-virtual-dtor compatibility (#2626)

6 лет назад
test_exceptions.py

tests: update pytest 6.2.1 and fix test_python_alreadyset_in_destructor (#2741)

6 лет назад
test_factory_constructors.cpp

Ignore deprecation warnings about old-style __init__/__setstate__ constructors in the tests (originally done in #2746) (#2759)

6 лет назад
test_factory_constructors.py

style: use Black everywhere (#2594)

6 лет назад
test_gil_scoped.cpp

refactor: module -> module_ with typedef (#2544)

6 лет назад
test_gil_scoped.py

style: use Black everywhere (#2594)

6 лет назад
test_iostream.cpp

pythonbuf fix (#2675)

6 лет назад
test_iostream.py

pythonbuf fix (#2675)

6 лет назад
test_kwargs_and_defaults.cpp

style: ssize_t -> py::ssize_t

6 лет назад
test_kwargs_and_defaults.py

style: use Black everywhere (#2594)

6 лет назад
test_local_bindings.cpp

refactor: module -> module_ with typedef (#2544)

6 лет назад
test_local_bindings.py

minor cleanup: fixing or silencing flake8 errors (#2731)

6 лет назад
test_methods_and_attributes.cpp

ci: Intel icc/icpc via oneAPI (#2573)

6 лет назад
test_methods_and_attributes.py

Allow NULL value in pybind11_meta_setattro (#2629)

6 лет назад
test_modules.cpp

feat: deprecate public constructors of module_ class (#2552)

6 лет назад
test_modules.py

Force the builtin module key to be the correct type. (#2814)

6 лет назад
test_multiple_inheritance.cpp

chore: drop support for PyPy < 7.3.1 and clean up old PyPy workarounds (#2456)

6 лет назад
test_multiple_inheritance.py

style: use Black everywhere (#2594)

6 лет назад
test_numpy_array.cpp

ci: Intel icc/icpc via oneAPI (#2573)

6 лет назад
test_numpy_array.py

style: use Black everywhere (#2594)

6 лет назад
test_numpy_dtypes.cpp

style: ssize_t -> py::ssize_t

6 лет назад
test_numpy_dtypes.py

style: use Black everywhere (#2594)

6 лет назад
test_numpy_vectorize.cpp

style: ssize_t -> py::ssize_t

6 лет назад
test_numpy_vectorize.py

style: use Black everywhere (#2594)

6 лет назад
test_opaque_types.cpp

Allow raw unions without base classes in is_accessible_base_of (#2320)

6 лет назад
test_opaque_types.py

style: use Black everywhere (#2594)

6 лет назад
test_operator_overloading.cpp

fix: AppleClang 12 warnings (#2510)

6 лет назад
test_operator_overloading.py

style: use Black everywhere (#2594)

6 лет назад
test_pickling.cpp

Ignore deprecation warnings about old-style __init__/__setstate__ constructors in the tests (originally done in #2746) (#2759)

6 лет назад
test_pickling.py

style: use Black everywhere (#2594)

6 лет назад
test_pytypes.cpp

fix: also throw in the move-constructor added by the PYBIND11_OBJECT macro, after the argument has been moved-out (if necessary) (#2701)

6 лет назад
test_pytypes.py

fix: also throw in the move-constructor added by the PYBIND11_OBJECT macro, after the argument has been moved-out (if necessary) (#2701)

6 лет назад
test_sequences_and_iterators.cpp

style: ssize_t -> py::ssize_t

6 лет назад
test_sequences_and_iterators.py

style: use Black everywhere (#2594)

6 лет назад
test_smart_ptr.cpp

Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)

6 лет назад
test_smart_ptr.py

Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)

6 лет назад
test_stl.cpp

style: clang-tidy: llvm-namespace-comment

6 лет назад
test_stl.py

style: use Black everywhere (#2594)

6 лет назад
test_stl_binders.cpp

Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)

6 лет назад
test_stl_binders.py

style: use Black everywhere (#2594)

6 лет назад
test_tagbased_polymorphic.cpp

style: clang-tidy: llvm-namespace-comment

6 лет назад
test_tagbased_polymorphic.py

style: use Black everywhere (#2594)

6 лет назад
test_union.cpp

Fix assertion failure for unions (#1685) (#1709)

7 лет назад
test_union.py

ci: GHA basic format & pre-commit (#2309)

6 лет назад
test_virtual_functions.cpp

refactor: module -> module_ with typedef (#2544)

6 лет назад
test_virtual_functions.py

Add a Valgrind build on debug Python 3.9 (#2746)

6 лет назад
valgrind-numpy-scipy.supp

Add a Valgrind build on debug Python 3.9 (#2746)

6 лет назад
valgrind-python.supp

Add a Valgrind build on debug Python 3.9 (#2746)

6 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©