aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/python.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen1-3/+4
2024-07-02Python: fix limited API logic under GCC on WindowsAndrew McNulty1-2/+2
2024-06-23find_program: add a kwarg to specify custom version argumentDudemanguy1-0/+1
2024-06-23Add support for detecting free-threaded Python on WindowsRalf Gommers1-1/+13
2024-06-14Merge pull request #13307 from mesonbuild/optstorerefactorJussi Pakkanen1-2/+2
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen1-1/+1
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen1-2/+2
2024-06-11Python: link correct limited API lib on mingwAndrew McNulty1-2/+8
2024-06-11Python: move Windows functions to dependency baseAndrew McNulty1-63/+62
2024-04-16python: Fix header check for system methodJonathon Anderson1-1/+1
2024-02-12python dependency: use exceptions to pass failure state aroundEli Schwartz1-8/+8
2024-02-06Add a numpy dependency with pkg-config and configtool methodsRalf Gommers1-0/+17
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-12-03python: fix mingw python detection code in case pkg-config isn't availableChristoph Reiter1-6/+7
2023-10-02python dependency: ensure that setuptools doesn't inject itself into distutilsEli Schwartz1-1/+3
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty1-4/+8
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz1-1/+4
2023-05-05Fix building python extensions on win-arm64Radek Bartoň1-17/+8
2023-05-05Python module: emit warning for debug buildtypes with MSVC and no debug PythonRalf Gommers1-1/+24
2023-05-03dependencies: allow config-tool to fallback to default program namesEli Schwartz1-0/+3
2023-04-23fix python.version() not working in some casesCharles Brunet1-0/+1
2023-03-28python dependency: avoid redefinition warnings for MS_WIN64Eli Schwartz1-1/+1
2023-03-09dependencies: add pybind11 custom factoryEli Schwartz1-0/+23
2023-02-27python dependency: Fix typo in placeholder stringDaniele Nicolodi1-1/+1
2023-02-22python dependency: handle broken pylong on many more versions of pythonEli Schwartz1-1/+2
2023-02-22python dependency: fix embed handling for system dependencyEli Schwartz1-16/+20
2023-02-22python dependency: verify that the python header is installed for sysconfigEli Schwartz1-0/+3
2023-02-22python dependency: simplify compile args handlingEli Schwartz1-19/+13
2023-02-22merge the python dependency from the python module into dependenciesEli Schwartz1-50/+144
2023-02-22partial migration of the python module dependency into dependenciesEli Schwartz1-1/+60
2023-02-22python module/dependency: move the specialized external programEli Schwartz1-2/+79
2023-02-22dependencies: refactor python3 into its own fileEli Schwartz1-0/+141