summaryrefslogtreecommitdiff
path: root/Modules/FindPython
Commit message (Expand)AuthorAgeFilesLines
* 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
* FindPython: Support script modeKyle Edwards2019-01-231-101/+105
* FindPython: Ensure config tool matches library architectureMarc Chevrier2018-11-191-0/+17
* FindPython*: Add missing registry pathsMarc Chevrier2018-10-111-2/+33
* FindPython*: fix erroneous handling of virtual environmentsMarc Chevrier2018-10-021-11/+15
* FindPython*: Windows: add facility to select lookup order for registry.Marc Chevrier2018-09-121-60/+204
* FindPython*: MacOS: Fix erroneous handling of Frameworks.Marc Chevrier2018-09-121-17/+156
* FindPython: clean-up lookup names strategyMarc Chevrier2018-09-121-3/+10
* FindPython*: fix erroneous behavior on multiple 'find_package' callsMarc Chevrier2018-07-231-5/+1
* FindPython: Add support for version 3.8Marcel Plch2018-06-081-1/+1
* Fix misc. typosluz.paz2018-06-041-3/+3
* FindPython: ensure correct architecture (i.e. 32/64bit) is usedMarc Chevrier2018-04-201-5/+74
* FindPython: Add cross-compilation support for Debian-based systems.Yee Fan2018-04-191-15/+23
* FindPython: enhance multiple major versions lookupMarc Chevrier2018-04-031-0/+9
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+843