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
/
introspection.py
Age
Commit message (
Expand
)
Author
2025-10-15
build: Add a TypedDict for BuildTarget keyword arguments
Dylan Baker
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-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-05-29
rewriter: Rewrite how we add/remove source files
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
rewriter: Replace assignments with cur_assignments
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
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
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-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
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-05-19
pylint: fix useless-return
Eli Schwartz
2024-04-08
parser: revert to single StringNode type
Charles Brunet
2024-03-18
coredata: remove extraneous keys when updating project_options
Dylan Baker
2024-03-10
fix reconfigure subproject base options
Charles Brunet
2024-02-23
coredata: use a Protocol for shared options between setup configure and dist
Dylan Baker
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
fix undefined StringNode from previous commit
Charles Brunet
2023-09-12
Merge pull request #12152 from bruchar1/ast-preserve-all
Jussi Pakkanen
2023-09-12
msubprojects: Speedup subproject_dir extraction
Xavier Claessens
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-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
[next]