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
2022-06-13
flake8: fix various whitespace nits
Eli Schwartz
2022-06-01
ast: rename module constant to match PEP8 style
Dylan Baker
2022-06-01
ast/introspection: tidy up imports a bit more with __future__.annotations
Dylan Baker
2022-06-01
ast/introspection: sort imports
Dylan Baker
2022-05-24
ast: cmake: Generate line numbers while printing the AST for better debugging
Daniel Mensinger
2022-05-03
interpreter: new function add_project_dependencies()
Paolo Bonzini
2022-03-30
Add new debug() function
Marvin Scholz
2022-03-24
Make compilers list per subproject
Xavier Claessens
2022-03-22
interpreter: Make compiler options per-subproject
Xavier Claessens
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
build: plumb structured sources into BuildTargets
Dylan Baker
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
2021-10-06
interpreter: Holderify arrays and dicts
Daniel Mensinger
2021-09-25
interpreter: Introduce StringHolder
Daniel Mensinger
2021-09-01
interpreter: Introduce BooleanHolder for the bool primitive
Daniel Mensinger
2021-08-31
interpreter: Add IntegerHolder
Daniel Mensinger
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-16
Add unset_variable()
Tristan Partin
2021-07-25
ast: Add dummy "support" for fstrings in the ast package
Daniel Mensinger
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-25
Split compiler detection from Environment
Daniel Mensinger
2021-06-18
holders: Fix the remaining code to respect the holder changes
Daniel Mensinger
2021-06-18
interpreter: Add a new MesonInterpreterObject for non-elementary objects
Daniel Mensinger
2021-06-16
Fix assert(not true) raising backtrace
Xavier Claessens
2021-03-16
Add range() function
Xavier Claessens
2021-03-06
Refactor subdir visitation to track files instead of dirs.
Jussi Pakkanen
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use new optionkey.is_* methods
Dylan Baker
2021-01-04
use the OptionKey type for command line and machine files
Dylan Baker
2020-10-16
Refactor handling of machine file options
Xavier Claessens
2020-10-15
intro: Add extra_files key to intro output (fixes #7310)
Daniel Mensinger
2020-09-24
ast/introspection: Fix typing violation due to untyped functions
Dylan Baker
2020-09-09
Merge pull request #7657 from mensinda/moreTyping
Dylan Baker
2020-09-09
Merge pull request #7428 from jon-turney/introspector-add-languages
Jussi Pakkanen
2020-09-09
Implement add_languages(native:) in introspector
Jon Turney
2020-09-08
typing: fixup for #7708
Daniel Mensinger
2020-09-08
typing: fix LGTM bot error
Daniel Mensinger
2020-09-08
typing: fix code review
Daniel Mensinger
2020-09-08
typing: more fixes
Daniel Mensinger
2020-09-08
typing: completely type ast
Daniel Mensinger
2020-09-08
typing: refactor dict handling
Daniel Mensinger
2020-09-08
IntrospectInterpreter: allow dictionaries with nonconstant keys
Paolo Bonzini
2020-09-08
Factor out an _add_languages() function in introspector
Jon Turney
2020-08-01
Put machine file and cmd line parsing in Environment
Dylan Baker
2020-05-23
ast: Handle NotNode
Daniel Mensinger
[prev]
[next]