pybind11/docs
Tomasz Miąsko ca77130be8 Use object class to hold partially converted python objects.
Using object class to hold converted object automatically deallocates
object if an exception is thrown or scope is left before constructing
complete Python object.

Additionally added method object::release() that allows to release
ownership of python object without decreasing its reference count.
2016-01-02 21:07:18 +01:00
..
_static add extra documentation CSS on RTD 2015-12-07 18:29:17 +01:00
advanced.rst Fix typo in STL docs. 2015-12-15 15:56:14 -08:00
basics.rst Add ldflags to compile command 2015-12-12 22:58:23 +01:00
benchmark.py added benchmark 2015-10-20 00:59:59 +02:00
benchmark.rst added benchmark 2015-10-20 00:59:59 +02:00
classes.rst factored out some common functionality to a non-templated parent class 2015-10-19 23:53:22 +02:00
cmake.rst updated cmake snippet in documentation 2015-12-07 18:24:43 +01:00
conf.py add extra documentation CSS on RTD 2015-12-07 18:29:17 +01:00
index.rst added benchmark 2015-10-20 00:59:59 +02:00
intro.rst fixed another typo 2015-12-04 23:58:23 +01:00
Makefile took a stab at some documentation 2015-10-13 03:16:44 +02:00
pybind11_vs_boost_python1.svg added benchmark 2015-10-20 00:59:59 +02:00
pybind11_vs_boost_python2.svg added benchmark 2015-10-20 00:59:59 +02:00
reference.rst Use object class to hold partially converted python objects. 2016-01-02 21:07:18 +01:00