pybind11/include/pybind11
Jason Rhinelander a582d6c7ff Build /permissive- under VS2017
Building with the (VS2017) /permissive- flag puts the compiler into
stricter standards-compliant mode.  It shouldn't cause the compiler to
work differently--it just disallows some non-conforming code--so should
be perfectly fine for the test suite under all VS2017 builds.

This commit also fixes one failure under non-permissive mode.
2017-10-22 13:33:58 -03:00
..
detail Add informative compilation failure for method_adaptor failures 2017-10-12 09:45:07 -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 Build /permissive- under VS2017 2017-10-22 13:33:58 -03: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 Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
eigen.h Fix 2D Nx1/1xN inputs to eigen dense vector args 2017-10-12 09:45:55 -04:00
embed.h Make PYBIND11_MODULE name usable with define (#1082) 2017-09-13 19:02:53 +02: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 Fix dtype string leak 2017-09-19 23:16:45 -03: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 Add informative compilation failure for method_adaptor failures 2017-10-12 09:45:07 -04:00
pytypes.h Fix implicit conversion of accessors to types derived from py::object 2017-09-11 10:09:32 +02:00
stl_bind.h Update enum_ and bind_vector to new-style init and pickle 2017-08-31 01:28:07 +02:00
stl.h Make it possible to generate constexpr signatures in C++11 mode 2017-09-16 12:02:49 +02:00