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-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
2021-06-06
typing: Fully annotate dependencies.platform
Daniel Mensinger
2021-06-06
typing: Fully annotate dependencies.dub
Daniel Mensinger
2021-06-06
typing: Fully annotate dependencies.pkgconfig
Daniel Mensinger
2021-06-06
Merge pull request #8796 from xclaesse/wrapdbv2
Jussi Pakkanen
2021-06-05
typing: Fully annotate dependencies.cuda
Daniel Mensinger
2021-06-05
typing: mlog use StringProtocol
Daniel Mensinger
2021-06-05
typing: Fully annotate dependencies.configtool
Daniel Mensinger
2021-06-05
typing: Fully annotate dependencies.coarrays
Daniel Mensinger
2021-06-04
dependencies/detect: Add type annotations to find_external_dependency
Dylan Baker
2021-06-04
interpreterobjects: Fix type annotation for CustomTargetHolder
Dylan Baker
2021-06-04
build: Add a type annotation to CustomTarget
Dylan Baker
2021-06-04
interpreterbase: Allow safely using mutable default values with typed_kwargs
Dylan Baker
2021-06-04
interpreterbase: fix type annotations for typed_pos_args
Dylan Baker
2021-06-04
wrap: Port to v2 protocol
Xavier Claessens
2021-06-03
typing: Fully annotate dependencies.base
Daniel Mensinger
2021-06-03
typing: mlog: Simplify some typing with a TV_ variables
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-06-02
add a couple more type annotations
Dylan Baker
2021-06-02
build: Use ImmutableSetProtocol for lru_cache'd value
Dylan Baker
2021-06-02
build: use typing.Mapping for lru_cached dicts
Dylan Baker
[next]