summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/python.py
AgeCommit message (Expand)Author
2023-12-03python: fix mingw python detection code in case pkg-config isn't availableChristoph Reiter
2023-10-02python dependency: ensure that setuptools doesn't inject itself into distutilsEli Schwartz
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz
2023-05-05Fix building python extensions on win-arm64Radek BartoĊˆ
2023-05-05Python module: emit warning for debug buildtypes with MSVC and no debug PythonRalf Gommers
2023-05-03dependencies: allow config-tool to fallback to default program namesEli Schwartz
2023-04-23fix python.version() not working in some casesCharles Brunet
2023-03-28python dependency: avoid redefinition warnings for MS_WIN64Eli Schwartz
2023-03-09dependencies: add pybind11 custom factoryEli Schwartz
2023-02-27python dependency: Fix typo in placeholder stringDaniele Nicolodi
2023-02-22python dependency: handle broken pylong on many more versions of pythonEli Schwartz
2023-02-22python dependency: fix embed handling for system dependencyEli Schwartz
2023-02-22python dependency: verify that the python header is installed for sysconfigEli Schwartz
2023-02-22python dependency: simplify compile args handlingEli Schwartz
2023-02-22merge the python dependency from the python module into dependenciesEli Schwartz
2023-02-22partial migration of the python module dependency into dependenciesEli Schwartz
2023-02-22python module/dependency: move the specialized external programEli Schwartz
2023-02-22dependencies: refactor python3 into its own fileEli Schwartz