pybind11/docs
Wenzel Jakob b2c2c79240 improved handling of shared/smart pointers
Previously, pybind11 required classes using std::shared_ptr<> to derive
from std::enable_shared_from_this<> (or compilation failures would ensue).

Everything now also works for classes that don't do this, assuming that
some basic rules are followed (e.g. never passing "raw" pointers of
instances manged by shared pointers). The safer
std::enable_shared_from_this<> approach continues to be supported.
2016-01-17 22:31:15 +01:00
..
_static add extra documentation CSS on RTD 2015-12-07 18:29:17 +01:00
Makefile took a stab at some documentation 2015-10-13 03:16:44 +02:00
advanced.rst improved handling of shared/smart pointers 2016-01-17 22:31:15 +01:00
basics.rst Very minor documentation fixes, updated logo 2016-01-17 22:31:15 +01:00
benchmark.py Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
benchmark.rst Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
classes.rst documentation on using multiple extension modules 2016-01-17 22:31:15 +01:00
cmake.rst Very minor documentation fixes, updated logo 2016-01-17 22:31:15 +01:00
conf.py add extra documentation CSS on RTD 2015-12-07 18:29:17 +01:00
index.rst Very minor documentation fixes, updated logo 2016-01-17 22:31:15 +01:00
intro.rst Very minor documentation fixes, updated logo 2016-01-17 22:31:15 +01:00
pybind11-logo.png Very minor documentation fixes, updated logo 2016-01-17 22:31:15 +01:00
pybind11_vs_boost_python1.svg Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
pybind11_vs_boost_python2.svg Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
reference.rst Merge pull request #52 from tmiasko/const-correctness 2016-01-10 21:34:55 +01:00