pybind11/include/pybind11
Boris Staletic ae2ee2a4a5 Avoid using deprecated API in python 3.9
The PyEval_InitThreads() and PyEval_ThreadsInitialized() functions are
now deprecated and will be removed in Python 3.11. Calling
PyEval_InitThreads() now does nothing. The GIL is initialized by
Py_Initialize() since Python 3.7.
2020-06-30 23:50:23 +02:00
..
detail Avoid using deprecated API in python 3.9 2020-06-30 23:50:23 +02:00
attr.h rename args_kw_only to kwonly 2020-04-26 18:07:51 +02:00
buffer_info.h support for readonly buffers (#863) (#1466) 2019-11-24 08:33:05 +01:00
cast.h Render py::none as None in docstrings 2020-06-29 11:48:44 +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 Fix build with -Wmissing-prototypes (#1954) 2019-10-17 10:43:33 +02: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 Render pybind11::array as numpy.ndarray in docstrings 2020-06-10 13:36:31 +02:00
operators.h operators: Explicitly expose py::hash(py::self) 2020-05-31 07:03:01 +02:00
options.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
pybind11.h Fix docs typo 2020-06-15 23:19:19 +02:00
pytypes.h pytypes.h: fix docs generation (#2220) 2020-05-31 06:59:50 +02:00
stl_bind.h stl_bind: add binding for std::vector::clear (#2074) 2020-01-17 01:16:56 +01:00
stl.h Add additional check to be more compliant with other casters 2020-06-29 21:01:20 +02:00