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
2025-12-17
dependencies: Remove `log_tried` method
Dylan Baker
2025-12-17
Dependencies: Make use of the DependencyCandidate class
Dylan Baker
2025-12-17
dependencies: Require 'native' be passed in kwargs
Dylan Baker
2025-12-17
dependencies: stop passing "language" as a keyword argument
Dylan Baker
2025-12-17
dependencies: Pass the `name` to `ExternalDependency` constructor
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_header
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-10-29
environment: move detection functions to envconfig.py
Paolo Bonzini
2025-10-20
dependencies: Add remaining internal arguments to Dependency classes
Dylan Baker
2025-10-20
modules/python: port dependency embed to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-10-06
options: replace get_value with get_value_for
Paolo Bonzini
2025-10-01
Use base_prefix, not prefix for iOS framework linking.
Russell Keith-Magee
2025-08-28
python: add a python.build_config option (PEP 739)
Filipe Laíns
2025-05-06
dependencies/python: Fix Framework Python when pkg-config is installed
Daniele Nicolodi
2025-05-06
dependencies/python: Replace non-breakable space with space
Daniele Nicolodi
2025-05-04
Add framework linking for iOS builds.
Russell Keith-Magee
2025-04-09
modules/gnome, modules/Python: Allow injecting RPATH flags through LDFLAGS if...
L. E. Segovia
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-02-04
Python: fix typo in the inserted workaround for missing RPATH
L. E. Segovia
2025-01-30
Python: Work around missing rpath in Xcode python3-embed
L. E. Segovia
2025-01-28
modules/python: Make sure that all dependency candidates meet interface
Dylan Baker
2024-11-01
Enable GCC to find free-threaded python DLL library
Edgar Andrés Margffoy Tuay
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-02
Python: fix limited API logic under GCC on Windows
Andrew McNulty
2024-06-23
find_program: add a kwarg to specify custom version argument
Dudemanguy
2024-06-23
Add support for detecting free-threaded Python on Windows
Ralf Gommers
2024-06-14
Merge pull request #13307 from mesonbuild/optstorerefactor
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-06-11
Python: link correct limited API lib on mingw
Andrew McNulty
2024-06-11
Python: move Windows functions to dependency base
Andrew McNulty
2024-04-16
python: Fix header check for system method
Jonathon Anderson
2024-02-12
python dependency: use exceptions to pass failure state around
Eli Schwartz
2024-02-06
Add a numpy dependency with pkg-config and configtool methods
Ralf Gommers
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
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
[next]