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

fix: the CMake config in Python package had a hard coded path (#3144)

5 лет назад
extra_setuptools

Add helper to build in-tree extensions. (#2831)

5 лет назад
test_cmake_build

fix: support basic dual includes (#2804)

6 лет назад
test_embed

maint(clang-tidy): Improve code readability with explicit boolean casts (#3148)

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

style: pre-commit cleanup (#3111)

5 лет назад
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

env: Add surrogate for pytest.deprecated_call for ptyest<3.9 (#2923)

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

fix(clang-tidy): performance fixes applied in tests and CI (#3051)

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

fix(clang-tidy): performance fixes applied in tests and CI (#3051)

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

NOLINT reduction (#3096)

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

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

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

* Removing stray semicolons (discovered by running clang-format v12 followed by tools/check-style.sh). (#3087)

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

Make sure all warnings in pytest get turned into errors (#2838)

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

tests: use master commit for pytest on 3.10 (#2967)

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

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

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

tests: cleanup and ci hardening (#2397)

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

* Removing stray semicolons (discovered by running clang-format v12 followed by tools/check-style.sh). (#3087)

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

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

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

NOLINT reduction (#3096)

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

style: add pyupgrade check, 2.7+

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

functions: Add doc on incorrect argument index (#2979)

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

functions: Add doc on incorrect argument index (#2979)

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

Allow python builtins to be used as callbacks (#1413)

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

Allow python builtins to be used as callbacks (#1413)

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

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

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

Use correct duration representation when casting from datetime.timdelta to std::chrono::duration (#2870)

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

NOLINT reduction (#3096)

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

chore: update pre-commit hooks

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

Removing __INTEL_COMPILER section from pragma block at the top of pybind11.h (#3135)

5 лет назад
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

NOLINT reduction (#3096)

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

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

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

fix(clang-tidy): performance fixes applied in tests and CI (#3051)

5 лет назад
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

* Removing stray semicolons (discovered by running clang-format v12 followed by tools/check-style.sh). (#3087)

5 лет назад
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

fix(clang-tidy): Add cppcoreguidelines-init-vars,slicing, and throw-by-value-catch-by-reference checks (#3094)

5 лет назад
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

NOLINT reduction (#3096)

5 лет назад
test_exceptions.h

fix: Mingw64 corrected and add a CI job to test it (#3132)

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

Explicitly export exception types. (#2999)

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

fix(clang-tidy): performance fixes applied in tests and CI (#3051)

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

fix: catch missing self argument in overloads constructor (#2914)

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

fix(clang-tidy): performance fixes applied in tests and CI (#3051)

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

style: use Black everywhere (#2594)

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

Adding iostream.h thread-safety documentation. (#2995)

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

Fix Unicode support for ostream redirects (#2982)

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

NOLINT reduction (#3096)

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

style: use Black everywhere (#2594)

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

Go all the way fixing clang-tidy issues to avoid the NOLINTNEXTLINE clutter and clang-format issues. This was really meant to be part of PR #3051 but was held back either out of an abundance of caution, or because of confusion caused by stray semicolons. (#3086)

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

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

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

maint(clang-tidy): Improve code readability with explicit boolean casts (#3148)

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

tests: remove very minor oversight in PR #3059. (#3066)

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

fix(clang-tidy): clang-tidy readability and misc fixes, like adding const (#3052)

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

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

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

NOLINT reduction (#3096)

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

style: use Black everywhere (#2594)

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

NOLINT reduction (#3096)

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

Add const T to docstring generation. (#3020)

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

maint(clang-tidy): Improve code readability with explicit boolean casts (#3148)

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

Dtype kind vs char (#2864)

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

maint(clang-tidy): Improve code readability with explicit boolean casts (#3148)

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

style: use Black everywhere (#2594)

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

fix(clang-tidy): performance fixes applied in tests and CI (#3051)

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

style: use Black everywhere (#2594)

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

fix(clang-tidy): performance fixes applied in tests and CI (#3051)

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

style: use Black everywhere (#2594)

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

pickle setstate: setattr __dict__ only if not empty (#2972)

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

pickle setstate: setattr __dict__ only if not empty (#2972)

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

Raise codec errors when casting to std::string (#2903)

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

Raise codec errors when casting to std::string (#2903)

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

fix(clang-tidy): Add cppcoreguidelines-init-vars,slicing, and throw-by-value-catch-by-reference checks (#3094)

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

chore: update pre-commit hooks

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

maint(clang-tidy): Improve code readability with explicit boolean casts (#3148)

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

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

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

maint(clang-tidy): Improve code readability with explicit boolean casts (#3148)

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

chore: update pre-commit hooks

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

fix(clang-tidy): clang-tidy readability and misc fixes, like adding const (#3052)

5 лет назад
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

fix(clang-tidy): Enable clang-tidy else-after-return and redundant void checks (#3080)

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

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

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

docs: fix various typos (#3075)

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

chore: get PyPy 3.7 wheels using NumPy 1.20 (#2837)

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