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
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
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-07-05
Merge pull request #11742 from xclaesse/link-whole-cases
Jussi Pakkanen
2023-05-13
During reconfigure, show that no compiler was found, if compiler fails sanity...
Volker Weißmann
2023-05-01
build: Process compilers before calling link() and link_whole()
Xavier Claessens
2023-04-11
fix various spelling issues
Josh Soref
2023-03-28
Add support for meson.options as a replacement for meson_options.txt
Dylan Baker
2023-03-14
rewriter: fix warning about empty sources
Charles Brunet
2023-02-28
refactor a few subsystem-relative imports that imported the wrong location
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-29
introspect: avoid crashing when add_languages for an optional language fails
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-10-03
pylint: enable unnecessary-comprehension
Dylan Baker
2022-09-07
Fixed string escaping in AstPrinter
Volker Weißmann
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-07-03
sort imports for neatness
Eli Schwartz
[prev]
[next]