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-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
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-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-04-08
simplify astprinter by using operator value
Charles Brunet
2024-04-08
simplify RawPrinter using FullAstVisitor
Charles Brunet
2024-04-08
visit full ast for AstConditionLevel
Charles Brunet
2024-04-08
Add ast visitor for whitespaces and symbols
Charles Brunet
2024-04-08
fix colon wrongly named column in parser
Charles Brunet
2024-04-08
Fix type checking in ast.printer
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-26
printer: Add a newline after "else"
Xavier Claessens
2024-02-26
printer: notin operator should be printed as "not in"
Xavier Claessens
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
2024-01-08
ast/printer: fix mypy issues
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-13
Allow unit test to parse testcase blocks
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
raw printer
Charles Brunet
2023-09-11
ast: fully resolve nodes for add operation
Charles Brunet
2023-09-11
parser: add SymbolNode to preserve operators
Charles Brunet
2023-09-11
parser: add ElseNode
Charles Brunet
2023-09-11
parser: use IdNode for foreach varnames
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-11
Add ParenthesizedNode
JCWasmx86
2023-09-07
syntax-highlighting: vim: update builtin function list
Liam Beguin
[next]