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
/
interpreter.py
Age
Commit message (
Expand
)
Author
2025-12-08
interpreterbase: make ArithmeticNode and MesonOperator both use operator names
Paolo Bonzini
2025-12-08
make ctype the same as the printed AST
Paolo Bonzini
2025-11-21
rewrite: fix duplicate objects for predefined globals
Paolo Bonzini
2025-10-15
revert local_program()
Eli Schwartz
2025-10-15
Add local_program() function
Xavier Claessens
2025-09-25
mypy: enable allow-redefinition-new and fix fallout
Eli Schwartz
2025-09-24
ast/introspection: remove keyword arguments from build targets that are Unkno...
Dylan Baker
2025-08-10
rewriter: Accept UnknownValue() in more places
Volker Weißmann
2025-06-09
AstInterpreter: Fix dead-code-crash
Volker Weißmann
2025-05-29
rewriter: Rewrite how we add/remove source files
Volker Weißmann
2025-05-29
rewriter: Improve find_target and find_dependency
Volker Weißmann
2025-05-29
mesonbuild/ast: make mypy safe
Volker Weißmann
2025-05-29
Add AstInterpreter.funcvals
Volker Weißmann
2025-05-29
AstInterpreter: Replace resolve_node with node_to_runtime_value
Volker Weißmann
2025-05-29
Add AstInterpreter.dataflow_dag
Volker Weißmann
2025-05-29
AstInterpreter: Fix evaluate_* functions
Volker Weißmann
2025-05-29
rewriter: Refactoring of assignment tracking
Volker Weißmann
2025-05-29
rewriter: Replace assignments with cur_assignments
Volker Weißmann
2025-05-29
Add AstInterpreter.nesting
Volker Weißmann
2025-05-29
rewriter.py: make type safe
Volker Weißmann
2025-05-29
rewriter: Add IntrospectionDependency
Volker Weißmann
2025-05-29
rewriter: Add IntrospectionBuildTarget
Volker Weißmann
2025-05-29
Refactoring and removal of dead code
Volker Weißmann
2025-03-14
Move variables to InterpreterBase
Charles Brunet
2025-03-14
Extract common func_subdir functions to InterpreterBase
Charles Brunet
2025-03-14
Move flatten_kwargs to IntrospectionInterpreter
Charles Brunet
2024-07-30
flake8: move unused typing-only imports to TYPE_CHECKING
Eli Schwartz
2024-04-28
catch build files that cannot be opened in utf8 mode and emit useful error
Eli Schwartz
2024-04-08
parser: revert to single StringNode type
Charles Brunet
2024-01-08
ast/interpreter: fix some low hanging type issues
Dylan Baker
2024-01-08
ast/introspection: make mypy clean
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-13
Allow unit test to parse testcase blocks
Charles Brunet
2023-09-11
ast: fully resolve nodes for add operation
Charles Brunet
2023-09-11
parser: add ElseNode
Charles Brunet
2023-09-11
parser: use IdNode for function name and assignment name
Charles Brunet
2023-09-11
parser: preserve escape chars in strings
Charles Brunet
2023-09-07
syntax-highlighting: vim: update builtin function list
Liam Beguin
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2022-10-03
pylint: enable unnecessary-comprehension
Dylan Baker
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-07-03
sort imports for neatness
Eli Schwartz
2022-05-03
interpreter: new function add_project_dependencies()
Paolo Bonzini
2022-03-30
Add new debug() function
Marvin Scholz
2022-03-13
Merge pull request #9339 from dcbaker/submit/structured_sources
Jussi Pakkanen
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-03-07
interpreter: add an implementation for structured_sources
Dylan Baker
2021-12-01
add install_symlink function
Pablo Correa Gómez
2021-10-08
add install_emptydir function
Eli Schwartz
[next]