1561 Commits (array-sequence-fix)
 

Author SHA1 Message Date
Wenzel Jakob 619fb23056 std::array<> caster: support arbitrary sequences 7 years ago
Michał Wawrzyniec Urbańczyk 978d439e92 Add PYBIND11_ prefix to the THROW macro to prevent name collisions. (#1578) 7 years ago
Josh Kelley 741576dd11 Update documentation for initialize_interpreter (#1584) 7 years ago
Rune Paamand 06d021b6e4 Issue #1532: Incompatible config options, /MP vs /Gm for MSVC in DEBUG (#1533) 7 years ago
Wenzel Jakob c9b8933e9a flake8 fix 7 years ago
Tarcísio Fischer 54eb8193e5 Fix scoped enums comparison for equal/not equal cases (#1339) (#1571) 7 years ago
Ryota Suzuki 1377fbf73c Fix unintentional escaping of character on Windows (#1574) (#1575) 7 years ago
cdyson37 111b25b260 Mention flake8 and check-style.sh in CONTRIBUTING (#1567) 7 years ago
Allan Leal e76dff7751 Fix for Issue #1258 (#1298) 7 years ago
Henry Schreiner 0f404a5d4d Allow recursive checkout without https (#1563) 7 years ago
Jason Rhinelander 177713fa4e Fix gcc-8 compilation warning 7 years ago
Rune Paamand 73634b6db7 Update iostream.h: Changed a local varname 'self' to 'self_' (#1535) 7 years ago
oremanj e7761e3383 Fix potential crash when calling an overloaded function (#1327) 7 years ago
Davis E. King 9343e68b46 Fix cmake scripts so projects using CUDA .cu files build correctly. (#1441) 7 years ago
Wenzel Jakob c8e9f3ccad quench __setstate__ warnings (fixes #1522) 7 years ago
Semen Yesylevskyy ef13fb2e1c Info about inconsistent detection of Python version between pybind11 … (#1093) 7 years ago
Wenzel Jakob f4245181ae enum_: move most functionality to a non-template implementation 7 years ago
Wenzel Jakob b4b2292488 relax operator[] for tuples, lists, and sequences 7 years ago
Wenzel Jakob 067100201f object_api: support the number protocol 7 years ago
Krzysztof Fornalczyk 5c8746ff13 check for already existing enum value added; added test (#1453) 7 years ago
Wenzel Jakob 35c82c7250 changelog for version 2.2.4 & features targeted for 2.3.0 7 years ago
Jeff VanOss 01839dce8d remove duplicate feature from list (#1476) 7 years ago
Wenzel Jakob 44e39e0de7
fix regression reported by @cyfdecyf in #1454 (#1517) 7 years ago
Michael Goulding 77374a7e5f VS 15.8.0 Preview 4.0 has a bug with alias templates (#1462) 7 years ago
Axel Huebl 435dbdd114 add_module: allow include as SYSTEM (#1416) 7 years ago
Axel Huebl 3a94561c4d Debug Builds: -DPy_DEBUG (#1438) 7 years ago
Wenzel Jakob e0f3a766e9
Fixed flake8 error in test_iostream.py 7 years ago
Justin Bassett 2cbafb057f fix detail::pythonbuf::overflow()'s return value to return not_eof(c) (#1479) 7 years ago
Henry Schreiner 3789b4f9fd Update C++ macros for C++17 and MSVC Z mode (#1347) 7 years ago
Matthias Geier 7bb1da969a fix copy-paste error: non-const -> const 7 years ago
Wenzel Jakob 885b5b905a Eigen test suite: don't create a np.matrix 7 years ago
Wenzel Jakob d4b37a284a added py::ellipsis() method for slicing of multidimensional NumPy arrays 7 years ago
Jason Rhinelander f7bc18f528 Fix compatibility with catch v2 7 years ago
Wenzel Jakob cbd16a8247
stl.h: propagate return value policies to type-specific casters (#1455) 7 years ago
Yannick Jadoul b4719a60d3 Switching deprecated Thread Local Storage (TLS) usage in Python 3.7 to Thread Specific Storage (TSS) (#1454) 7 years ago
Boris Dalstein b30734ee9f Fix typo in doc: build-in -> built-in 7 years ago
Dennis Luxen 221fb1e11e Untangle cast logic to not implicitly require castability (#1442) 7 years ago
Thomas Hrabe 534b756cb3 Minor documentation clarification in numpy.rst (#1356) 7 years ago
Antony Lee baf6b99004 Silence GCC8's -Wcast-function-type. (#1396) 7 years ago
Axel Huebl 97b20e537a CMake: Remember Python Version (#1434) 7 years ago
Khachajantc Michael e3cb2a674a Use std::addressof to obtain holder address instead of operator& 7 years ago
Maciek Starzyk 9b02856293 Update PyPI URLs 7 years ago
Axel Huebl 4b84bad7ef Fix Travis GCC 7 Python 3.6.6 (#1436) 7 years ago
Antony Lee 58e551cc73 Properly report exceptions thrown during module initialization. 7 years ago
Antony Lee 55dc131944 Clarify docs for functions taking bytes and not str. 7 years ago
Jason Rhinelander e763f04689 Base class destructor should be virtual 7 years ago
François Becker ce9d6e2c0d Fixed typo in classes.rst (#1388) 7 years ago
Naotoshi Seo 5ef1af138d Fix SEGV to create empty shaped numpy array (#1371) 7 years ago
luzpaz 4b874616b2 Misc. typos (#1384) 7 years ago
Tom de Geus a7ff616dfb Simplified example allowing more robust usage, fixed minor spelling issues 7 years ago