- 12 Jul, 2021 1 commit
-
-
Ralf W. Grosse-Kunstleve authored
* Adding iostream.h thread-safety documentation. * Restoring `TestThread` code with added `std::lock_guard<std::mutex>`. * Updating new comments to reflect new information. * Fixing up `git rebase -X theirs` accidents.
-
- 10 Jul, 2021 1 commit
-
-
Jan Iwaszkiewicz authored
* py::pickle typo * correct dots and parentheses
-
- 04 Jul, 2021 1 commit
-
-
luzpaz authored
Found via `codespell -q 3 -L nd,ot,thist`
-
- 02 Jul, 2021 1 commit
-
-
Antony Lee authored
-
- 17 Jun, 2021 2 commits
-
-
Aaron Gokaslan authored
-
Aaron Gokaslan authored
-
- 27 May, 2021 1 commit
-
-
Yichen authored
* Set visibility of exceptions to default. Co-authored-by:XZiar <czktc2007@gmail.com> * add test * update docs * Skip failed test.
-
- 06 May, 2021 1 commit
-
-
Eric Cousineau authored
test_call_policies: Explicitly check free-functions and static methods
-
- 15 Apr, 2021 1 commit
-
-
Henry Schreiner authored
-
- 02 Apr, 2021 1 commit
-
-
JYX authored
-
- 25 Feb, 2021 1 commit
-
-
Tom de Geus authored
-
- 20 Feb, 2021 1 commit
-
-
jakobjw authored
-
- 29 Jan, 2021 1 commit
-
-
Ralf W. Grosse-Kunstleve authored
* Changing pybind11::str to exclusively hold PyUnicodeObject
-
- 28 Jan, 2021 1 commit
-
-
Yannick Jadoul authored
-
- 27 Jan, 2021 2 commits
-
-
Henry Fredrick Schreiner authored
-
Henry Schreiner authored
-
- 25 Jan, 2021 1 commit
-
-
Henry Schreiner authored
* docs: prepare for 2.6.2 * chore: pre-commit autoupdate
-
- 21 Jan, 2021 1 commit
-
-
Henry Schreiner authored
-
- 17 Jan, 2021 1 commit
-
-
Henry Schreiner authored
* docs: update build description slightly * docs: missing ticks
-
- 14 Jan, 2021 2 commits
-
-
Yannick Jadoul authored
docs: the order of alternatives for variant types matters, and follows the same rules as overload resolution (#2784)
-
Andy Maloney authored
-
- 29 Dec, 2020 1 commit
-
-
Henry Schreiner authored
-
- 24 Dec, 2020 1 commit
-
-
Steve Siano authored
* docs: mention PYTHONPATH in installing.rst When pybind11 is included as a submodule, the user needs to update their Python module search path. Otherwise, the first c++ compilation command in docs/basics.rst will fail. * docs: add a note about compiling the example This note shows how to modify the compilation command for the example when the pybind11 source has been included as a Git submodule. * docs: add a note about compiling the example Added an internal link to the docs * docs: updated a note about compiling the example Also updated the command substitution syntax for consistency
-
- 22 Dec, 2020 2 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
- 08 Dec, 2020 1 commit
-
-
Antony Lee authored
This is nice enough to be mentioned explicitly in the docs.
-
- 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.
-
- 19 Nov, 2020 1 commit
-
-
Jean-Baptiste Lespiau authored
* List all the pyind11 exceptions. For curious readers, see `translate_exception` and `PYBIND11_RUNTIME_EXCEPTION.
-
- 16 Nov, 2020 2 commits
-
-
Henry Schreiner authored
-
Bjorn 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
-
- 21 Oct, 2020 3 commits
-
-
Wink Saville authored
Replaced adviced with advised.
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 20 Oct, 2020 1 commit
-
-
Mana Borwornpadungkitti authored
* demo kwarg with none(false) * Reorder and extend tests for arg::none(false) in test_methods_and_attributes.py::test_accepts_none * Fix arg::none() for keyword arguments * Add changelog note * Fix names of no_none_kw test functions Co-authored-by:Yannick Jadoul <yannick.jadoul@belgacom.net>
-
- 18 Oct, 2020 1 commit
-
-
Henry Schreiner authored
* fix: chapters in PDF again * fix: sections in README
-