pybind11/docs
Wenzel Jakob 66c9a40213 Much more efficient generation of function signatures, updated docs
This modification taps into some newer C++14 features (if present) to
generate function signatures considerably more efficiently at compile
time rather than at run time.

With this change, pybind11 binaries are now *2.1 times* smaller compared
to the Boost.Python baseline in the benchmark. Compilation times get a
nice improvement as well.

Visual Studio 2015 unfortunately doesn't implement 'constexpr' well
enough yet to support this change and uses a runtime fallback.
2016-01-17 22:31:15 +01:00
..
_static add extra documentation CSS on RTD 2015-12-07 18:29:17 +01:00
advanced.rst moved processing of cpp_function arguments out of dispatch code 2016-01-17 22:31:15 +01:00
basics.rst Add ldflags to compile command 2015-12-12 22:58:23 +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 factored out some common functionality to a non-templated parent class 2015-10-19 23:53:22 +02:00
cmake.rst Much more efficient generation of function signatures, updated docs 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 added benchmark 2015-10-20 00:59:59 +02:00
intro.rst Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
Makefile took a stab at some documentation 2015-10-13 03:16:44 +02: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