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
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-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-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-03-24
Make compilers list per subproject
Xavier Claessens
2022-03-22
interpreter: Make compiler options per-subproject
Xavier Claessens
2022-03-07
build: plumb structured sources into BuildTargets
Dylan Baker
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-06-25
Split compiler detection from Environment
Daniel Mensinger
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
Implement add_languages(native:) in introspector
Jon Turney
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
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-03-05
mesonbuild/mesonlib: Add type annotations
Dylan Baker
2020-03-02
types: Remove redundant __init__() -> None annotation
Daniel Mensinger
2020-03-02
types: Use import typing as T
Daniel Mensinger
2020-03-02
types: Annotate ast/introspection.py
Daniel Mensinger
2020-03-02
types: Annotate ast/interpreter.py
Daniel Mensinger
2020-03-02
types: Annotate the AST visitors
Daniel Mensinger
2019-12-10
mintro: Add version key to --scan-dependencies (fixes #6287)
Daniel Mensinger
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-07-31
mintro: Fix crash related to the sources kwarg (fixes #5741)
Daniel Mensinger
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-05-13
ast: fix #5376
Daniel Mensinger
2019-04-29
Fix builtin variable names
Daniel Mensinger
2019-04-29
Fix blind exceptions
Daniel Mensinger
2019-04-23
ast: resolve ID nodes in flatten_args
Daniel Mensinger
2019-04-23
Don't use mutable types as default arguments
Dylan Baker
2019-04-02
mintro: fix some interpreter crashes
Daniel Mensinger
2019-04-02
mintro: Fix crash when required is a function (closes #5177)
Daniel Mensinger
2019-03-04
rewriter: Handle duplicate target
Daniel Mensinger
[prev]
[next]