summaryrefslogtreecommitdiff
path: root/Modules/FindPython
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \
| * | FindPython: Extend virtual environment handling by considering condaSebastian Müller2019-12-211-7/+7
* | | Merge topic 'FindPython-Fix-target-properties'Kyle Edwards2019-12-201-1/+1
|\ \ \ | |/ / |/| / | |/
| * FindPython*: Fix erroneous target properties settingMarc Chevrier2019-12-191-1/+1
* | FindPython: customize failure messageMarc Chevrier2019-11-011-1/+49
|/
* FindPython: Add capability to specify directly artifactsMarc Chevrier2019-09-021-205/+292
* FindPython: Enhance python cache variables management.Marc Chevrier2019-09-021-756/+935
* FindPython: ensure virtual environments are correctly handledMarc Chevrier2019-08-051-185/+294
* Merge topic 'FindPython-interpreter-crosscompiling'Brad King2019-07-181-11/+10
|\
| * FindPython: ensure interpreter is founded when cross-compilingMarc Chevrier2019-07-181-11/+10
* | FindPython: add Python_FIND_ABI hint.Marc Chevrier2019-06-241-99/+270
|/
* FindPython: ensure Python_ROOT_DIR is always searched firstMarc Chevrier2019-05-311-0/+2
* FindPython*: remove erroneous codeMarc Chevrier2019-05-301-2/+0
* FindPython: Add variable 'Python_FIND_FRAMEWORK' to control frameworks lookup.Marc Chevrier2019-05-241-9/+20
* FindPython: Add policy to manage lookup stratgey default.Marc Chevrier2019-05-211-2/+12
* FindPython: Implement lookup strategies.Marc Chevrier2019-05-211-363/+764
* FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-071-63/+98
* Merge topic 'FindPython-fix-Python_RUNTIME_LIBRARY_DIRS-variable'Brad King2019-05-061-3/+6
|\
| * FindPython: ensure variable Python_RUNTIME_LIBRARY_DIRS is set correctlyMarc Chevrier2019-05-051-3/+6
* | Merge topic 'FindPython-NumPy-fix-dependencies-management'Brad King2019-05-011-9/+13
|\ \ | |/
| * FindPython: NumPy: fix erroneous dependencies managementMarc Chevrier2019-04-301-9/+13
* | FindPython*: Add capability to control virtual env handling.Marc Chevrier2019-04-031-5/+60
|/
* FindPython*: ensure correct architecture is selected.Marc Chevrier2019-03-141-8/+8
* FindPython: Fix NumPy component include directoryMarc Chevrier2019-03-041-2/+1
* FindPython: Introduce NumPy componentHiroshi Miura2019-01-251-0/+47