summaryrefslogtreecommitdiffstats
path: root/Modules/FindPython
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindPython-3.15' into release-4.1Brad King2025-10-251-1/+1
|\
| * FindPython: Add support for Python 3.15Karolina Surma2025-10-241-1/+1
* | FindPython: Ensure correct handling of Python_FIND_ABI variableMarc Chevrier2025-09-041-8/+15
* | Merge topic 'Python3.14-support'Brad King2025-05-201-6/+13
|\ \ | |/
| * FindPython: Avoid implicit link library on WindowsMarc Chevrier2025-05-201-1/+10
| * FindPython: rely on ABIFLAGS on Windows for ABI profileMarc Chevrier2025-05-201-5/+3
* | FindPython: fix the definition of SABI artifactsMarc Chevrier2025-04-211-5/+8
* | FindPython: ensure reproductibility between CMake callsMarc Chevrier2025-03-221-4/+52
* | FindPython: enforce artifacts consistency when cross-compilingMarc Chevrier2025-03-051-7/+39
* | LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* | FindPython: migrate tests to RunCMake frameworkMarc Chevrier2025-02-281-2/+2
* | FindPython: Support for multiple searches in same directoryMarc Chevrier2025-02-131-2/+3
* | Modules/Find*: Include FindPackageHandleStandardArgs normallyBrad King2025-01-301-1/+1
* | FindPython : fix a misspelled variable name in __python_import_library macro.Mathieu Flament2025-01-291-1/+1
* | CMP0057: Remove support for OLD behaviorBrad King2025-01-221-2/+0
* | CMP0012: Remove support for OLD behaviorBrad King2025-01-171-2/+0
* | CMP0007: Remove support for OLD behaviorBrad King2025-01-171-2/+0
* | FindPython: add support for multiple searches in same directoryMarc Chevrier2025-01-111-103/+109
* | FindPython: enhance artifacts consistencyMarc Chevrier2025-01-011-1/+2
* | FindPython: enhance Development artifacts lookup in virtual environmentMarc Chevrier2024-12-121-53/+132
|/
* FindPython: Ensure SABIModule is found in all casesMarc Chevrier2024-12-021-3/+4
* FindPython: Add support for Python 3.14Miro HronĨok2024-10-181-1/+1
* FindPython: ensure all ABI are searched by defaultMarc Chevrier2024-09-121-35/+19
* Merge topic 'FindPython-free-threaded-python' into release-3.30Brad King2024-08-271-0/+27
|\
| * FindPython: ensure a usable environment is set for the free threaded PythonMarc Chevrier2024-08-271-0/+27
* | FindPython: fix regression of NumPy detection with Intel MKL libraryEven Rouault2024-08-261-9/+8
|/
* FindPython: Fix usage of cached variable _Python_EXECUTABLE_DEBUGMarc Chevrier2024-07-261-2/+20
* FindPython: Add support for free threaded pythonMarc Chevrier2024-06-041-68/+115
* FindPython: On Windows, Enhance python debug version supportMarc Chevrier2024-05-091-14/+85
* Modules: Fix CMP0159 warnings in modules when tracingJuan Ramos2024-03-291-0/+2
* FindPython: fix NumPy detection when Intel MKL library is installedEven Rouault2024-03-211-0/+16
* Merge topic 'FindPython-3.13'Brad King2023-08-161-1/+1
|\
| * FindPython: add support for Python 3.13Vasily Ryabov2023-08-151-1/+1
* | FindPython: enhance MinGW supportMarc Chevrier2023-08-051-11/+54
* | Merge topic 'FindPython-Debian-workaround'Brad King2023-08-011-1/+1
|\ \ | |/
| * FindPython: Restore Python_SITE* values for versions below 3.10Marc Chevrier2023-07-311-1/+1
* | FindPython: Add tests for IronPython v3Marc Chevrier2023-06-291-2/+2
|/
* FindPython: update for distutils module deprecationMarc Chevrier2023-06-051-6/+6
* Merge topic 'FindPython-fix-launcher-typo'Brad King2023-05-181-1/+1
|\
| * FindPython: fix interpreter launcher variable spellingBen Boeckel2023-05-171-1/+1
* | FindPython: Add Windows/ARM supportMarc Chevrier2023-03-261-26/+84
|/
* FindPython: ensure Stable ABI is correctly handledMarc Chevrier2023-03-201-1/+1
* FindPython: fix erroneous ${CMAKE_SHARED_LIBRARY_SUFFIX} matchingMarc Chevrier2023-03-011-3/+3
* Merge topic 'FindPython-CMP0007-NEW'Brad King2023-01-241-0/+2
|\
| * FindPython: Policy CMP0007 must be set to NEWMarc Chevrier2023-01-211-0/+2
* | FindPython: add support for Stable ABIMarc Chevrier2022-11-291-91/+662
* | FindPython: enhance SOABI computationMarc Chevrier2022-11-151-8/+31
|/
* FindPython: remove unnecessary components interdependenceMarc Chevrier2022-07-191-1/+9
* Merge topic 'FindPython-multiple-queries'Brad King2022-06-281-2/+4
|\
| * FindPython: fix error on multiple queries with different COMPONENTSMarc Chevrier2022-06-271-2/+4