pybind11/include/pybind11
Jason Rhinelander 4e1e4a580e Allow py::arg().none(false) argument attribute
This attribute lets you disable (or explicitly enable) passing None to
an argument that otherwise would allow it by accepting
a value by raw pointer or shared_ptr.
2017-05-24 13:10:57 -04:00
..
attr.h Allow py::arg().none(false) argument attribute 2017-05-24 13:10:57 -04:00
buffer_info.h Now shape, size, ndims and itemsize are also signed integers. 2017-05-08 01:50:21 +02:00
cast.h Allow py::arg().none(false) argument attribute 2017-05-24 13:10:57 -04:00
chrono.h Fix for floating point durations 2017-03-11 23:04:16 -04:00
class_support.h Style cleanup of javadoc-style comments 2017-05-22 12:06:16 -04:00
common.h Allow std::complex field with PYBIND11_NUMPY_DTYPE (#831) 2017-05-10 11:36:24 +02:00
complex.h Allow std::complex field with PYBIND11_NUMPY_DTYPE (#831) 2017-05-10 11:36:24 +02:00
descr.h Fix gcc 7 warning 2017-05-10 10:42:23 -04:00
eigen.h Add movable cast support to type casters 2017-05-24 13:09:31 -04:00
eval.h Add py::exec() as a shortcut for py::eval<py::eval_statements>() 2017-05-08 20:46:16 +02:00
functional.h Defer None loading to second pass 2017-05-10 10:44:19 -04:00
numpy.h Style cleanup of javadoc-style comments 2017-05-22 12:06:16 -04:00
operators.h Define both __div__ and __truediv__ for Python 2 2017-05-21 19:15:25 -04:00
options.h Provide more control over automatic generation of docstrings (#486) 2016-11-15 12:38:05 +01:00
pybind11.h Allow py::arg().none(false) argument attribute 2017-05-24 13:10:57 -04:00
pytypes.h Fix Py_buffer leak on GetBuffer failure 2017-05-16 09:38:58 -04:00
stl_bind.h Now shape, size, ndims and itemsize are also signed integers. 2017-05-08 01:50:21 +02:00
stl.h Add movable cast support to type casters 2017-05-24 13:09:31 -04:00
typeid.h minor cleanups in common.h; updated author info and copyright year 2016-04-18 10:53:38 +02:00