aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/ast/introspection.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker1-1/+1
2021-08-31pylint: turn on superflous-parensDylan Baker1-1/+1
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-1/+2
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-2/+2
2021-01-04move OptionKey to mesonlibDylan Baker1-2/+2
2021-01-04use new optionkey.is_* methodsDylan Baker1-1/+1
2021-01-04use the OptionKey type for command line and machine filesDylan Baker1-3/+3
2020-10-16Refactor handling of machine file optionsXavier Claessens1-1/+1
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger1-29/+39
2020-09-24ast/introspection: Fix typing violation due to untyped functionsDylan Baker1-7/+8
2020-09-09Merge pull request #7657 from mensinda/moreTypingDylan Baker1-3/+8
2020-09-09Implement add_languages(native:) in introspectorJon Turney1-2/+7
2020-09-08typing: fix LGTM bot errorDaniel Mensinger1-0/+4
2020-09-08typing: fix code reviewDaniel Mensinger1-1/+1
2020-09-08typing: more fixesDaniel Mensinger1-1/+2
2020-09-08typing: completely type astDaniel Mensinger1-3/+3
2020-09-08Factor out an _add_languages() function in introspectorJon Turney1-11/+15
2020-08-01Put machine file and cmd line parsing in EnvironmentDylan Baker1-1/+1
2020-03-05mesonbuild/mesonlib: Add type annotationsDylan Baker1-2/+2
2020-03-02types: Remove redundant __init__() -> None annotationDaniel Mensinger1-2/+2
2020-03-02types: Use import typing as TDaniel Mensinger1-24/+24
2020-03-02types: Annotate ast/introspection.pyDaniel Mensinger1-36/+56
2020-03-02types: Annotate ast/interpreter.pyDaniel Mensinger1-4/+3
2020-03-02types: Annotate the AST visitorsDaniel Mensinger1-3/+2
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger1-1/+6
2019-11-06Fix typos found by codespellWolfgang Stöggl1-2/+2
2019-07-31mintro: Fix crash related to the sources kwarg (fixes #5741)Daniel Mensinger1-2/+6
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-7/+8
2019-05-13ast: fix #5376Daniel Mensinger1-1/+1
2019-04-29Fix builtin variable namesDaniel Mensinger1-3/+3
2019-04-29Fix blind exceptionsDaniel Mensinger1-1/+1
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger1-3/+4
2019-04-23Don't use mutable types as default argumentsDylan Baker1-1/+2
2019-04-02mintro: fix some interpreter crashesDaniel Mensinger1-1/+3
2019-04-02mintro: Fix crash when required is a function (closes #5177)Daniel Mensinger1-0/+2
2019-03-04rewriter: Handle duplicate targetDaniel Mensinger1-3/+4
2019-03-03intro: Fixed code after rebaseDaniel Mensinger1-1/+1
2019-03-03mintro: Dependencies from sourceDaniel Mensinger1-0/+8
2019-03-03Target introspection from sourceDaniel Mensinger1-2/+4
2019-03-03rewriter: Minor code cleanupDaniel Mensinger1-12/+13
2019-03-03rewriter: Handle Arithmetic nodeDaniel Mensinger1-2/+4
2019-03-01mintro: Add subproject_dir to --projectinfoDaniel Schulte1-2/+2
2019-02-26mconf: Fixed crash for variables in targets (closes #4960)Daniel Mensinger1-1/+2
2019-02-16Can now find the assignment node of a valueDaniel Mensinger1-5/+5
2019-02-16Merge pull request #4858 from mensinda/rwKWARGSJussi Pakkanen1-4/+18
2019-02-11allow setting directory locations in a native fileDylan Baker1-1/+1
2019-01-31Added dependecy kwargs supportDaniel Mensinger1-0/+12
2019-01-31Added test caseDaniel Mensinger1-4/+2
2019-01-31Some fixes and assignment based target findDaniel Mensinger1-0/+4
2019-01-22Fixed flake8 issuesDaniel Mensinger1-3/+2