pybind11/docs/advanced
Henry Schreiner 1729aae96f
feat: new FindPython support (#2370)
* feat: FindPython support

* refactor: rename to PYBIND11_FINDPYTHON

* docs: Caps fixes

* feat: NOPYTHON mode

* test: check simple call

* docs: add changelog/upgrade guide

* feat: Support Python3 and Python2

* refactor: Use targets in tests

* fix: support CMake 3.4+

* feat: classic search also finds virtual environments

* docs: some updates from @wjakob's review

* fix: wrong name for QUIET mode variable, reported by @skoslowski

* refactor: cleaner output messaging

* fix: support debug Python's in FindPython mode too

* fixup! refactor: cleaner output messaging

* fix: missing pybind11_FOUND and pybind11_INCLUDE_DIR restored to subdir mode

* fix: nicer reporting of Python / PyPy

* fix: out-of-order variable fix

* docs: minor last-minute cleanup
2020-08-19 12:26:26 -04:00
..
cast ci: GHA basic format & pre-commit (#2309) 2020-07-20 13:35:21 -04:00
pycpp Enable py::ellipsis on Python 2 (#2360) 2020-08-04 14:45:55 +02:00
classes.rst Add and document py::error_already_set::discard_as_unraisable() 2020-08-16 10:05:03 -07:00
embedding.rst feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
exceptions.rst Add and document py::error_already_set::discard_as_unraisable() 2020-08-16 10:05:03 -07:00
functions.rst rename args_kw_only to kwonly 2020-04-26 18:07:51 +02:00
misc.rst ci: GHA basic format & pre-commit (#2309) 2020-07-20 13:35:21 -04:00
smart_ptrs.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00