Age | Commit message (Expand) | Author | Files | Lines |
2021-03-10 | Some documentation language adjustments & improved error messages | Laurin-Luis Lehning | 1 | -1/+2 |
2021-03-10 | Add tentative FeatureNew guard | Laurin-Luis Lehning | 1 | -0/+1 |
2021-03-10 | Add failing test cases & release snippet | Laurin-Luis Lehning | 1 | -1/+1 |
2021-03-10 | Use interpreter exceptions instead of MesonException | Laurin-Luis Lehning | 1 | -2/+2 |
2021-03-10 | Switch fstring syntax to @..@ & limit fstring captures to int, str, float and... | Laurin-Luis Lehning | 1 | -2/+6 |
2021-03-10 | Add support for basic format strings | Laurin-Luis Lehning | 1 | -0/+14 |
2021-03-09 | Add str.replace() method | Tristan Partin | 1 | -0/+7 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -20/+20 |
2021-02-25 | interpreterbase: fix ObjectHolder | Dylan Baker | 1 | -3/+3 |
2021-02-06 | clarify some things in typed_pos_args | Dylan Baker | 1 | -27/+30 |
2021-02-06 | interpreterbase: Add support for optional arguments to typed_pos_args | Dylan Baker | 1 | -2/+38 |
2021-02-06 | interpreterbase: Add support for variadic arguments to typed_pos_args | Dylan Baker | 1 | -7/+35 |
2021-02-06 | interpreterbase: Add a helper method for typing positional arguments | Dylan Baker | 1 | -0/+55 |
2021-01-13 | Fix misspells | Antonin DĂ©cimo | 1 | -1/+1 |
2020-11-15 | stabilize iteration order for dictionaries | Paolo Bonzini | 1 | -2/+2 |
2020-09-28 | Add meson.project_build/source_root() methods | Xavier Claessens | 1 | -0/+1 |
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 |