pybind11/tests/test_cmake_build
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
..
installed_embed feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
installed_function feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
installed_target feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
subdirectory_embed feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
subdirectory_function feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
subdirectory_target feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
CMakeLists.txt feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
embed.cpp Add C++ interface for the Python interpreter 2017-05-28 02:12:24 +02:00
main.cpp Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00
test.py ci: GHA basic format & pre-commit (#2309) 2020-07-20 13:35:21 -04:00