summaryrefslogtreecommitdiff
path: root/Modules/FindPython
Commit message (Expand)AuthorAgeFilesLines
* FindPython: Add support of version 3.10Marc Chevrier2020-10-161-1/+1
* FindPython: Ensure Apple Xcode python 3 is usableMarc Chevrier2020-10-121-0/+28
* FindPython: Add version range supportMarc Chevrier2020-09-301-137/+272
* FindPython: Fix erroneous regex in ABI checkMarc Chevrier2020-09-231-1/+1
* FindPython: CMP0012 must be set to NEWMarc Chevrier2020-09-071-1/+11
* FindPython: enhance ABI checks against include directoryMarc Chevrier2020-09-021-8/+18
* FindPython: enhance robustness of version extraction from library nameMarc Chevrier2020-08-181-3/+4
* FindPython: manage SOABI for all Python versionsMarc Chevrier2020-08-111-12/+4
* FindPython: ensure user's policies are respectedMarc Chevrier2020-08-071-8/+5
* FindPython: use CMAKE specific variables to look-up debug libraryMarc Chevrier2020-05-181-0/+6
* FindPython: Add IronPython support on all platformsMarc Chevrier2020-05-111-82/+337
* FindPython: ensure any specified version is correctly handledMarc Chevrier2020-05-071-47/+66
* FindPython: Add support for 'PyPy'Marc Chevrier2020-05-011-9/+91
* FindPython: fix error on FPHSA callMarc Chevrier2020-04-291-20/+20
* FindPython: Add capability to specify Python implementationsMarc Chevrier2020-04-281-489/+547
* Merge topic 'FindPython-reason-failure'Brad King2020-04-271-21/+23
|\
| * FindPython: fix reason failure propagationMarc Chevrier2020-04-241-21/+23
* | Merge topic 'FindPython-fix-python-compiler-validation'Brad King2020-04-241-15/+16
|\ \ | |/
| * FindPython: fix python compiler validationMarc Chevrier2020-04-231-15/+16
* | FindPython: remove unnecessary if checkBen Boeckel2020-04-201-3/+1
* | FindPython: fix some indentationBen Boeckel2020-04-171-2/+2
* | FindPython: add sub-components to Development componentMarc Chevrier2020-04-161-80/+220
* | Merge topic 'FindPython-if-auto-deref'Brad King2020-04-151-9/+9
|\ \ | |/
| * FindPython: remove extra dereferenceBen Boeckel2020-04-141-1/+1
| * FindPython: avoid autoderef in version comparisonsBen Boeckel2020-04-141-8/+8
| * Merge topic 'FindPython-fix-VIRTUALENV-eq-FIRST' into release-3.17Brad King2020-04-021-1/+1
| |\
* | \ Merge topic 'FindPython-fix-VIRTUALENV-eq-FIRST'Brad King2020-04-021-1/+1
|\ \ \ | | |/ | |/|
| * | FindPython: fix handling when FIND_VIRTUALENV == FIRSTMarc Chevrier2020-04-011-1/+1
| * | FindPython: Do not cache computed result variables in CMake 3.16Marc Chevrier2020-02-261-2/+2
| * | FindPython: Mark non-public cache entries INTERNAL in CMake 3.16Marc Chevrier2020-02-261-48/+95
* | | FindPython: use 'sysconfig' as alternate to 'distutils.sysconfig'Marc Chevrier2020-03-281-12/+24
* | | Merge topic 'FindPython-variable-spelling-error'Brad King2020-03-271-1/+1
|\ \ \ | | |/ | |/|
| * | FindPython: fix variable spelling errorMarc Chevrier2020-03-261-1/+1
* | | Merge topic 'FindPython-polish'Brad King2020-03-251-3/+3
|\ \ \ | |/ /
| * | FindPython: misc. fixesMarc Chevrier2020-03-241-3/+3
* | | Merge topic 'FindPython-version-validation-fix'Brad King2020-03-181-4/+4
|\ \ \ | |/ /
| * | FindPython: fix regression on version validationMarc Chevrier2020-03-171-4/+4
* | | Merge topic 'FindPython-ENV-CMAKE_FRAMEWORK_PATH'Brad King2020-03-121-1/+2
|\ \ \ | |/ /
| * | FindPython: Convert env CMAKE_FRAMEWORK_PATH to CMake pathBo Anderson2020-03-111-1/+2
* | | FindPython: Add possibility to control scope of artifacts.Marc Chevrier2020-03-051-13/+28
|/ /
* | FindPython: python_add_library can now manage SOABI suffix.Marc Chevrier2020-03-031-6/+23
* | FindPython: Do not cache computed result variablesMarc Chevrier2020-02-261-2/+2
* | FindPython: Mark non-public cache entries INTERNALMarc Chevrier2020-02-261-52/+99
* | FindPython: reduces consumption of resourcesMarc Chevrier2020-02-101-88/+137
* | Merge topic 'python39'Brad King2020-01-151-1/+1
|\ \ | |/
| * FindPython: Add support for version 3.9Miro HronĨok2020-01-141-1/+1
* | Merge topic 'macOS-Xcode-11-frameworks'Brad King2020-01-131-0/+3
|\ \ | |/
| * FindPython: ensure new Xcode framework for Python3 is detectedMarc Chevrier2020-01-101-0/+3
* | FindPython: Add variable Python_SOABIMarc Chevrier2020-01-091-6/+44
* | Merge topic 'findpython_conda_support'Marc Chevrier2019-12-231-7/+7
|\ \