pybind11/include/pybind11
2016-01-17 22:31:15 +01:00
..
cast.h fully moved __pybind11__ Python attributes to the C++ side, cleanup & documentation pass over the main header file 2016-01-17 22:31:15 +01:00
common.h added a changelog file and version defines 2016-01-17 22:31:15 +01:00
complex.h Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
descr.h Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
functional.h renamed decay -> intrinsic_type (fixes #59) 2016-01-17 22:31:15 +01:00
numpy.h numpy.h: fixed a leak, added some comments to buffer_info 2016-01-17 22:31:15 +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 fixed a terrible bug in def_property_static and switched to the faster PyObject_CallFunctionObjArgs API call 2016-01-17 22:31:15 +01:00
pytypes.h python 3.2 compatiblity (closes #56) 2016-01-17 22:31:15 +01:00
stl.h do more work with classes from pytypes.h (especially for STL container casting) 2016-01-17 22:31:15 +01:00
typeid.h do more work with classes from pytypes.h (especially for STL container casting) 2016-01-17 22:31:15 +01:00