Age | Commit message (Expand) | Author | Files | Lines |
2020-09-08 | typing: get rid of most T.cast | Daniel Mensinger | 1 | -2/+3 |
2020-09-08 | typing: fully annotate mparser.py | Daniel Mensinger | 1 | -4/+4 |
2020-09-08 | typing: fully annotate mesonlib.py | Daniel Mensinger | 1 | -2/+2 |
2020-09-08 | typing: completely type interpreterbase | Daniel Mensinger | 1 | -64/+68 |
2020-09-08 | typing: refactor dict handling | Daniel Mensinger | 1 | -17/+20 |
2020-09-02 | interpreterbase: Fix typing annotation | Xavier Claessens | 1 | -1/+1 |
2020-09-02 | Special case meson.version().version_compare() statement | Xavier Claessens | 1 | -1/+20 |
2020-08-18 | prevent disabler() object from overwriting arrays (#7484) | Elliot | 1 | -4/+2 |
2020-07-28 | Fix typo | Zbigniew JÄdrzejewski-Szmek | 1 | -1/+1 |
2020-07-20 | string: add substring method | Stéphane Cerveau | 1 | -0/+14 |
2020-05-14 | use FeatureNew.single_use | Dylan Baker | 1 | -1/+1 |
2020-05-14 | interpreterbase: Proxy extra_message through to feature_check_class | Dylan Baker | 1 | -2/+5 |
2020-05-14 | interpreterbase: Add a oneline helper method for Feature(New|Deprecated) | Dylan Baker | 1 | -4/+15 |
2020-05-14 | interpreterbase: Allow passing an extra message in feature/deprecation warnings | Dylan Baker | 1 | -6/+20 |
2020-05-12 | interpreterbase: Fix version checking for deprecation | Dylan Baker | 1 | -2/+17 |
2020-05-12 | interpreter: Don't assign duplication and new feature warning to the same var... | Dylan Baker | 1 | -3/+12 |
2020-04-30 | Allow get_variable to still function when the fallback is a disabler. | James Hilliard | 1 | -1/+1 |
2020-03-19 | interpreterbase: Add warning when built-in object method has no kwargs | Xavier Claessens | 1 | -13/+29 |
2020-03-15 | fix conversion of hasattr to getattr | Dylan Baker | 1 | -1/+1 |
2020-03-05 | mesonbuild/mesonlib: Add type annotations | Dylan Baker | 1 | -1/+1 |
2020-03-02 | types: Remove redundant __init__() -> None annotation | Daniel Mensinger | 1 | -4/+4 |
2020-03-02 | types: Use import typing as T | Daniel Mensinger | 1 | -51/+51 |
2020-03-02 | review: Initial fixup | Daniel Mensinger | 1 | -4/+7 |
2020-03-02 | types: (partially) annotate interpreterbase.py | Daniel Mensinger | 1 | -175/+214 |
2020-03-02 | types: Annotate ast/interpreter.py | Daniel Mensinger | 1 | -2/+2 |
2020-03-02 | types: Annotate mparser.py | Daniel Mensinger | 1 | -6/+11 |
2020-02-28 | Store filename in node location | Jon Turney | 1 | -1/+1 |
2020-02-28 | Adjust all the other places MesonException file attribute is set | Jon Turney | 1 | -1/+1 |
2019-12-04 | dict: Fully evaluate keys | Xavier Claessens | 1 | -11/+14 |
2019-11-12 | Fixed issue that the key's value type wasn't checked correctly. | fchin | 1 | -1/+1 |
2019-11-12 | Adding dictionary entry using string variable as key. | franczc | 1 | -3/+10 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -2/+2 |
2019-10-24 | Return a disabler when an unknown method is called on a disabler object | James Hilliard | 1 | -2/+5 |
2019-10-10 | Merge pull request #6011 from xclaesse/not-disabler | Jussi Pakkanen | 1 | -4/+2 |
2019-10-10 | Make parser errors print relative path to meson.build file | Niklas Claesson | 1 | -1/+1 |
2019-10-08 | Test disabler in foreach loops | Xavier Claessens | 1 | -4/+0 |
2019-10-08 | Fix `if not disabler()` case | Xavier Claessens | 1 | -0/+2 |
2019-08-12 | Add is_disabler function | James Hilliard | 1 | -1/+1 |
2019-07-23 | meson: handle nested disabler | Marc-André Lureau | 1 | -8/+13 |
2019-04-29 | Address code review | Daniel Mensinger | 1 | -1/+1 |
2019-04-29 | Fix flake8-bugbear warnings | Daniel Mensinger | 1 | -1/+1 |
2019-04-23 | ast: support elementary object methods | Daniel Mensinger | 1 | -0/+18 |
2019-03-18 | interpreterbase: protect string division with FeatureNew | Paolo Bonzini | 1 | -7/+18 |
2019-01-29 | correct naming to CudaCompiler, pep8 | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-01-22 | InterpreterBase: Fix extracting the node in all method/function calls | Xavier Claessens | 1 | -21/+14 |
2019-01-22 | Interpreter: Set self.current_node during method/function calls | Xavier Claessens | 1 | -0/+8 |
2019-01-16 | Fix flake8 errors | Xavier Claessens | 1 | -1/+0 |
2018-12-07 | Error out if kwargs dict contains a kwargs entry. | Jussi Pakkanen | 1 | -1/+3 |
2018-12-04 | Can specify keyword arguments with a dict. | Jussi Pakkanen | 1 | -1/+15 |
2018-11-02 | Make string division do path joining. | Jussi Pakkanen | 1 | -3/+10 |