- 16 Dec, 2020 2 commits
-
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
- 14 Dec, 2020 1 commit
-
-
Ralf W. Grosse-Kunstleve authored
-
- 08 Dec, 2020 2 commits
-
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
- 05 Dec, 2020 1 commit
-
-
Ralf W. Grosse-Kunstleve authored
-
- 03 Dec, 2020 1 commit
-
-
Ralf W. Grosse-Kunstleve authored
-
- 01 Dec, 2020 1 commit
-
-
Ralf W. Grosse-Kunstleve authored
-
- 28 Nov, 2020 3 commits
-
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
Ralf W. Grosse-Kunstleve authored
-
- 24 Nov, 2020 2 commits
-
-
Yannick Jadoul authored
docs: add warning about FindPython's Development component when libraries don't exist (e.g. on manylinux) (#2689) * Add waring about FindPython's Development component when libraries don't exist (e.g. on manylinux) * Minor wording update (thanks, @henryiii!)
-
James Foster authored
`git submodule add` needs the branch before the repository or else it is ignored. The previous code checked out the `master` branch, not the `stable` branch.
-
- 23 Nov, 2020 3 commits
-
-
Boris Staletic authored
-
albanD authored
-
Tobias Leibner authored
-
- 19 Nov, 2020 2 commits
-
-
Jean-Baptiste Lespiau authored
* List all the pyind11 exceptions. For curious readers, see `translate_exception` and `PYBIND11_RUNTIME_EXCEPTION.
-
nickbridgechess authored
* Added test_thread testing for ostream_redirect segfault recreation * fix: scoped_ostream_redirect str created outside gil * Moved threading tests into test_iostream. Cleaned up some formatting. Deleted test_thread.{cpp,py} * CI: few formatting fixes * CI: yet another formatting fix * CI: more formatting fixes. Removed unecessary comment * Ignore 'warning C4702: unreachable code' in MSVC 2015 Co-authored-by:Nick Bridge <nick.bridge.chess@gmail.com> Co-authored-by:
Nick Bridge <nbridge@jumptrading.com> Co-authored-by:
Yannick Jadoul <yannick.jadoul@belgacom.net>
-
- 16 Nov, 2020 2 commits
-
-
Henry Schreiner authored
-
Bjorn authored
-
- 15 Nov, 2020 2 commits
-
-
Henry Schreiner authored
-
Frank authored
-
- 12 Nov, 2020 2 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
- 11 Nov, 2020 2 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
* feat: lazy compile * refactor: lazy -> only_changed * refactor: leave the changed function up to the user * refactor: pass a function, based on @YannickJadoul and @HDembinski's suggestions * refactor: old -> _old, as it's not intended for users * docs: slight improvmenent from @rwgk * docs: Ccache spelling, extra warning about pip caching Ccache spelling noted by @YannickJadoul
-
- 10 Nov, 2020 1 commit
-
-
Yannick Jadoul authored
* Add argument names to enum_ methods * Add test_enum::test_docstring_signatures
-
- 09 Nov, 2020 1 commit
-
-
Robert Haschke authored
* style: clang-tidy: modernize-use-using * style: more clang-tidy checking Co-authored-by:Henry Schreiner <henryschreineriii@gmail.com>
-
- 05 Nov, 2020 2 commits
-
-
Boris Staletic authored
-
Henry Schreiner authored
* fix: match new extension discovery with changes to classic discovery Followup to #2638 - this was fixed in 2.6.0, but only for classic Python * fix: followup to avoid warnings
-
- 03 Nov, 2020 3 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
Henry Schreiner authored
-
- 02 Nov, 2020 1 commit
-
-
Yannick Jadoul authored
-
- 29 Oct, 2020 4 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
Ralf W. Grosse-Kunstleve authored
* Adding missing virtual destructors, to silence clang -Wnon-virtual-dtor warnings. Tested with clang version 9.0.1-12 under an Ubuntu-like OS. Originally discovered in the Google-internal environment. * adding -Wnon-virtual-dtor for GNU|Intel|Clang
-
Thomas Köppe authored
-
- 27 Oct, 2020 1 commit
-
-
Yannick Jadoul authored
* Add __builtins__ to globals argument of `py::exec` and `py::eval` if not present * Refactor into inline ensure_builtins_in_globals function
-
- 23 Oct, 2020 1 commit
-
-
Henry Schreiner authored
* ci: add more jobs * ci: minor trimdown
-