- 07 Jul, 2020 3 commits
-
-
* Error out eval_file * Enable dynamic attribute support for Pypy >= 6 * Add a test for dynamic attribute support * Skip test for eval_file on pypy * Workaround for __qualname__ on PyPy3 * Add a PyPy3.6 7.3.0 build * Only disable in PyPy3 * Fix travis testing * No numpy and scipy for pypy * Enable test on pypy2 * Fix logic in eval_file * Skip a few tests due to bugs in PyPy * scipy wheels are broken. make pypy2 a failrue Co-authored-by: Andreas Kloeckner <inform@tiker.net>
Isuru Fernando committed -
Robert Haschke committed
-
- Fixes #2103
Dustin Spicuzza committed
-
- 30 Jun, 2020 8 commits
-
-
* Adding pybind11::cast overload for rvalue references
Yannick Jadoul committed -
Wenzel Jakob committed
-
Nils Leif Fischer committed
-
pybind11_add_module fails because FindPythonLibsNew.cmake try to link PythonXX.lib, but the first letter "p" should be lowercase.
Takahiro Ishikawa committed -
Guilherme Dantas committed
-
Lin Hsu committed
-
B Krishna Chaitanya committed
-
The PyEval_InitThreads() and PyEval_ThreadsInitialized() functions are now deprecated and will be removed in Python 3.11. Calling PyEval_InitThreads() now does nothing. The GIL is initialized by Py_Initialize() since Python 3.7.
Boris Staletic committed
-
- 29 Jun, 2020 5 commits
-
-
fatvlady committed
-
fatvlady committed
-
fatvlady committed
-
fatvlady committed
-
Closes #2270
Ashley Whetter committed
-
- 18 Jun, 2020 1 commit
-
-
Wenzel Jakob committed
-
- 15 Jun, 2020 1 commit
-
-
methylDragon committed
-
- 10 Jun, 2020 9 commits
-
-
Isuru Fernando committed
-
Sergei Izmailov committed
-
Sergei Izmailov committed
-
Sergei Izmailov committed
-
Sergei Izmailov committed
-
Sergei Izmailov committed
-
* added overload for l-value ref-qualified methods * Added test. Before, the code would have failed to build.
Clemens Sielaff committed -
* (docs) convert note to real note * (docs) Add information about (deep)copy
Matthijs van der Burgh committed -
For rationale, see #2241, eeb10448; there is a second entry point function defined by the PYBIND11_MODULE macro that also needs to be annotated as unused.
Thomas Köppe committed
-
- 08 Jun, 2020 1 commit
-
-
Simeon Ehrig committed
-
- 04 Jun, 2020 2 commits
-
-
This change defines a new, portable macro PYBIND11_MAYBE_UNUSED to mark declarations as unused, and annotates the PYBIND11_MODULE entry point with this attribute. The purpose of this annotation is to facilitate dead code detection, which might otherwise consider the module entry point function dead, since it isn't otherwise used. (It is only used via FFI.)
Thomas Köppe committed -
Andrey Dorozhkin committed
-
- 31 May, 2020 5 commits
-
-
Add warnings about extending STL
Eric Cousineau committed -
Eric Cousineau committed
-
Primarily for the ccmake curses GUI
Eric Cousineau committed -
Andrew J. Hesford committed
-
* Test on Python 3.9 beta * Pin Sphinx * Newer version of PyPy
Henry Schreiner committed
-
- 26 Apr, 2020 5 commits
-
-
This reverts commit 9ed8b440.
Wenzel Jakob committed -
* Add AutoWIG to list of binding generators
Dustin Spicuzza committed -
Nicholas Musolino committed
-
Yannick Jadoul committed
-
Sebastian Koslowski committed
-