summaryrefslogtreecommitdiff
path: root/Modules/FindPythonLibs.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
* 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-42/+43
* FindPython*: Add missing registry pathsMarc Chevrier2018-10-111-0/+44
* FindPython: Add support for version 3.8Marcel Plch2018-06-081-1/+1
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+4
* FindPythonLibs: Allow find_library to search paths from system environmentBrad King2017-10-111-4/+0
* FindPythonLibs: Prefer libs early in search path regardless of nameBrad King2017-10-111-0/+3
* FindPythonLibs: Tolerate call with PYTHON_LIBRARY already a listFrancois Budin2016-12-151-6/+13
* FindPythonLibs: Tolerate a non-absolute PYTHON_EXECUTABLEBrad King2016-11-281-4/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+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
* FindPythonLibs: unset temporary _PREFIX variableDavid Gobbi2015-09-171-11/+14
* FindPythonLibs: Use python executable prefix as a hintDavid Gobbi2015-09-171-0/+21
* FindPythonLibs: Match include dir to library versionDavid Gobbi2015-09-171-19/+36
* FindPythonLibs: Fix OS X framework include directory search pathDavid Gobbi2015-09-161-1/+1
* FindPythonLibs: Remove PYTHON_INCLUDE_PATH as inputDavid Gobbi2015-09-161-7/+0
* FindPython{Interp,Libs}: Add versions 3.5 and 3.6David Gobbi2015-09-161-1/+1
* FindPythonLibs: Find the python.org libraries (#14809)Matt McCormick2015-07-061-7/+32
* Merge topic 'different-python-header-libs-exe-0013794'Brad King2014-03-141-0/+4
|\
| * FindPython*: Document suggested find_package order (#13794)Matt McCormick2014-03-141-0/+4
* | Merge topic 'python-3.4'Brad King2014-03-071-1/+1
|\ \ | |/ |/|
| * FindPython{Interp,Libs}: Search for Python 3.4.Matt McCormick2014-03-061-1/+1
* | FindPythonLibs: Do not try to find the interpreter (#13794)Brad King2014-03-051-1/+0
* | FindPythonLibs: Find consistent Python interp, headers, libs (#13794)Matt McCormick2014-03-031-4/+9
|/
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-16/+29
* FindPython*: simplify version selectionRolf Eike Beer2013-08-311-6/+4
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-25/+25
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-119/+119
* FindPythonLibs: honor EXACT version specification (#13216)Rolf Eike Beer2012-06-051-2/+8
* FindPythonLibs: Document cache variables (#13240)Zack Galbreath2012-05-221-0/+5
* Search for other ABIFLAGS builds of PythonBen Boeckel2012-03-271-1/+9
* Don't put legacy variables back into the cacheBen Boeckel2012-03-271-3/+2
* FindPythonLibs: stop scanning when libraries are foundRolf Eike Beer2012-02-231-0/+4
* FindPythonLibs: put debug libraries into PYTHON_LIBRARIESRolf Eike Beer2012-02-231-3/+11
* FindPythonLibs: get the exact version of the found library (#3080)Rolf Eike Beer2012-02-221-2/+12
* FindPythonLibs: make the version selection work as for PythonInterpRolf Eike Beer2012-02-221-2/+33
* FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as inputRolf Eike Beer2012-02-221-1/+4
* FindPythonLibs: Search for single-user installs on WindowsChristian Andersson2012-01-101-1/+6
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Merge topic 'python-modules-header'Brad King2011-01-191-0/+1
|\
| * Bug #11715 - generate header in the build tree.Marcus D. Hanwell2011-01-171-0/+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