- 10 Jun, 2019 11 commits
-
-
* Adds section to the reference. * Adds section to advanced classes page describing how to use `get_overload`.
Ivor Wanders committed -
Manuel Schneider committed
-
Fix an uninitialized member in `type_record`. Found with coverity in a downstream project.
Axel Huebl committed -
* #1208 Bugfix thread kill wihile running pybind11 module * #1208 Bugfix missing space after catch
Jörg Kreuzberger committed -
* Always capitalize Eigen * Fix spelling
Darius Arnold committed -
luzpaz committed
-
I think this particular method binding should not be done with `PYBIND11_OVERLOAD_PURE` but instead `PYBIND11_OVERLOAD`.
Omar Awile committed -
Bazel has a "strict" build model that requires all C++ header files be compilable on their own, and thus must explicitly #include all headers they require (even if de facto header inclusion order means they'd get them "for free"). This adds a couple of headers that are needed (but missing) by this model.
Steven Johnson committed -
* doc: Add note about casting from `None` to `T*` * doc: reword 'none-to-pointer' note message * doc: mention opaque types in 'none-to-pointer' note message
Sergei Izmailov committed -
* Added __contains__ to stl bindings for maps
Blake Thompson committed -
* Added note regarding make install
nstelzen committed
-
- 12 May, 2019 3 commits
-
-
* Fixing order of arguments in call to PyErr_GivenExceptionMatches in pybind11::error_already_set.matches * Added tests on error_already_set::matches fix for exception base classes
Yannick Jadoul committed -
Since the module is named FindPythonLibsNew, PythonLibsNew_FOUND should be set appropriately.
Jamie Snape committed -
Boris Staletic committed
-
- 03 May, 2019 1 commit
-
-
martinRenou committed
-
- 07 Apr, 2019 2 commits
-
-
Henry Schreiner committed
-
Henry Schreiner committed
-
- 06 Apr, 2019 1 commit
-
-
* Fix warning that not including a cmake source or build dir will be a fatal error (it is now on newest CMakes) * Fixes appveyor * Travis uses CMake 3.9 for more than a year now * Travis dropped sudo: false in December * Dropping Sphinx 2 - clang7: Suppress self-assign warnings; fix missing virtual dtors - pypy: - Keep old version (newer stuff breaks) - Pin packages to extra index for speed - travis: - Make docker explicit; remove docker if not needed - Make commands more verbose (for debugging / repro) - Make Ubuntu dist explicit per job - Fix Windows - Add names to travisHenry Schreiner committed
-
- 04 Feb, 2019 5 commits
-
-
Wenzel Jakob committed
-
Wenzel Jakob committed
-
Wenzel Jakob committed
-
Guilhem Saurel committed
-
- 03 Jan, 2019 3 commits
-
-
Yannick Jadoul committed
-
Boris Staletic committed
-
Boris Staletic committed
-
- 01 Dec, 2018 1 commit
-
-
This avoids GIL deadlocking when pybind11 tries to acquire the GIL in a thread that already acquired it using standard Python API (e.g. when running from a Python thread).
Borja Zarco committed
-
- 20 Nov, 2018 1 commit
-
-
Baljak committed
-
- 16 Nov, 2018 2 commits
-
-
[ci skip]
Wenzel Jakob committed -
* Adds std::deque to the types supported by list_caster in stl.h. * Adds a new test_deque test in test_stl.{py,cpp}. * Updates the documentation to include std::deque as a default supported type.voxmea committed
-
- 13 Nov, 2018 1 commit
-
-
* Add possible solution to ImportError issue
Ahuva Kroizer committed
-
- 11 Nov, 2018 3 commits
-
-
Karl Haubenwallner committed
-
* Check default holder -Recognize "std::unique_ptr<T, D>" as a default holder even if "D" doesn't match between base and derived holders * Add test for unique_ptr<T, D> change
Trevor Laughlin committed -
Pybind11 provides a cast operator between opaque void* pointers on the C++ side and capsules on the Python side. The py::cast<void *> expression was not aware of this possibility and incorrectly triggered a compile-time assertion ("Unable to cast type to reference: value is local to type caster") that is now fixed.Wenzel Jakob committed
-
- 09 Nov, 2018 3 commits
-
-
* Support C++17 aligned new statement This patch makes pybind11 aware of nonstandard alignment requirements in bound types and passes on this information to C++17 aligned 'new' operator. Pre-C++17, the behavior is unchanged.
Wenzel Jakob committed -
Wenzel Jakob committed
-
This PR brings the std::array<> caster in sync with the other STL type casters: to accept an arbitrary sequence as input (rather than a list, which is too restrictive).
Wenzel Jakob committed
-
- 03 Nov, 2018 1 commit
-
-
Michał Wawrzyniec Urbańczyk committed
-
- 01 Nov, 2018 1 commit
-
-
Add a detailed link to Python 3 documentation. Add a caveat about the program terminating if initializing the interpreter fails.
Josh Kelley committed
-
- 24 Oct, 2018 1 commit
-
-
* Issue #1532: Incompatible config options, /MP vs /Gm for MSVC in DEBUG
Rune Paamand committed
-