.. |
CMakeLists.txt
|
Provide more control over automatic generation of docstrings (#486)
|
2016-11-15 12:38:05 +01:00 |
conftest.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
constructor_stats.h
|
Don't construct unique_ptr around unowned pointers (#478)
|
2016-11-06 19:12:48 +01:00 |
object.h
|
|
|
pybind11_tests.cpp
|
Adds automatic casting on assignment of non-pyobject types (#551)
|
2016-12-12 23:42:52 +01:00 |
pybind11_tests.h
|
|
|
test_alias_initialization.cpp
|
|
|
test_alias_initialization.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_buffers.cpp
|
|
|
test_buffers.py
|
|
|
test_callbacks.cpp
|
|
|
test_callbacks.py
|
nicer error message for invalid function arguments
|
2016-09-19 13:43:43 +02:00 |
test_chrono.cpp
|
Changed non system clocks to be time deltas
|
2016-09-13 20:40:28 +10:00 |
test_chrono.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_class_args.cpp
|
Support std::shared_ptr holder type out of the box
|
2016-10-20 16:19:58 +02:00 |
test_class_args.py
|
Set maximum line length for Python style checker (#552)
|
2016-12-13 00:59:28 +01:00 |
test_constants_and_functions.cpp
|
Add syntax sugar for resolving overloaded functions (#541)
|
2016-12-08 11:07:52 +01:00 |
test_constants_and_functions.py
|
Add syntax sugar for resolving overloaded functions (#541)
|
2016-12-08 11:07:52 +01:00 |
test_copy_move_policies.cpp
|
equals needed for test_copy_move_policies to build icpc 2016.3 (#507)
|
2016-11-17 11:01:11 +01:00 |
test_copy_move_policies.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_docstring_options.cpp
|
Provide more control over automatic generation of docstrings (#486)
|
2016-11-15 12:38:05 +01:00 |
test_docstring_options.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_eigen.cpp
|
Adds automatic casting on assignment of non-pyobject types (#551)
|
2016-12-12 23:42:52 +01:00 |
test_eigen.py
|
Set maximum line length for Python style checker (#552)
|
2016-12-13 00:59:28 +01:00 |
test_enum.cpp
|
make arithmetic operators of enum_ optional (#508)
|
2016-11-17 23:24:47 +01:00 |
test_enum.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_eval_call.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_eval.cpp
|
|
|
test_eval.py
|
|
|
test_exceptions.cpp
|
Adds automatic casting on assignment of non-pyobject types (#551)
|
2016-12-12 23:42:52 +01:00 |
test_exceptions.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_inheritance.cpp
|
Add py::isinstance<T>(obj) for generalized Python type checking
|
2016-11-17 08:55:42 +01:00 |
test_inheritance.py
|
Add py::isinstance<T>(obj) for generalized Python type checking
|
2016-11-17 08:55:42 +01:00 |
test_issues.cpp
|
Adds automatic casting on assignment of non-pyobject types (#551)
|
2016-12-12 23:42:52 +01:00 |
test_issues.py
|
Changed "Invoked with" output to use repr() instead of str() (#518)
|
2016-11-22 11:28:40 +01:00 |
test_keep_alive.cpp
|
|
|
test_keep_alive.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_kwargs_and_defaults.cpp
|
|
|
test_kwargs_and_defaults.py
|
nicer error message for invalid function arguments
|
2016-09-19 13:43:43 +02:00 |
test_methods_and_attributes.cpp
|
Add syntax sugar for resolving overloaded functions (#541)
|
2016-12-08 11:07:52 +01:00 |
test_methods_and_attributes.py
|
Add syntax sugar for resolving overloaded functions (#541)
|
2016-12-08 11:07:52 +01:00 |
test_modules.cpp
|
|
|
test_modules.py
|
|
|
test_multiple_inheritance.cpp
|
Support std::shared_ptr holder type out of the box
|
2016-10-20 16:19:58 +02:00 |
test_multiple_inheritance.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_numpy_array.cpp
|
Improve consistency of array and array_t with regard to other pytypes
|
2016-11-17 08:55:42 +01:00 |
test_numpy_array.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_numpy_dtypes.cpp
|
Use correct itemsize when constructing a numpy dtype from a buffer_info
|
2016-11-22 22:01:03 +01:00 |
test_numpy_dtypes.py
|
Set maximum line length for Python style checker (#552)
|
2016-12-13 00:59:28 +01:00 |
test_numpy_vectorize.cpp
|
|
|
test_numpy_vectorize.py
|
Set maximum line length for Python style checker (#552)
|
2016-12-13 00:59:28 +01:00 |
test_opaque_types.cpp
|
|
|
test_opaque_types.py
|
Set maximum line length for Python style checker (#552)
|
2016-12-13 00:59:28 +01:00 |
test_operator_overloading.cpp
|
|
|
test_operator_overloading.py
|
|
|
test_pickling.cpp
|
Add dynamic attribute support
|
2016-10-11 22:13:02 +02:00 |
test_pickling.py
|
Add dynamic attribute support
|
2016-10-11 22:13:02 +02:00 |
test_python_types.cpp
|
Adds automatic casting on assignment of non-pyobject types (#551)
|
2016-12-12 23:42:52 +01:00 |
test_python_types.py
|
Set maximum line length for Python style checker (#552)
|
2016-12-13 00:59:28 +01:00 |
test_sequences_and_iterators.cpp
|
Fix test compilation failure under gcc 4.9 (#496)
|
2016-11-13 10:41:31 +09:00 |
test_sequences_and_iterators.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_smart_ptr.cpp
|
Allow references to objects held by smart pointers (#533)
|
2016-12-07 02:36:44 +01:00 |
test_smart_ptr.py
|
Allow references to objects held by smart pointers (#533)
|
2016-12-07 02:36:44 +01:00 |
test_stl_binders.cpp
|
Fix stl_bind to support movable, non-copyable value types (#490)
|
2016-11-15 12:30:38 +01:00 |
test_stl_binders.py
|
Add checks to maintain a consistent Python code style and prevent bugs (#515)
|
2016-11-20 21:21:54 +01:00 |
test_virtual_functions.cpp
|
|
|
test_virtual_functions.py
|
Set maximum line length for Python style checker (#552)
|
2016-12-13 00:59:28 +01:00 |