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
/
compilers
/
cython.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove CoreDAta parameter from Compiler.cached_compile
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_type
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_compile_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sanity_check
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from get_compileropt_value
Dylan Baker
2025-10-06
Revert "compilers: refactor sanity checking code"
Dylan Baker
2025-10-06
compilers: refactor sanity checking code
Dylan Baker
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-02-05
options: Add an EnumeratedUserOption class
Dylan Baker
2025-02-05
options: use dataclasses for UserOption
Dylan Baker
2025-02-05
compilers: remove Compiler.create_option
Dylan Baker
2024-07-12
Rename langopt method
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-08
Use helper method in remaining compiler classes.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-03-15
Improve error messages for invalid option values
Charles Brunet
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-02-10
cython: wire up support for emitting and using depfiles
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-03-22
OptionOverrideProxy: Make it immutable to avoid copies
Xavier Claessens
2021-09-24
Add option to to transpile Cython to C++
Dylan Baker
2021-06-07
cython: Add an option for selecting python 3 vs python 2 output
Dylan Baker
2021-06-07
hack: compilers/cython: hardcode python 3 not 2
Dylan Baker
2021-06-07
compilers: Add a cython Compiler
Dylan Baker