pybind11/example
Wenzel Jakob 8de0437e46 type_caster<std::function>: allow None values in both directions 2016-08-18 11:18:12 +02:00
..
CMakeLists.txt Rename example20 -> example-numpy-dtypes 2016-08-13 12:43:16 +01:00
constructor-stats.h Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
eigen.cpp Eigen support for special matrix objects 2016-08-04 15:24:41 -04:00
eigen.py Adopt PEP 484 type hints for C++ types exported to Python 2016-08-04 23:47:07 +02:00
eigen.ref Adopt PEP 484 type hints for C++ types exported to Python 2016-08-04 23:47:07 +02:00
example-arg-keywords-and-defaults.cpp Use generic arg names for functions without explicitly named arguments 2016-08-04 23:45:24 +02:00
example-arg-keywords-and-defaults.py Use generic arg names for functions without explicitly named arguments 2016-08-04 23:45:24 +02:00
example-arg-keywords-and-defaults.ref Adopt PEP 484 type hints for C++ types exported to Python 2016-08-04 23:47:07 +02:00
example-buffers.cpp Make changes to format_descriptor backwards-compat 2016-08-13 12:43:16 +01:00
example-buffers.py Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-buffers.ref Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-callbacks.cpp type_caster<std::function>: allow None values in both directions 2016-08-18 11:18:12 +02:00
example-callbacks.py type_caster<std::function>: allow None values in both directions 2016-08-18 11:18:12 +02:00
example-callbacks.ref type_caster<std::function>: allow None values in both directions 2016-08-18 11:18:12 +02:00
example-constants-and-functions.cpp Fix scoped enums and add scoped enum example 2016-08-04 00:01:39 -04:00
example-constants-and-functions.py Only support ==/!= int on unscoped enums 2016-08-04 00:21:37 -04:00
example-constants-and-functions.ref Only support ==/!= int on unscoped enums 2016-08-04 00:21:37 -04:00
example-custom-exceptions.cpp Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-custom-exceptions.py Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-custom-exceptions.ref Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-eval.cpp Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-eval.py Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-eval.ref Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-eval_call.py Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-inheritance.cpp Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-inheritance.py Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-inheritance.ref Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-keep-alive.cpp Support keep_alive where nurse may be None 2016-08-18 09:09:41 +12:00
example-keep-alive.py Support keep_alive where nurse may be None 2016-08-18 09:09:41 +12:00
example-keep-alive.ref Support keep_alive where nurse may be None 2016-08-18 09:09:41 +12:00
example-methods-and-attributes.cpp Fix "_POSIX_C_SOURCE" redefined warning on Python 2.7 2016-08-15 13:49:34 +02:00
example-methods-and-attributes.py Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-methods-and-attributes.ref Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-modules.cpp Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-modules.py Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-modules.ref Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-numpy-dtypes.cpp Use uint64_t instead of long in numpy tests (MSVC) 2016-08-13 13:20:36 +01:00
example-numpy-dtypes.py Update numpy docstring test to the new format 2016-08-13 12:56:51 +01:00
example-numpy-dtypes.ref Rename example20 -> example-numpy-dtypes 2016-08-13 12:43:16 +01:00
example-numpy-vectorize.cpp Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-numpy-vectorize.py Adopt PEP 484 type hints for C++ types exported to Python 2016-08-04 23:47:07 +02:00
example-numpy-vectorize.ref Adopt PEP 484 type hints for C++ types exported to Python 2016-08-04 23:47:07 +02:00
example-opaque-types.cpp Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-opaque-types.py Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-opaque-types.ref Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-operator-overloading.cpp Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-operator-overloading.py Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-operator-overloading.ref Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-pickling.cpp Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-pickling.py Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-pickling.ref Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-python-types.cpp Add handle::repr() method 2016-08-14 13:43:31 +01:00
example-python-types.py Add handle::repr() method 2016-08-14 13:43:31 +01:00
example-python-types.ref Add handle::repr() method 2016-08-14 13:43:31 +01:00
example-sequences-and-iterators.cpp Added pybind11::make_key_iterator for map iteration 2016-08-11 21:22:05 -04:00
example-sequences-and-iterators.py Added pybind11::make_key_iterator for map iteration 2016-08-11 21:22:05 -04:00
example-sequences-and-iterators.ref Added pybind11::make_key_iterator for map iteration 2016-08-11 21:22:05 -04:00
example-smart-ptr.cpp Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-smart-ptr.py Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-smart-ptr.ref Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-stl-binder-vector.cpp minor namespace change in example 2016-07-19 17:35:09 +02:00
example-stl-binder-vector.py Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-stl-binder-vector.ref Rename examples files, as per #288 2016-07-18 16:43:18 -04:00
example-virtual-functions.cpp quench warning on clang/OSX 2016-08-12 00:59:57 +02:00
example-virtual-functions.py Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example-virtual-functions.ref Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
example.cpp Rename example20 -> example-numpy-dtypes 2016-08-13 12:43:16 +01:00
example.h last breaking change: be consistent about the project name 2015-10-15 18:23:56 +02:00
issues.cpp Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
issues.py Implement reference_internal with a keep_alive 2016-08-10 12:08:04 -04:00
issues.ref Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
object.h Improve constructor/destructor tracking 2016-08-11 18:16:04 -04:00
run_test.py Dump test output if the test runner fails 2016-08-13 12:43:16 +01:00