index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
dependencies
/
python.py
Age
Commit message (
Expand
)
Author
2023-12-03
python: fix mingw python detection code in case pkg-config isn't available
Christoph Reiter
2023-10-02
python dependency: ensure that setuptools doesn't inject itself into distutils
Eli Schwartz
2023-08-14
Python: Add 'limited_api' kwarg to extension_module
Andrew McNulty
2023-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-05-05
Fix building python extensions on win-arm64
Radek BartoĊ
2023-05-05
Python module: emit warning for debug buildtypes with MSVC and no debug Python
Ralf Gommers
2023-05-03
dependencies: allow config-tool to fallback to default program names
Eli Schwartz
2023-04-23
fix python.version() not working in some cases
Charles Brunet
2023-03-28
python dependency: avoid redefinition warnings for MS_WIN64
Eli Schwartz
2023-03-09
dependencies: add pybind11 custom factory
Eli Schwartz
2023-02-27
python dependency: Fix typo in placeholder string
Daniele Nicolodi
2023-02-22
python dependency: handle broken pylong on many more versions of python
Eli Schwartz
2023-02-22
python dependency: fix embed handling for system dependency
Eli Schwartz
2023-02-22
python dependency: verify that the python header is installed for sysconfig
Eli Schwartz
2023-02-22
python dependency: simplify compile args handling
Eli Schwartz
2023-02-22
merge the python dependency from the python module into dependencies
Eli Schwartz
2023-02-22
partial migration of the python module dependency into dependencies
Eli Schwartz
2023-02-22
python module/dependency: move the specialized external program
Eli Schwartz
2023-02-22
dependencies: refactor python3 into its own file
Eli Schwartz