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
2025-12-22
ast: printer: give a precedence to all kinds of functions
Paolo Bonzini
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
build: Add a TypedDict for BuildTarget keyword arguments
Dylan Baker
2025-10-15
Add local_program() function
Xavier Claessens
2025-10-06
interpreter: unify and specialize code to set backend options
Paolo Bonzini
2025-10-06
introspection: remove dead code
Paolo Bonzini
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-07-07
ast, interpreter: look up default_library and default_both_libraries by subpr...
Paolo Bonzini
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
rewriter: Remove apparently useless code.
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-05-29
AstPrinter: Add parenthesis where neccessary
Volker Weißmann
2025-05-29
AstPrinter: Use str.translate instead of str.replace
Volker Weißmann
2025-05-29
rewriter: Don't ignore the `name_prefix` kwarg
Volker Weißmann
2025-05-15
coredata: remove unused arguments
Paolo Bonzini
2025-05-15
introspection: do not reinvent process_compiler_options
Paolo Bonzini
2025-05-07
options: support non-string data types in more places
Paolo Bonzini
2025-05-07
ast: clean up handling of default options
Paolo Bonzini
2025-04-08
coredata: delete set_default_options
Dylan Baker
2025-03-14
Move options loading to InterpreterBase
Charles Brunet
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
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2024-12-19
introspect: add machine to target_sources
Paolo Bonzini
2024-11-15
ast/introspection: Drop duplicate None check
Dylan Baker
2024-10-13
mintro: Add license and license_files to project introspection data
Daniele Nicolodi
2024-07-30
flake8: move unused typing-only imports to TYPE_CHECKING
Eli Schwartz
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-11
Move backend option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move project option detection into OptionStore.
Jussi Pakkanen
[next]