- 16 Oct, 2020 4 commits
-
-
Henry Schreiner committed
-
Henry Schreiner committed
-
* Demonstrate test_factory_constructors.py failure without functional changes from #2335 * Revert "Demonstrate test_factory_constructors.py failure without functional changes from #2335" This reverts commit ca33a8021fc2a3617c3356b188796528f4594419. * Fix test crash where registered Python type gets garbage collected * Clean up some more internal structures when class objects go out of scope * Reduce length of std::erase_if-in-C++20 comment * Clean up code for cleaning up type internals * Move cleaning up of type info in internals to tp_dealloc on pybind11_metaclass
Yannick Jadoul committed -
* style: use Black everywhere * style: minor touchup from review
Henry Schreiner committed
-
- 15 Oct, 2020 9 commits
-
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
- 14 Oct, 2020 5 commits
-
-
Henry Schreiner committed
-
* Check if valgrind-detected after-freeing access of PyMethodDef causes macOS Python 3.9 segfaults * fix: only apply leak on 3.9.0 * fix: faster check * fix: better naming thanks to @bstaletic Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
Yannick Jadoul committed -
* feat: basic typing support * docs: mention syncing as suggested by @rwgk * docs: update changelog * docs: copy of warning in limitations
Henry Schreiner committed -
* fix: ipo should be off for debug or relwithdebinfo Closes #2587 * docs: slightly more detailed about IPO * Update pybind11Common.cmake
Henry Schreiner committed -
Valentin Boettcher committed
-
- 13 Oct, 2020 8 commits
-
-
Henry Schreiner committed
-
Fix minor bug in `_add_lflags` that allows a flag to be added more than once.
Jay Soffian committed -
* docs: some final 2.6.0 updates * docs: better warning text
Henry Schreiner committed -
Henry Schreiner committed
-
Closes #2571; this is defined to share, and unlike DATADIR, is not sometimes overwritten incorrectly for storing CMake files.
Henry Schreiner committed -
Henry Schreiner committed
-
* Throw error_already_set in py::len on failing PyObject_Length * Fix tests to mach error message on PyPy
Yannick Jadoul committed -
Henry Schreiner committed
-
- 12 Oct, 2020 5 commits
-
-
Shorten PYBIND11_EMBEDDED_MODULE macro implementation by using PYBIND11_CATCH_INIT_EXCEPTIONS (#2579)
Yannick Jadoul committed -
Henry Schreiner committed
-
* fix: Intel 18+ fully supported * fix: Intel compiler workaround no longer needed Followup on #94 now that Intel 18+ is required.
Henry Schreiner committed -
Henry Schreiner committed
-
Henry Schreiner committed
-
- 11 Oct, 2020 1 commit
-
-
Henry Schreiner committed
-
- 09 Oct, 2020 8 commits
-
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
Henry Schreiner committed
-
* add support for LLVM compiler * Update include/pybind11/pybind11.h __forced_unwind libc++ vs libstdc++ Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
Ahmed Sobhy committed -
* Update PGI to 20.9 Update PGI to 20.9 * Update ci.yml * Update ci.yml * Update README.rst * Update ci.yml Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
andriish committed -
* docs: FAQ CMake updates * docs: limitations * ci: don't over label * docs: update CHANGELOG, add a bit more structure * ci: label PRs with more labels, and sooner * docs: updates from @rwgk * docs: address @YannickJadoul's points
Henry Schreiner committed
-