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
/
ast
Age
Commit message (
Expand
)
Author
2021-10-08
add install_emptydir function
Eli Schwartz
2021-10-06
interpreter: Holderify arrays and dicts
Daniel Mensinger
2021-09-25
interpreter: Introduce StringHolder
Daniel Mensinger
2021-09-01
interpreter: Introduce BooleanHolder for the bool primitive
Daniel Mensinger
2021-08-31
interpreter: Add IntegerHolder
Daniel Mensinger
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-16
Add unset_variable()
Tristan Partin
2021-07-25
ast: Add dummy "support" for fstrings in the ast package
Daniel Mensinger
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-25
Split compiler detection from Environment
Daniel Mensinger
2021-06-18
holders: Fix the remaining code to respect the holder changes
Daniel Mensinger
2021-06-18
interpreter: Add a new MesonInterpreterObject for non-elementary objects
Daniel Mensinger
2021-06-16
Fix assert(not true) raising backtrace
Xavier Claessens
2021-03-16
Add range() function
Xavier Claessens
2021-03-06
Refactor subdir visitation to track files instead of dirs.
Jussi Pakkanen
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use new optionkey.is_* methods
Dylan Baker
2021-01-04
use the OptionKey type for command line and machine files
Dylan Baker
2020-10-16
Refactor handling of machine file options
Xavier Claessens
2020-10-15
intro: Add extra_files key to intro output (fixes #7310)
Daniel Mensinger
2020-09-24
ast/introspection: Fix typing violation due to untyped functions
Dylan Baker
2020-09-09
Merge pull request #7657 from mensinda/moreTyping
Dylan Baker
2020-09-09
Merge pull request #7428 from jon-turney/introspector-add-languages
Jussi Pakkanen
2020-09-09
Implement add_languages(native:) in introspector
Jon Turney
2020-09-08
typing: fixup for #7708
Daniel Mensinger
2020-09-08
typing: fix LGTM bot error
Daniel Mensinger
2020-09-08
typing: fix code review
Daniel Mensinger
2020-09-08
typing: more fixes
Daniel Mensinger
2020-09-08
typing: completely type ast
Daniel Mensinger
2020-09-08
typing: refactor dict handling
Daniel Mensinger
2020-09-08
IntrospectInterpreter: allow dictionaries with nonconstant keys
Paolo Bonzini
2020-09-08
Factor out an _add_languages() function in introspector
Jon Turney
2020-08-01
Put machine file and cmd line parsing in Environment
Dylan Baker
2020-05-23
ast: Handle NotNode
Daniel Mensinger
2020-05-23
ast: Add AST JSON printer
Daniel Mensinger
2020-03-19
interpreterbase: Add warning when built-in object method has no kwargs
Xavier Claessens
2020-03-08
Merge pull request #6736 from dcbaker/mesonlib-type-annotations
Jussi Pakkanen
2020-03-06
ast: Implement dummy evaluate_notstatement
Daniel Mensinger
2020-03-06
ast: Do not resolve dict keys
Xavier Claessens
2020-03-05
mesonbuild/mesonlib: Add type annotations
Dylan Baker
2020-03-02
types: Remove redundant __init__() -> None annotation
Daniel Mensinger
2020-03-02
types: Use import typing as T
Daniel Mensinger
2020-03-02
review: Initial fixup
Daniel Mensinger
2020-03-02
types: Annotate ast/introspection.py
Daniel Mensinger
2020-03-02
types: (partially) annotate interpreterbase.py
Daniel Mensinger
2020-03-02
types: Annotate ast/interpreter.py
Daniel Mensinger
2020-03-02
types: Annotate the AST visitors
Daniel Mensinger
2020-03-02
types: Annotate mparser.py
Daniel Mensinger
[next]