pybind11/example
Wenzel Jakob b50872acf2 A few breaking changes for consistency just before the 1.0 release
1. Renamed PYTHON_* to PYBIND_* everywhere

2. Renamed pybind::array_dtype<> to pybind::array_t<>
2015-10-13 17:46:31 +02:00
..
example.cpp A few breaking changes for consistency just before the 1.0 release 2015-10-13 17:46:31 +02:00
example.h Initial commit 2015-07-09 15:27:32 +02:00
example1.cpp keyword argument support, removed last traces of std::function<> usage 2015-07-29 23:39:11 +02:00
example1.py support for ancient Python versions (2.7.x) 2015-09-04 23:49:23 +02:00
example1.ref updated reference output 2015-10-01 17:13:38 +02:00
example2.cpp python 2.7 fix 2015-09-05 02:14:39 +02:00
example2.py support for ancient Python versions (2.7.x) 2015-09-04 23:49:23 +02:00
example2.ref updated reference output 2015-10-01 17:13:38 +02:00
example3.cpp Fix for radd/rsub/rmul/rdiv operator convenience wrappers 2015-09-11 17:09:47 +02:00
example3.py Fix for radd/rsub/rmul/rdiv operator convenience wrappers 2015-09-11 17:09:47 +02:00
example3.ref updated reference output 2015-10-01 17:13:38 +02:00
example4.cpp fixed testcase to take enum->int conversion into account 2015-10-04 15:17:12 +02:00
example4.py support for ancient Python versions (2.7.x) 2015-09-04 23:49:23 +02:00
example4.ref updated reference output 2015-10-01 17:13:38 +02:00
example5.cpp install a cleanup handler for nontrivial lambda closures 2015-10-13 17:46:27 +02:00
example5.py install a cleanup handler for nontrivial lambda closures 2015-10-13 17:46:27 +02:00
example5.ref install a cleanup handler for nontrivial lambda closures 2015-10-13 17:46:27 +02:00
example6.cpp example6 fix 2015-09-01 22:56:40 +02:00
example6.py support for ancient Python versions (2.7.x) 2015-09-04 23:49:23 +02:00
example6.ref updated reference output 2015-10-01 17:13:38 +02:00
example7.cpp keyword argument support, removed last traces of std::function<> usage 2015-07-29 23:39:11 +02:00
example7.py support for ancient Python versions (2.7.x) 2015-09-04 23:49:23 +02:00
example7.ref updated reference output 2015-10-01 17:13:38 +02:00
example8.cpp keyword argument support, removed last traces of std::function<> usage 2015-07-29 23:39:11 +02:00
example8.py support for ancient Python versions (2.7.x) 2015-09-04 23:49:23 +02:00
example8.ref updated reference output 2015-10-01 17:13:38 +02:00
example9.cpp keyword argument support, removed last traces of std::function<> usage 2015-07-29 23:39:11 +02:00
example9.py support for ancient Python versions (2.7.x) 2015-09-04 23:49:23 +02:00
example9.ref updated reference output 2015-10-01 17:13:38 +02:00
example10.cpp A few breaking changes for consistency just before the 1.0 release 2015-10-13 17:46:31 +02:00
example10.py support for ancient Python versions (2.7.x) 2015-09-04 23:49:23 +02:00
example10.ref updated reference output 2015-10-01 17:13:38 +02:00
example11.cpp keyword argument support, removed last traces of std::function<> usage 2015-07-29 23:39:11 +02:00
example11.py support for ancient Python versions (2.7.x) 2015-09-04 23:49:23 +02:00
example11.ref updated reference output 2015-10-01 17:13:38 +02:00
example12.cpp support for overriding virtual functions 2015-10-01 17:13:35 +02:00
example12.py support for overriding virtual functions 2015-10-01 17:13:35 +02:00
example12.ref updated reference output 2015-10-01 17:13:38 +02:00
object.h Initial commit 2015-07-09 15:27:32 +02:00
run_test.py Added configuration files for Travis CI integration 2015-10-11 18:31:46 +02:00