pybind11/include/pybind11
Dean Moldovan 5fe9908b7a Add and remove some PyPy iterator workarounds
* The definition of `PySequence_Fast` is more restrictive on PyPy, so
  use the slow path instead.
* `PyDict_Next` has been fixed in PyPy -> remove workaround.
2017-02-26 23:57:03 +01:00
..
attr.h Enable static properties (py::metaclass) by default 2017-02-23 15:45:26 +01:00
cast.h Add an ability to avoid forcing rvp::move 2017-02-24 23:19:50 +01:00
chrono.h Simplify redundant code, conform to style suggestions, improve logic 2016-09-28 01:01:44 +10:00
class_support.h Enable static properties (py::metaclass) by default 2017-02-23 15:45:26 +01:00
common.h Make is_template_base_of ignore cv qualification 2017-02-24 23:19:50 +01:00
complex.h Made arithmetic and complex casters respect convert 2017-02-03 20:16:14 -05:00
descr.h std::valarray support for stl.h (#545) 2016-12-08 00:43:29 +01:00
eigen.h Eigen<->numpy referencing support 2017-02-24 23:19:50 +01:00
eval.h WIP: PyPy support (#527) 2016-12-16 15:00:46 +01:00
functional.h Fixed compilation error when binding function accepting some forms of std::function (#689) 2017-02-22 20:00:59 +01:00
numpy.h Change array's writeable exception to a ValueError 2017-02-24 23:19:50 +01:00
operators.h Multiple inheritance support 2016-09-19 13:45:31 +02:00
options.h Provide more control over automatic generation of docstrings (#486) 2016-11-15 12:38:05 +01:00
pybind11.h Add and remove some PyPy iterator workarounds 2017-02-26 23:57:03 +01:00
pytypes.h Add and remove some PyPy iterator workarounds 2017-02-26 23:57:03 +01:00
stl_bind.h Change all_of_t/any_of_t to all_of/any_of, add none_of 2016-12-14 20:42:36 +01:00
stl.h WIP: PyPy support (#527) 2016-12-16 15:00:46 +01:00
typeid.h