pybind11/include/pybind11
Pauli Virtanen c9d32a81f4 numpy: fix refcount leak to dtype singleton (#1860)
PyArray_DescrFromType returns a new reference, not borrowed one
2019-07-27 11:35:32 +02:00
..
detail Add support for __await__, __aiter__, and __anext__ protocols (#1842) 2019-07-18 09:02:35 +02:00
attr.h type_record: Uninit Member (#1658) 2019-06-10 22:02:40 +02:00
buffer_info.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
cast.h Allow Windows.h min/max to coexist with pybind11 (#1847) 2019-07-18 09:01:50 +02:00
chrono.h Added ability to convert from datetime.date to system_clock::time_point (#1848) 2019-07-19 11:28:48 +02:00
common.h Add a dummy common.h header with a deprecation warning 2017-09-06 15:22:26 +02:00
complex.h Add -Wdeprecated to test suite and fix associated warnings (#1191) 2017-11-22 17:37:41 -04:00
eigen.h stl.h: propagate return value policies to type-specific casters (#1455) 2018-07-17 16:56:26 +02:00
embed.h Update documentation for initialize_interpreter (#1584) 2018-11-01 02:10:11 +01:00
eval.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
functional.h Replace a usage of C++14 language features with C++11 code (#1833) 2019-07-10 10:13:56 +02:00
iostream.h quiet clang warning by adding default move ctor (#1821) 2019-07-15 16:16:14 +02:00
numpy.h numpy: fix refcount leak to dtype singleton (#1860) 2019-07-27 11:35:32 +02:00
operators.h Access C++ hash functions from Python and vice versa (#1034) 2017-08-30 14:22:00 +02:00
options.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
pybind11.h Allow Windows.h min/max to coexist with pybind11 (#1847) 2019-07-18 09:01:50 +02:00
pytypes.h add signed overload for py::slice::compute 2019-06-11 23:28:58 +02:00
stl_bind.h Support more natural syntax for vector extend 2019-06-11 23:28:58 +02:00
stl.h Adds type_caster support for std::deque. (#1609) 2018-11-16 06:45:19 +01:00