pybind11/docs
Dean Moldovan 56613945ae Use semi-constexpr signatures on MSVC
MSCV does not allow `&typeid(T)` in constexpr contexts, but the string
part of the type signature can still be constexpr. In order to avoid
`typeid` as long as possible, `descr` is modified to collect type
information as template parameters instead of constexpr `typeid`.
The actual `std::type_info` pointers are only collected in the end,
as a `constexpr` (gcc/clang) or regular (MSVC) function call.

Not only does it significantly reduce binary size on MSVC, gcc/clang
benefit a little bit as well, since they can skip some intermediate
`std::type_info*` arrays.
2017-09-16 12:02:49 +02:00
..
_static documentation improvements 2016-04-26 23:48:55 +02:00
advanced docs: Describe importing Python modules and Python methods (#1079) 2017-09-13 16:18:08 +02:00
basics.rst Update build commands for Linux / OS X in the docs (#907) 2017-08-30 21:58:43 +02:00
benchmark.py Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00
benchmark.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00
changelog.rst Use semi-constexpr signatures on MSVC 2017-09-16 12:02:49 +02:00
classes.rst Document automatic upcasting of polymorphic types (#654) 2017-07-23 03:36:08 +02:00
compiling.rst Update build commands for Linux / OS X in the docs (#907) 2017-08-30 21:58:43 +02:00
conf.py updated version flags for next version 2017-08-31 14:01:08 +02:00
Doxyfile Fix documentation build 2017-08-17 15:10:51 +02:00
faq.rst Use semi-constexpr signatures on MSVC 2017-09-16 12:02:49 +02:00
index.rst Add upgrade guide to the documentation 2017-08-21 01:12:45 +02:00
intro.rst Use semi-constexpr signatures on MSVC 2017-09-16 12:02:49 +02:00
limitations.rst Multiple inheritance support 2016-09-19 13:45:31 +02:00
Makefile took a stab at some documentation 2015-10-13 03:16:44 +02:00
pybind11_vs_boost_python1.png documentation improvements 2016-04-28 15:32:07 +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.png documentation improvements 2016-04-28 15:32:07 +02:00
pybind11_vs_boost_python2.svg Much more efficient generation of function signatures, updated docs 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
reference.rst Utility for redirecting C++ streams to Python (#1009) 2017-08-25 02:12:43 +02:00
release.rst fix release.rst instructions for conda-forge SHA checksum 2017-08-31 23:05:47 +02:00
requirements.txt Fix readthedocs build (#721) 2017-03-12 22:36:48 +01:00
upgrade.rst Add upgrade guide entry about stricter compile-time checks 2017-09-04 23:01:34 +02:00