- 31 Jul, 2020 1 commit
-
-
Henry Schreiner authored
fix: include PYTHON_IS_DEBUG
-
- 26 Apr, 2020 1 commit
-
-
Axel Huebl authored
This variable is a CMake community standard to set the C++ standard of a build. Document it in favor of the previous variable, which stays as a legacy flag for existing projects. https://cmake.org/cmake/help/v3.17/variable/CMAKE_CXX_STANDARD.html
-
- 11 Jun, 2019 1 commit
-
-
Lori A. Burns authored
-
- 16 Jul, 2017 1 commit
-
-
Jason Rhinelander authored
Currently select_cxx_standard(), which sets PYBIND11_CPP_STANDARD when not externally set, is only called from pybind11_add_module(), but the embed target setup (which runs unconditionally) makes use of ${PYBIND11_CPP_STANDARD}, which isn't set yet. This commit removes the `select_cxx_standard` function completely and just always runs the standard detection code. This also tweaks the detection code to not bothering checking for the `-std=c++11` flag when the `-std=c++14` detection succeeded.
-
- 28 May, 2017 1 commit
-
-
Dean Moldovan authored
All targets provided by pybind11: * pybind11::module - the existing target for creating extension modules * pybind11::embed - new target for embedding the interpreter * pybind11::pybind11 - common "base" target (headers only)
-
- 13 Jan, 2017 1 commit
-
-
Lori A. Burns authored
-
- 19 Dec, 2016 1 commit
-
-
Dean Moldovan authored
Makes room for an eventual pybind11::embedded target.
-
- 13 Dec, 2016 1 commit
-
-
Lori A. Burns authored
-