pybind11/include/pybind11
Jason Rhinelander 657a51e889 Remove unnecessary detail::
This function already has a `using namespace detail`, so all the
`detail::` qualifications are not needed.
2018-01-12 12:06:46 -04:00
..
detail Use stricter brace initialization 2018-01-12 09:29:57 -04:00
attr.h Reduce binary size overhead of new-style constructors 2017-08-28 16:08:53 +02:00
buffer_info.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
cast.h Fix premature destruction of args/kwargs arguments 2017-12-23 16:42:22 -04:00
chrono.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04: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 Silence new MSVC C++17 deprecation warnings 2017-12-23 09:00:45 -04:00
embed.h Fix segfault when reloading interpreter with external modules (#1092) 2018-01-11 19:46:10 -04:00
eval.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
functional.h Simplify function signature annotation and parsing 2017-09-16 12:02:49 +02:00
iostream.h Utility for redirecting C++ streams to Python (#1009) 2017-08-25 02:12:43 +02:00
numpy.h Make register_dtype() accept any field containers (#1225) 2017-12-27 11:00:27 -04: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 Remove unnecessary detail:: 2018-01-12 12:06:46 -04:00
pytypes.h Add -Wdeprecated to test suite and fix associated warnings (#1191) 2017-11-22 17:37:41 -04:00
stl_bind.h fix return from std::map bindings to __delitem__ (#1229) 2018-01-11 19:43:37 -04:00
stl.h Make it possible to generate constexpr signatures in C++11 mode 2017-09-16 12:02:49 +02:00