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
Age
Commit message (
Expand
)
Author
2021-06-15
modules/qt: Deprecated the preprocess sources keyword argument
Dylan Baker
2021-06-15
modules/qt: Deprecated the *sources variadic argument to preproccess
Dylan Baker
2021-06-14
backends: fix TestSerialisation.suite annotations
Dylan Baker
2021-06-14
interpreter: use typed_*args for test and benchmark
Dylan Baker
2021-06-14
interpreter: use typed_pos_args for func_test and func_benchmark
Dylan Baker
2021-06-14
interpreterbase: Add deprecated_values and since_values to KwargInfo
Dylan Baker
2021-06-14
Fix issue with generated Cython code in a subdir
Ralf Gommers
2021-06-14
environment: Add LLVM suffixes for 11 and 12
Ting-Wei Lan
2021-06-13
minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c#
Eli Schwartz
2021-06-11
coredata: Invalidate deps cache when changing wrap_mode option
Xavier Claessens
2021-06-11
interpreter: Split decorators from interpreterbase.py
Daniel Mensinger
2021-06-11
interpreter: Split Disabler from interpreterbase.py
Daniel Mensinger
2021-06-11
interpreter: Split base objects and helpers from interpreterbase.py
Daniel Mensinger
2021-06-11
interpreter: Split exception calsses from interpreterbase.py
Daniel Mensinger
2021-06-11
interpreter: Move interpreterbase.py into a new package
Daniel Mensinger
2021-06-10
interpreter: Add missing FeatureNewKwarg for allow_fallback
Xavier Claessens
2021-06-09
cuda module: fully buy into new modules API
Eli Schwartz
2021-06-09
typing: Fully annotate run_project_tests.py
Daniel Mensinger
2021-06-09
compilers: Fix missing functions in Compiler base class
Daniel Mensinger
2021-06-09
typing: Rename some variables
Daniel Mensinger
2021-06-09
typing: remove unused DependencyType
Daniel Mensinger
2021-06-09
typing: Fully annotate dependencies
Daniel Mensinger
2021-06-08
Merge pull request #8512 from bonzini/feature-methods
Jussi Pakkanen
2021-06-08
interpreter: make helper methods protected
Dylan Baker
2021-06-08
interpreter: Add type annotations for the add_*_arguments helpers
Dylan Baker
2021-06-08
build: fix type annotations fo project_*_args
Dylan Baker
2021-06-08
interpreter: use typed_kwargs for the add_*_arguments family
Dylan Baker
2021-06-08
interpreter: use typed_pos_args for add_*_args
Dylan Baker
2021-06-08
intperperterbase: Add a convertor keyword argument
Dylan Baker
2021-06-08
interpreterbase: Add validator keyword argument to typed_kwargs
Dylan Baker
2021-06-08
make all arguments to KwargInfo except name and type keyword only
Dylan Baker
2021-06-08
interpreter: add feature.disable_auto_if()
Paolo Bonzini
2021-06-08
interpreter: add feature.require()
Paolo Bonzini
2021-06-07
another pyupgrade pass
Eli Schwartz
2021-06-07
upgrade percent formatted strings pyupgrade did not catch
Eli Schwartz
2021-06-07
condense lines
Eli Schwartz
2021-06-07
more f-strings everywhere
Eli Schwartz
2021-06-07
cython: Add an option for selecting python 3 vs python 2 output
Dylan Baker
2021-06-07
Add C compiler when using Cython
Dylan Baker
2021-06-07
ninjabackend: generate cython compilation rules
Dylan Baker
2021-06-07
ninjabackend: cython doesn't use a linker
Dylan Baker
2021-06-07
compilers: Add cython file suffixes
Dylan Baker
2021-06-07
environment: Add detection logic for cython
Dylan Baker
2021-06-07
compilers: Expose Cython compiler
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
2021-06-07
build: Add type annotations for Generator
Dylan Baker
2021-06-06
typing: Fully annotate dependencies.framework
Daniel Mensinger
2021-06-06
typing: Fully annotate dependencies.{detect,factory} + some other fixes
Daniel Mensinger
2021-06-06
typing: Fully annotate dependencies.cmake
Daniel Mensinger
[next]