| Commit message (Expand) | Author | Age | Files | Lines |
* | FindPython: add support for Python 3.12 | Michael Hirsch | 2022-05-12 | 1 | -1/+1 |
|
|
* | FindPython: Add support for Python 3.11 | Tomáš Hrnčiar | 2021-12-07 | 1 | -1/+1 |
|
|
* | FindPython{Interp,Libs}: Add support for version 3.10 | Miro Hrončok | 2020-11-09 | 1 | -1/+1 |
|
|
* | FindPython: Add support for version 3.9 | Miro Hrončok | 2020-01-14 | 1 | -1/+1 |
|
|
* | Help: Use 'deprecated' template, and date deprecation of modules | Joachim Wuttke (o) | 2018-10-25 | 1 | -2/+2 |
|
|
* | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -42/+43 |
|
|
* | FindPython*: Add missing registry paths | Marc Chevrier | 2018-10-11 | 1 | -0/+44 |
|
|
* | FindPython: Add support for version 3.8 | Marcel Plch | 2018-06-08 | 1 | -1/+1 |
|
|
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 1 | -0/+4 |
|
|
* | FindPythonLibs: Allow find_library to search paths from system environment | Brad King | 2017-10-11 | 1 | -4/+0 |
|
|
* | FindPythonLibs: Prefer libs early in search path regardless of name | Brad King | 2017-10-11 | 1 | -0/+3 |
|
|
* | FindPythonLibs: Tolerate call with PYTHON_LIBRARY already a list | Francois Budin | 2016-12-15 | 1 | -6/+13 |
|
|
* | FindPythonLibs: Tolerate a non-absolute PYTHON_EXECUTABLE | Brad King | 2016-11-28 | 1 | -4/+4 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | FindPython{Interp,Libs}: Add version 3.7 | Yen Chi Hsuan | 2016-09-14 | 1 | -1/+1 |
|
|
* | FindPython{Interp,Libs}: Clarify recommended call order | Brad King | 2016-03-07 | 1 | -3/+4 |
|
|
* | FindPythonLibs: unset temporary _PREFIX variable | David Gobbi | 2015-09-17 | 1 | -11/+14 |
|
|
* | FindPythonLibs: Use python executable prefix as a hint | David Gobbi | 2015-09-17 | 1 | -0/+21 |
|
|
* | FindPythonLibs: Match include dir to library version | David Gobbi | 2015-09-17 | 1 | -19/+36 |
|
|
* | FindPythonLibs: Fix OS X framework include directory search path | David Gobbi | 2015-09-16 | 1 | -1/+1 |
|
|
* | FindPythonLibs: Remove PYTHON_INCLUDE_PATH as input | David Gobbi | 2015-09-16 | 1 | -7/+0 |
|
|
* | FindPython{Interp,Libs}: Add versions 3.5 and 3.6 | David Gobbi | 2015-09-16 | 1 | -1/+1 |
|
|
* | FindPythonLibs: Find the python.org libraries (#14809) | Matt McCormick | 2015-07-06 | 1 | -7/+32 |
|
|
* | Merge topic 'different-python-header-libs-exe-0013794' | Brad King | 2014-03-14 | 1 | -0/+4 |
|\ |
|
| * | FindPython*: Document suggested find_package order (#13794) | Matt McCormick | 2014-03-14 | 1 | -0/+4 |
|
|
* | | Merge topic 'python-3.4' | Brad King | 2014-03-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | FindPython{Interp,Libs}: Search for Python 3.4. | Matt McCormick | 2014-03-06 | 1 | -1/+1 |
|
|
* | | FindPythonLibs: Do not try to find the interpreter (#13794) | Brad King | 2014-03-05 | 1 | -1/+0 |
|
|
* | | FindPythonLibs: Find consistent Python interp, headers, libs (#13794) | Matt McCormick | 2014-03-03 | 1 | -4/+9 |
|/ |
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -16/+29 |
|
|
* | FindPython*: simplify version selection | Rolf Eike Beer | 2013-08-31 | 1 | -6/+4 |
|
|
* | Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include() | Rolf Eike Beer | 2012-11-04 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -25/+25 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -119/+119 |
|
|
* | FindPythonLibs: honor EXACT version specification (#13216) | Rolf Eike Beer | 2012-06-05 | 1 | -2/+8 |
|
|
* | FindPythonLibs: Document cache variables (#13240) | Zack Galbreath | 2012-05-22 | 1 | -0/+5 |
|
|
* | Search for other ABIFLAGS builds of Python | Ben Boeckel | 2012-03-27 | 1 | -1/+9 |
|
|
* | Don't put legacy variables back into the cache | Ben Boeckel | 2012-03-27 | 1 | -3/+2 |
|
|
* | FindPythonLibs: stop scanning when libraries are found | Rolf Eike Beer | 2012-02-23 | 1 | -0/+4 |
|
|
* | FindPythonLibs: put debug libraries into PYTHON_LIBRARIES | Rolf Eike Beer | 2012-02-23 | 1 | -3/+11 |
|
|
* | FindPythonLibs: get the exact version of the found library (#3080) | Rolf Eike Beer | 2012-02-22 | 1 | -2/+12 |
|
|
* | FindPythonLibs: make the version selection work as for PythonInterp | Rolf Eike Beer | 2012-02-22 | 1 | -2/+33 |
|
|
* | FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as input | Rolf Eike Beer | 2012-02-22 | 1 | -1/+4 |
|
|
* | FindPythonLibs: Search for single-user installs on Windows | Christian Andersson | 2012-01-10 | 1 | -1/+6 |
|
|
* | Modules: Include builtin FindPackageHandleStandardArgs directly | Brad King | 2011-01-20 | 1 | -1/+1 |
|
|
* | Merge topic 'python-modules-header' | Brad King | 2011-01-19 | 1 | -0/+1 |
|\ |
|
| * | Bug #11715 - generate header in the build tree. | Marcus D. Hanwell | 2011-01-17 | 1 | -0/+1 |
|
|
* | | Merge branch 'policy-CMP0017' into resolve/python-versions/policy-CMP0017 | Brad King | 2011-01-11 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
|
|
* | | Python additional version support, bug #10279. | Marcus D. Hanwell | 2011-01-10 | 1 | -14/+20 |
|/ |
|