pybind11/include/pybind11
Tomasz Miąsko c83e062263 Create an empty python tuple in pybind::tuple default constructor.
Follow the same semantics as constructors of dict, list, and set by
creating valid Python object in default constructor of a tuple class.
2015-12-27 09:05:25 +01:00
..
cast.h considerable simplifications to the Python type casters 2015-12-16 12:17:46 +01:00
common.h improved error handling at module import time 2015-12-26 14:04:52 +01:00
complex.h consistent macro naming throughout the project 2015-10-18 16:48:30 +02:00
functional.h functional.h: support more kinds of Python functions 2015-11-16 18:39:43 +01:00
numpy.h considerable simplifications to the Python type casters 2015-12-16 12:17:46 +01:00
operators.h work around weird macro substitution issue on GCC (fixes issue #7) 2015-10-22 21:38:32 +02:00
pybind11.h improved error handling at module import time 2015-12-26 14:04:52 +01:00
pytypes.h Create an empty python tuple in pybind::tuple default constructor. 2015-12-27 09:05:25 +01:00
stl.h stl.h fix for std::map (see PR #43) 2015-12-26 13:37:59 +01:00
typeid.h last breaking change: be consistent about the project name 2015-10-15 18:23:56 +02:00