Seamless operability between C++11 and Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Wenzel Jakob 619fb23056 std::array<> caster: support arbitrary sequences 7 years ago
..
test_cmake_build Add test for custom CMake export group 8 years ago
test_embed Fix compatibility with catch v2 7 years ago
CMakeLists.txt Add basic support for tag-based static polymorphism (#1326) 7 years ago
conftest.py Allow binding factory functions as constructors 8 years ago
constructor_stats.h Fix gcc-8 compilation warning 7 years ago
local_bindings.h Fix nullptr dereference when loading an external-only module_local type 8 years ago
object.h Improve custom holder support (#607) 9 years ago
pybind11_cross_module_tests.cpp Make TypeErrors more informative when an optional header is missing 8 years ago
pybind11_tests.cpp Update all remaining tests to new test styles 8 years ago
pybind11_tests.h Update all remaining tests to new test styles 8 years ago
pytest.ini Don't let pytest discover tests from test_cmake_build and test_embed 8 years ago
test_buffers.cpp correct stride in matrix example and test 8 years ago
test_buffers.py correct stride in matrix example and test 8 years ago
test_builtin_casters.cpp Matching Python 2 int behavior on Python 2 (#1186) 8 years ago
test_builtin_casters.py Matching Python 2 int behavior on Python 2 (#1186) 8 years ago
test_call_policies.cpp Add -Wdeprecated to test suite and fix associated warnings (#1191) 8 years ago
test_call_policies.py Fix application of keep_alive policy to constructors (regression) 8 years ago
test_callbacks.cpp Update all remaining tests to new test styles 8 years ago
test_callbacks.py Update all remaining tests to new test styles 8 years ago
test_chrono.cpp Update all remaining tests to new test styles 8 years ago
test_chrono.py Update all remaining tests to new test styles 8 years ago
test_class.cpp Fix potential crash when calling an overloaded function (#1327) 7 years ago
test_class.py Fix potential crash when calling an overloaded function (#1327) 7 years ago
test_constants_and_functions.cpp Add -Wdeprecated to test suite and fix associated warnings (#1191) 8 years ago
test_constants_and_functions.py Update all remaining tests to new test styles 8 years ago
test_copy_move.cpp Make it possible to generate constexpr signatures in C++11 mode 8 years ago
test_copy_move.py Update all remaining tests to new test styles 8 years ago
test_docstring_options.cpp Update all remaining tests to new test styles 8 years ago
test_docstring_options.py Update all remaining tests to new test styles 8 years ago
test_eigen.cpp Typo 7 years ago
test_eigen.py Eigen test suite: don't create a np.matrix 7 years ago
test_enum.cpp check for already existing enum value added; added test (#1453) 7 years ago
test_enum.py Fix scoped enums comparison for equal/not equal cases (#1339) (#1571) 7 years ago
test_eval.cpp Update all remaining tests to new test styles 8 years ago
test_eval.py Update all remaining tests to new test styles 8 years ago
test_eval_call.py Add checks to maintain a consistent Python code style and prevent bugs (#515) 9 years ago
test_exceptions.cpp misc. typos 8 years ago
test_exceptions.py Fix builtin exception handlers to work across modules 8 years ago
test_factory_constructors.cpp Add -Wdeprecated to test suite and fix associated warnings (#1191) 8 years ago
test_factory_constructors.py Reduce binary size overhead of new-style constructors 8 years ago
test_iostream.cpp Utility for redirecting C++ streams to Python (#1009) 8 years ago
test_iostream.py Fixed flake8 error in test_iostream.py 7 years ago
test_kwargs_and_defaults.cpp Added py::args ref counting tests 8 years ago
test_kwargs_and_defaults.py Add spaces around "=" in signature repr. 8 years ago
test_local_bindings.cpp Fix nullptr dereference when loading an external-only module_local type 8 years ago
test_local_bindings.py Fix nullptr dereference when loading an external-only module_local type 8 years ago
test_methods_and_attributes.cpp Added write only property functions for issue #1142 (#1144) 8 years ago
test_methods_and_attributes.py Added write only property functions for issue #1142 (#1144) 8 years ago
test_modules.cpp Update all remaining tests to new test styles 8 years ago
test_modules.py Update all remaining tests to new test styles 8 years ago
test_multiple_inheritance.cpp Add -Wdeprecated to test suite and fix associated warnings (#1191) 8 years ago
test_multiple_inheritance.py Reimplement py::init<...> to use common factory code 8 years ago
test_numpy_array.cpp added py::ellipsis() method for slicing of multidimensional NumPy arrays 7 years ago
test_numpy_array.py added py::ellipsis() method for slicing of multidimensional NumPy arrays 7 years ago
test_numpy_dtypes.cpp Make register_dtype() accept any field containers (#1225) 8 years ago
test_numpy_dtypes.py Fix numpy dtypes test on big-endian architectures 7 years ago
test_numpy_vectorize.cpp Update all remaining tests to new test styles 8 years ago
test_numpy_vectorize.py Update all remaining tests to new test styles 8 years ago
test_opaque_types.cpp Improve macro type handling for types with commas 7 years ago
test_opaque_types.py Fix new flake8 E741 error from using `l` variable 8 years ago
test_operator_overloading.cpp Access C++ hash functions from Python and vice versa (#1034) 8 years ago
test_operator_overloading.py misc. typos 8 years ago
test_pickling.cpp Relax py::pickle() get/set type check 8 years ago
test_pickling.py enum_: move most functionality to a non-template implementation 7 years ago
test_pytypes.cpp relax operator[] for tuples, lists, and sequences 7 years ago
test_pytypes.py relax operator[] for tuples, lists, and sequences 7 years ago
test_sequences_and_iterators.cpp Update all remaining tests to new test styles 8 years ago
test_sequences_and_iterators.py Fix new flake8 E741 error from using `l` variable 8 years ago
test_smart_ptr.cpp Use std::addressof to obtain holder address instead of operator& 7 years ago
test_smart_ptr.py Use std::addressof to obtain holder address instead of operator& 7 years ago
test_stl.cpp std::array<> caster: support arbitrary sequences 7 years ago
test_stl.py std::array<> caster: support arbitrary sequences 7 years ago
test_stl_binders.cpp Fix STL casters for containers with proxies (regression) 8 years ago
test_stl_binders.py fix return from std::map bindings to __delitem__ (#1229) 8 years ago
test_tagbased_polymorphic.cpp Add basic support for tag-based static polymorphism (#1326) 7 years ago
test_tagbased_polymorphic.py Add basic support for tag-based static polymorphism (#1326) 7 years ago
test_virtual_functions.cpp fix regression reported by @cyfdecyf in #1454 (#1517) 7 years ago
test_virtual_functions.py fix regression reported by @cyfdecyf in #1454 (#1517) 7 years ago