This website requires JavaScript.
Explore
Help
Sign In
phynexis-deps
/
pybind11
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b50872acf2486ac684d9186f6e380c5d014204e2
pybind11
/
include
/
pybind
T
History
Wenzel Jakob
b50872acf2
A few breaking changes for consistency just before the 1.0 release
...
1. Renamed PYTHON_* to PYBIND_* everywhere 2. Renamed pybind::array_dtype<> to pybind::array_t<>
2015-10-13 17:46:31 +02:00
..
cast.h
simplified string casters, removed wide char support (inconsistent across platforms, better to use utf8 in any case..)
2015-10-13 03:03:01 +02:00
common.h
A few breaking changes for consistency just before the 1.0 release
2015-10-13 17:46:31 +02:00
complex.h
nicer code separation, cleanup logic, std::function type caster
2015-07-31 04:10:38 +02:00
functional.h
support for overriding virtual functions
2015-10-01 17:13:35 +02:00
numpy.h
A few breaking changes for consistency just before the 1.0 release
2015-10-13 17:46:31 +02:00
operators.h
Fix for radd/rsub/rmul/rdiv operator convenience wrappers
2015-09-11 17:09:47 +02:00
pybind.h
install a cleanup handler for nontrivial lambda closures
2015-10-13 17:46:27 +02:00
pytypes.h
convenience function to create a pybind::handle<> to the python version of a C++ type
2015-10-02 00:42:33 +02:00
stl.h
support for ancient Python versions (2.7.x)
2015-09-04 23:49:23 +02:00
typeid.h
code size reduction
2015-07-28 16:12:29 +02:00