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
..
2015-12-14 16:00:58 +09:00
2015-10-01 17:13:38 +02:00
2015-11-30 12:45:34 +01:00
2015-10-01 17:13:38 +02:00
2015-10-01 17:13:38 +02:00
2015-10-01 17:13:38 +02:00
2015-10-18 18:01:33 +02:00
2015-10-01 17:13:38 +02:00
2015-10-13 23:44:25 +02:00
2015-10-13 23:44:25 +02:00
2015-10-13 23:44:25 +02:00
2015-10-18 18:01:33 +02:00
2015-10-01 17:13:38 +02:00
2015-10-01 17:13:38 +02:00
2015-07-09 15:27:32 +02:00