summaryrefslogtreecommitdiff
path: root/Modules/FindPythonInterp.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindPython{Interp,Libs}: Add policy to remove these modulesBrad King2023-03-301-0/+13
* FindPython: add support for Python 3.12Michael Hirsch2022-05-121-1/+1
* FindPython: Add support for Python 3.11Tomáš Hrnčiar2021-12-071-1/+1
* FindPython{Interp,Libs}: Add support for version 3.10Miro Hrončok2020-11-091-1/+1
* FindPython: Add support for version 3.9Miro Hrončok2020-01-141-1/+1
* FindPythonInterp: Document lack of version filtering for plain `python`Brad King2019-07-301-0/+9
* FindPythonInterp: Do not assume any version if test script failsMarc Chevrier2019-01-221-7/+7
* Help: Use 'deprecated' template, and date deprecation of modulesJoachim Wuttke (o)2018-10-251-2/+2
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-38/+39
* FindPython: Add support for version 3.8Marcel Plch2018-06-081-1/+1
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+4
* FindPythonInterp: support single-user installs on WindowsWerner Palfinger2018-01-191-0/+3
* FindPythonInterp: Add `-32` and `-64` registry entry variantsRobert Dailey2017-04-101-2/+5
* Find*.cmake: drop the comments before including FPHSARolf Eike Beer2016-11-281-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-15/+3
* FindPython{Interp,Libs}: Add version 3.7Yen Chi Hsuan2016-09-141-1/+1
* FindPython{Interp,Libs}: Clarify recommended call orderBrad King2016-03-071-3/+4
* FindPython{Interp,Libs}: Add versions 3.5 and 3.6David Gobbi2015-09-161-1/+1
* FindPythonInterp: fix version component variables for Python 1.4 (#15275)Rolf Eike Beer2014-12-021-2/+2
* Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-141-2/+2
* Merge topic 'different-python-header-libs-exe-0013794'Brad King2014-03-141-9/+18
|\
| * FindPython*: Document suggested find_package order (#13794)Matt McCormick2014-03-141-0/+4
| * FindPythonInterp: Use consistent version with PythonLibs (#13794)Matt McCormick2014-03-141-9/+14
* | FindPython{Interp,Libs}: Search for Python 3.4.Matt McCormick2014-03-061-1/+1
|/
* python: remove debug statements from FindPythonInterp.cmake.Clinton Stimpson2013-10-241-2/+0
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-12/+26
* FindPython*: simplify version selectionRolf Eike Beer2013-08-311-8/+10
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-6/+6
* Merge topic 'findpythoninterp-version-detection'David Cole2012-03-021-16/+35
|\
| * FindPythonInterp: rework the version detectionRolf Eike Beer2012-02-271-16/+35
* | FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as inputRolf Eike Beer2012-02-221-1/+3
|/
* FindPythonInterp: try harder to get a version numberRolf Eike Beer2012-01-271-2/+15
* FindPythonInterp: fix version parsingRolf Eike Beer2012-01-191-5/+9
* FindPythonInterp: make version selectableRolf Eike Beer2012-01-181-2/+39
* Use FIND_PACKAGE_HANDLE_STANDARD_ARGS second modeBjörn Ricks2011-08-231-1/+1
* Update documentation of FindPythonInterp.cmakeBjörn Ricks2011-08-231-3/+10
* Determine python versionBjörn Ricks2011-08-231-0/+7
* Search for the installed python interpreter firstBjörn Ricks2011-08-231-12/+13
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Merge branch 'policy-CMP0017' into resolve/python-versions/policy-CMP0017Brad King2011-01-111-1/+1
|\
| * Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* | Python additional version support, bug #10279.Marcus D. Hanwell2011-01-101-19/+27
|/
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* FindPythonInterp: Look for python2.7 interpreterBrad King2010-09-211-2/+3
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
* ENH: fix #7913: find also python 2.6 on windowsAlexander Neundorf2009-01-101-0/+1
* ENH: add support for the next python release, python 2.6Alexander Neundorf2007-08-301-1/+1
* STYLE: mark the variable as advancedAlexander Neundorf2007-07-231-0/+3
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-1/+1