aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/ast
AgeCommit message (Expand)AuthorFilesLines
2020-03-02types: Remove redundant __init__() -> None annotationDaniel Mensinger5-8/+8
2020-03-02types: Use import typing as TDaniel Mensinger2-26/+26
2020-03-02review: Initial fixupDaniel Mensinger1-5/+5
2020-03-02types: Annotate ast/introspection.pyDaniel Mensinger2-48/+60
2020-03-02types: (partially) annotate interpreterbase.pyDaniel Mensinger1-13/+21
2020-03-02types: Annotate ast/interpreter.pyDaniel Mensinger2-42/+49
2020-03-02types: Annotate the AST visitorsDaniel Mensinger5-89/+87
2020-03-02types: Annotate mparser.pyDaniel Mensinger2-6/+11
2020-02-28Store filename in node locationJon Turney1-1/+1
2020-02-28Adjust all the other places MesonException file attribute is setJon Turney1-1/+1
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-5/+5
2019-12-12Add a summary() function for configuration summarizationXavier Claessens1-0/+1
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger1-1/+6
2019-12-10assert(): Make message argument optionalXavier Claessens1-2/+5
2019-11-06Fix typos found by codespellWolfgang Stöggl2-3/+3
2019-09-04mintro: Fix resolving nodes in kwargs (fixes #5884)Daniel Mensinger1-42/+66
2019-08-12Add is_disabler functionJames Hilliard1-0/+1
2019-07-31mintro: Fix crash related to the sources kwarg (fixes #5741)Daniel Mensinger2-3/+7
2019-07-11Merge pull request #5606 from xclaesse/alias_targetJussi Pakkanen1-0/+1
2019-07-10Add alias_target() functionXavier Claessens1-0/+1
2019-06-28ast: printer fix index node printingDaniel Mensinger2-1/+3
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-7/+8
2019-05-13ast: fix #5376Daniel Mensinger2-3/+9
2019-04-29Fix flake8-bugbear warningsDaniel Mensinger1-2/+0
2019-04-29Fix builtin variable namesDaniel Mensinger1-3/+3
2019-04-29Fix blind exceptionsDaniel Mensinger1-1/+1
2019-04-25ast/printer: remove useless ternaryDylan Baker1-1/+1
2019-04-23ast: Address code reviewDaniel Mensinger1-3/+7
2019-04-23make flake8 happyDaniel Mensinger1-1/+0
2019-04-23ast: Make sure to avoid infinite recursionsDaniel Mensinger1-9/+9
2019-04-23ast: support elementary object methodsDaniel Mensinger1-6/+40
2019-04-23ast: resolve simple arithmetic nodesDaniel Mensinger1-4/+29
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger2-23/+27
2019-04-23Don't use mutable types as default argumentsDylan Baker2-4/+5
2019-04-13mintro: Fix set_variable plus assign bug (closes #5256)Daniel Mensinger1-0/+1
2019-04-02mintro: fix some interpreter crashesDaniel Mensinger2-1/+27
2019-04-02mintro: Fix crash when required is a function (closes #5177)Daniel Mensinger1-0/+2
2019-03-04rewriter: Handle duplicate targetDaniel Mensinger2-5/+7
2019-03-03intro: Fixed code after rebaseDaniel Mensinger1-1/+1
2019-03-03mintro: Dependencies from sourceDaniel Mensinger3-1/+40
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 Mensinger2-6/+21
2019-02-16Merge pull request #4858 from mensinda/rwKWARGSJussi Pakkanen2-6/+20
2019-02-11allow setting directory locations in a native fileDylan Baker1-1/+1
2019-02-01Ensure that func dicts provide the same set of functionsDaniel Mensinger1-0/+10
2019-01-31Added dependecy kwargs supportDaniel Mensinger1-0/+12