pybind11/docs
Wenzel Jakob 876eeab4ca redesigned format_descriptor<> and npy_format_descriptor<>
This somewhat heavyweight solution will avoid size_t/long long/long/int
mismatches on various platforms once and for all. The previous template
overloads could e.g. not handle size_t on Darwin.

One gotcha: the 'format_descriptor<T>::value()' syntax changed to just
'format_descriptor<T>::value'
2016-05-04 22:36:57 +02:00
..
_static documentation improvements 2016-04-26 23:48:55 +02:00
advanced.rst redesigned format_descriptor<> and npy_format_descriptor<> 2016-05-04 22:36:57 +02:00
basics.rst opaque type redesign 2016-04-28 17:49:46 +02:00
benchmark.py Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
benchmark.rst documentation improvements 2016-04-28 15:32:07 +02:00
changelog.rst changelog updates 2016-05-03 14:16:18 +02:00
classes.rst minor comment about binding static methods 2016-02-07 17:24:41 +01:00
cmake.rst minor cmake improvements on windows 2016-05-01 13:11:54 +02:00
conf.py documentation improvements 2016-04-28 15:32:07 +02:00
faq.rst minor FAQ updates 2016-05-03 14:32:47 +02:00
index.rst documentation improvements 2016-04-28 15:32:07 +02:00
intro.rst convenience wrapper for constructing iterators (fixes #142) 2016-04-14 00:23:37 +02:00
limitations.rst added limitations section 2016-04-07 10:31:01 +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 general cleanup of the codebase 2016-01-17 22:31:15 +01:00
release.rst starting work on the v1.6 release 2016-04-21 12:29:17 +02:00