| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'FindPython-python2-soabi-suffix-fix' | Brad King | 2020-12-08 | 1 | -2/+10 |
|\ |
|
| * | FindPython2: avoid doubling the extension in CPython2 SOABI | Ben Boeckel | 2020-12-04 | 1 | -2/+10 |
|
|
* | | FindPython: Adds control over artifact names to search | Marc Chevrier | 2020-11-03 | 1 | -2/+18 |
|
|
* | | FindPython: Add support of version 3.10 | Marc Chevrier | 2020-10-16 | 1 | -1/+1 |
|
|
* | | FindPython: Ensure Apple Xcode python 3 is usable | Marc Chevrier | 2020-10-12 | 1 | -0/+28 |
|
|
* | | FindPython: Add version range support | Marc Chevrier | 2020-09-30 | 1 | -137/+272 |
|/ |
|
* | FindPython: Fix erroneous regex in ABI check | Marc Chevrier | 2020-09-23 | 1 | -1/+1 |
|
|
* | FindPython: CMP0012 must be set to NEW | Marc Chevrier | 2020-09-07 | 1 | -1/+11 |
|
|
* | FindPython: enhance ABI checks against include directory | Marc Chevrier | 2020-09-02 | 1 | -8/+18 |
|
|
* | FindPython: enhance robustness of version extraction from library name | Marc Chevrier | 2020-08-18 | 1 | -3/+4 |
|
|
* | FindPython: manage SOABI for all Python versions | Marc Chevrier | 2020-08-11 | 1 | -12/+4 |
|
|
* | FindPython: ensure user's policies are respected | Marc Chevrier | 2020-08-07 | 1 | -8/+5 |
|
|
* | FindPython: use CMAKE specific variables to look-up debug library | Marc Chevrier | 2020-05-18 | 1 | -0/+6 |
|
|
* | FindPython: Add IronPython support on all platforms | Marc Chevrier | 2020-05-11 | 1 | -82/+337 |
|
|
* | FindPython: ensure any specified version is correctly handled | Marc Chevrier | 2020-05-07 | 1 | -47/+66 |
|
|
* | FindPython: Add support for 'PyPy' | Marc Chevrier | 2020-05-01 | 1 | -9/+91 |
|
|
* | FindPython: fix error on FPHSA call | Marc Chevrier | 2020-04-29 | 1 | -20/+20 |
|
|
* | FindPython: Add capability to specify Python implementations | Marc Chevrier | 2020-04-28 | 1 | -489/+547 |
|
|
* | Merge topic 'FindPython-reason-failure' | Brad King | 2020-04-27 | 1 | -21/+23 |
|\ |
|
| * | FindPython: fix reason failure propagation | Marc Chevrier | 2020-04-24 | 1 | -21/+23 |
|
|
* | | Merge topic 'FindPython-fix-python-compiler-validation' | Brad King | 2020-04-24 | 1 | -15/+16 |
|\ \
| |/ |
|
| * | FindPython: fix python compiler validation | Marc Chevrier | 2020-04-23 | 1 | -15/+16 |
|
|
* | | FindPython: remove unnecessary if check | Ben Boeckel | 2020-04-20 | 1 | -3/+1 |
|
|
* | | FindPython: fix some indentation | Ben Boeckel | 2020-04-17 | 1 | -2/+2 |
|
|
* | | FindPython: add sub-components to Development component | Marc Chevrier | 2020-04-16 | 1 | -80/+220 |
|
|
* | | Merge topic 'FindPython-if-auto-deref' | Brad King | 2020-04-15 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | FindPython: remove extra dereference | Ben Boeckel | 2020-04-14 | 1 | -1/+1 |
|
|
| * | FindPython: avoid autoderef in version comparisons | Ben Boeckel | 2020-04-14 | 1 | -8/+8 |
|
|
| * | Merge topic 'FindPython-fix-VIRTUALENV-eq-FIRST' into release-3.17 | Brad King | 2020-04-02 | 1 | -1/+1 |
| |\ |
|
* | \ | Merge topic 'FindPython-fix-VIRTUALENV-eq-FIRST' | Brad King | 2020-04-02 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | FindPython: fix handling when FIND_VIRTUALENV == FIRST | Marc Chevrier | 2020-04-01 | 1 | -1/+1 |
|
|
| * | | FindPython: Do not cache computed result variables in CMake 3.16 | Marc Chevrier | 2020-02-26 | 1 | -2/+2 |
|
|
| * | | FindPython: Mark non-public cache entries INTERNAL in CMake 3.16 | Marc Chevrier | 2020-02-26 | 1 | -48/+95 |
|
|
* | | | FindPython: use 'sysconfig' as alternate to 'distutils.sysconfig' | Marc Chevrier | 2020-03-28 | 1 | -12/+24 |
|
|
* | | | Merge topic 'FindPython-variable-spelling-error' | Brad King | 2020-03-27 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | FindPython: fix variable spelling error | Marc Chevrier | 2020-03-26 | 1 | -1/+1 |
|
|
* | | | Merge topic 'FindPython-polish' | Brad King | 2020-03-25 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | FindPython: misc. fixes | Marc Chevrier | 2020-03-24 | 1 | -3/+3 |
|
|
* | | | Merge topic 'FindPython-version-validation-fix' | Brad King | 2020-03-18 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | FindPython: fix regression on version validation | Marc Chevrier | 2020-03-17 | 1 | -4/+4 |
|
|
* | | | Merge topic 'FindPython-ENV-CMAKE_FRAMEWORK_PATH' | Brad King | 2020-03-12 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | FindPython: Convert env CMAKE_FRAMEWORK_PATH to CMake path | Bo Anderson | 2020-03-11 | 1 | -1/+2 |
|
|
* | | | FindPython: Add possibility to control scope of artifacts. | Marc Chevrier | 2020-03-05 | 1 | -13/+28 |
|/ / |
|
* | | FindPython: python_add_library can now manage SOABI suffix. | Marc Chevrier | 2020-03-03 | 1 | -6/+23 |
|
|
* | | FindPython: Do not cache computed result variables | Marc Chevrier | 2020-02-26 | 1 | -2/+2 |
|
|
* | | FindPython: Mark non-public cache entries INTERNAL | Marc Chevrier | 2020-02-26 | 1 | -52/+99 |
|
|
* | | FindPython: reduces consumption of resources | Marc Chevrier | 2020-02-10 | 1 | -88/+137 |
|
|
* | | Merge topic 'python39' | Brad King | 2020-01-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | FindPython: Add support for version 3.9 | Miro HronĨok | 2020-01-14 | 1 | -1/+1 |
|
|
* | | Merge topic 'macOS-Xcode-11-frameworks' | Brad King | 2020-01-13 | 1 | -0/+3 |
|\ \
| |/ |
|