..
example1.cpp
Fix typographical error
2015-12-14 16:00:58 +09: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
added new type pybind11::bytes, cleanup of various macros ( fixes #49 )
2016-01-17 22:31:15 +01:00
example2.py
python 3.2 compatiblity ( closes #56 )
2016-01-17 22:31:15 +01:00
example2.ref
generic integer type handling
2015-11-30 12:45:34 +01:00
example3.cpp
last breaking change: be consistent about the project name
2015-10-15 18:23:56 +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
added new type pybind11::bytes, cleanup of various macros ( fixes #49 )
2016-01-17 22:31:15 +01:00
example4.py
added new type pybind11::bytes, cleanup of various macros ( fixes #49 )
2016-01-17 22:31:15 +01:00
example4.ref
do more work with classes from pytypes.h (especially for STL container casting)
2016-01-17 22:31:15 +01:00
example5.cpp
general cleanup of the codebase
2016-01-17 22:31:15 +01:00
example5.py
general cleanup of the codebase
2016-01-17 22:31:15 +01:00
example5.ref
general cleanup of the codebase
2016-01-17 22:31:15 +01:00
example6.cpp
last breaking change: be consistent about the project name
2015-10-15 18:23:56 +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
appveyor CI script
2015-10-18 18:01:33 +02:00
example7.ref
updated reference output
2015-10-01 17:13:38 +02:00
example8.cpp
improved handling of shared/smart pointers
2016-01-17 22:31:15 +01:00
example8.py
improved handling of shared/smart pointers
2016-01-17 22:31:15 +01:00
example8.ref
improved handling of shared/smart pointers
2016-01-17 22:31:15 +01:00
example9.cpp
added module::import statement
2015-10-13 23:44:25 +02:00
example9.py
added module::import statement
2015-10-13 23:44:25 +02:00
example9.ref
added module::import statement
2015-10-13 23:44:25 +02:00
example10.cpp
last breaking change: be consistent about the project name
2015-10-15 18:23:56 +02:00
example10.py
appveyor CI script
2015-10-18 18:01:33 +02:00
example10.ref
updated reference output
2015-10-01 17:13:38 +02:00
example11.cpp
added an example on using fancier kinds of default arguments
2016-01-17 22:31:15 +01:00
example11.py
added an example on using fancier kinds of default arguments
2016-01-17 22:31:15 +01:00
example11.ref
added an example on using fancier kinds of default arguments
2016-01-17 22:31:15 +01:00
example12.cpp
consistent macro naming throughout the project
2015-10-18 16:48:30 +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
example13.cpp
keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62 )
2016-01-17 22:31:15 +01:00
example13.py
keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62 )
2016-01-17 22:31:15 +01:00
example13.ref
keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62 )
2016-01-17 22:31:15 +01:00
example.cpp
keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62 )
2016-01-17 22:31:15 +01:00
example.h
last breaking change: be consistent about the project name
2015-10-15 18:23:56 +02:00
object.h
Initial commit
2015-07-09 15:27:32 +02:00
run_test.py
do more work with classes from pytypes.h (especially for STL container casting)
2016-01-17 22:31:15 +01:00