pybind11/include/pybind11
Sergei Izmailov 5194855900
Render `py::bool_` and `py::float_` without `_` in docstrings (#3622)
* Render `py::bool_` as `bool` in docstrings

* Render `py::float_` as `float` in docstrings
2022-01-16 07:05:46 -08:00
..
detail Add support for nested C++11 exceptions (#3608) 2022-01-14 14:22:47 -05:00
stl fix: avoiding usage of _ if already defined (#3423) 2021-12-21 14:24:21 -05:00
attr.h Fix py::kw_only when used before the first arg of a method (#3488) 2021-11-20 16:01:57 -08:00
buffer_info.h Removing MSVC C4800 from pragma block at the top of pybind11.h (#3141) 2021-07-26 13:26:36 -07:00
cast.h Render `py::bool_` and `py::float_` without `_` in docstrings (#3622) 2022-01-16 07:05:46 -08:00
chrono.h (chore): Remove deprecated c-headers (#3610) 2022-01-11 17:57:59 -05:00
common.h Add a dummy common.h header with a deprecation warning 2017-09-06 15:22:26 +02:00
complex.h fix: avoiding usage of _ if already defined (#3423) 2021-12-21 14:24:21 -05:00
eigen.h fix: avoiding usage of _ if already defined (#3423) 2021-12-21 14:24:21 -05:00
embed.h (chore): Remove deprecated c-headers (#3610) 2022-01-11 17:57:59 -05:00
eval.h ci: support development releases of Python (#3419) 2021-11-17 09:44:19 -05:00
functional.h fix: avoiding usage of _ if already defined (#3423) 2021-12-21 14:24:21 -05:00
gil.h Eliminate duplicate TLS keys for loader_life_support stack (#3275) 2021-09-20 04:57:38 -07:00
iostream.h CodeHealth: Enabling clang-tidy google-explicit-constructor (#3250) 2021-09-08 18:53:38 -07:00
numpy.h fix: avoiding usage of _ if already defined (#3423) 2021-12-21 14:24:21 -05:00
operators.h Cleanup of file-scoped and globally-scoped warning suppression pragmas across pybind11 header files. (#3201) 2021-08-19 11:37:04 -07:00
options.h Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283) 2020-07-08 18:14:41 -04:00
pybind11.h (chore): Remove deprecated c-headers (#3610) 2022-01-11 17:57:59 -05:00
pytypes.h fix: avoiding usage of _ if already defined (#3423) 2021-12-21 14:24:21 -05:00
stl.h fix: avoiding usage of _ if already defined (#3423) 2021-12-21 14:24:21 -05:00
stl_bind.h feat: add `.keys` and `.values` to bind_map (#3310) 2021-10-01 09:24:36 -04:00