summaryrefslogtreecommitdiff
path: root/mesonbuild/rewriter.py
AgeCommit message (Expand)Author
2023-11-16Remove shebang from rewriter.pyMarcel Telka
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott
2023-09-11parser: simplify other node constructorsCharles Brunet
2023-09-11parser: simplify Assignment and PlusAssignment nodesCharles Brunet
2023-09-11parser: add SymbolNode to preserve operatorsCharles Brunet
2023-09-11parser: use IdNode for function name and assignment nameCharles Brunet
2023-09-11parser: preserve escape chars in stringsCharles Brunet
2023-04-11fix various spelling issuesJosh Soref
2023-03-14rewriter: fix indentation of kwargsCharles Brunet
2023-03-14rewriter: add missing command aliasesCharles Brunet
2023-03-14rewriter: activate vsenvCharles Brunet
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-09-19pylint: enable consider-using-inDylan Baker
2022-06-01ast: rename module constant to match PEP8 styleDylan Baker
2022-05-23move various imports into TYPE_CHECKING blocks for neatnessEli Schwartz
2021-12-15rewriter: create {add,rm}_extra_files commandsCeleste Wouters
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-31pylint: turn on superfluous parens warningDylan Baker
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2021-01-04use OptionKey for backend_optionsDylan Baker
2021-01-04use OptionKey for coredata.user_optionsDylan Baker
2020-11-05rewrite: fix modified member spellingMarc-André Lureau
2020-11-05rewrite: fix function spellingMarc-André Lureau
2020-04-20Compiler options per langJohn Ericson
2020-03-02review: Initial fixupDaniel Mensinger
2020-03-02types: Annotate ast/interpreter.pyDaniel Mensinger
2020-03-02types: Annotate the AST visitorsDaniel Mensinger
2020-03-02types: Annotate mparser.pyDaniel Mensinger
2020-02-28Rename 'subdir' -> 'filename' in location objectsJon Turney
2020-02-28Update rewriter for filename in node locationJon Turney
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-05lgtm: ignore all safe `__init__ method calls overridden method` warningsDaniel Mensinger
2019-12-05lgtm: Fix unused variableDaniel Mensinger
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson
2019-06-05rewriter: Fix that default_options would not set the correct idDaniel Mensinger
2019-04-25rewriter: optimize the list_to_dict functionDylan Baker
2019-04-21rewriter: fix error messageDaniel Mensinger
2019-03-04rewriter: Renamed _src -> _sourcesDaniel Mensinger
2019-03-04rewriter: Make sure variable names are validDaniel Mensinger
2019-03-04rewriter: Require '/' for the project IDDaniel Mensinger
2019-03-04rewriter: Abort on error by defaultDaniel Mensinger
2019-03-04rewriter: Changed line sort keyDaniel Mensinger