Age | Commit message (Expand) | Author | Files | Lines |
2021-10-04 | f-strings | Eli Schwartz | 1 | -2/+2 |
2021-10-04 | fix extra whitespace | Eli Schwartz | 1 | -2/+0 |
2021-09-07 | interpreter: detect and pass compiler to be used for linker tests | Paolo Bonzini | 1 | -0/+4 |
2021-09-03 | Improve WSL detection | Will | 1 | -1/+1 |
2021-09-02 | OptionKey: Fix ordering | Xavier Claessens | 1 | -10/+8 |
2021-08-31 | interpreter: use python dunders instead of lock for unpicklability | Dylan Baker | 1 | -7/+0 |
2021-08-31 | pylint: turn on superflous-parens | Dylan Baker | 1 | -1/+1 |
2021-08-22 | Add subscript to subprocess.Popen | Tristan Partin | 1 | -2/+2 |
2021-08-20 | mesonlib: Fix typing of substitute_values | Dylan Baker | 1 | -5/+27 |
2021-08-20 | mesonlib: Add an exception for what should be unreachable code | Dylan Baker | 1 | -0/+2 |
2021-08-20 | mesonlib: Fix type annotations | Dylan Baker | 1 | -5/+4 |
2021-07-07 | resolve symlinks passed to -C | Paolo Bonzini | 1 | -0/+13 |
2021-07-05 | condense lines | Eli Schwartz | 1 | -6/+3 |
2021-07-05 | more f-strings too complex to be caught by pyupgrade | Eli Schwartz | 1 | -17/+17 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 3 | -5/+5 |
2021-06-26 | refactor: Refactor BothLibraries logic | Daniel Mensinger | 1 | -0/+9 |
2021-06-25 | Split compiler detection from Environment | Daniel Mensinger | 1 | -0/+44 |
2021-06-22 | mesonlib: add rsplit and and maxsplit | Dylan Baker | 1 | -2/+5 |
2021-06-22 | mesonlib: Fix FileMode type annotations | Dylan Baker | 1 | -2/+2 |
2021-06-18 | holders: remove unholder | Daniel Mensinger | 1 | -21/+0 |
2021-06-18 | holders: Introduce HoldableObject | Daniel Mensinger | 1 | -1/+7 |
2021-06-18 | mesonlib: Add MesonBugException | Daniel Mensinger | 1 | -0/+9 |
2021-06-05 | typing: Fully annotate dependencies.cuda | Daniel Mensinger | 1 | -1/+1 |
2021-06-02 | use an immutable list for an lru_cached functions | Dylan Baker | 1 | -1/+2 |
2021-05-28 | Add a helper to simplify the usage of PerMachineDefaultable | Dylan Baker | 1 | -0/+15 |
2021-05-28 | mesonlib: Allow PerMachineDefaultable to take arguments at initialization | Dylan Baker | 1 | -2/+2 |
2021-05-28 | mesonlib: Fix return type of PerMachineDefaultable.default_missing() | Dylan Baker | 1 | -1/+1 |
2021-05-19 | .C files are now treated as C++ code | Volker-Weissmann | 1 | -4/+6 |
2021-05-03 | Clarify incorrect configuration format message | Nellie Zhang | 1 | -3/+3 |
2021-03-26 | windows_proof_rmtree: Also retry os.chmod() part | Xavier Claessens | 1 | -2/+9 |
2021-03-16 | Update VS module version check. | Jussi Pakkanen | 1 | -0/+6 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -21/+21 |
2021-03-03 | Windows Subsystem for Linux can run .exe without mono interpreter | Xavier Claessens | 1 | -0/+3 |
2021-02-18 | allow build.b_* options | Dylan Baker | 1 | -2/+1 |
2021-02-17 | Environment: Fix passing envrionment variables CPPFLAGS and CFLAGS | Dylan Baker | 1 | -1/+0 |
2021-02-06 | mesonlib: Add better errormessage to typelistify | Dylan Baker | 1 | -2/+2 |
2021-01-29 | Popen_safe: Fix stdout/stderr annotation | Xavier Claessens | 1 | -4/+4 |
2021-01-26 | Warn about .C and .H files (#8249) | Volker-Weissmann | 1 | -0/+7 |
2021-01-23 | split mesonlib into a package | Dylan Baker | 5 | -0/+2236 |