Age | Commit message (Expand) | Author | Files | Lines |
2023-01-03 | mlog: move code for printing code with a caret to the mlog module | Dylan Baker | 1 | -0/+11 |
2023-01-03 | mlog: use an enum instead of strings | Dylan Baker | 1 | -11/+19 |
2023-01-03 | mlog: Remove using of `**kwargs: T.Any` | Dylan Baker | 1 | -29/+59 |
2022-12-12 | mlog: set LV environment variable for pager. | Phil Jones | 1 | -0/+3 |
2022-12-12 | mlog: set LESS environment variable for pager. | Phil Jones | 1 | -5/+11 |
2022-09-28 | mlog: Use less from git on Windows | Xavier Claessens | 1 | -6/+21 |
2022-09-23 | mlog: disable usage of global for log_pager | Xavier Claessens | 1 | -2/+2 |
2022-09-22 | pylint: enable global-statement | Dylan Baker | 1 | -8/+8 |
2022-09-22 | pylint: enable global-variable-not-assigned | Dylan Baker | 1 | -1/+0 |
2022-09-22 | mlog: Add support for pager | Xavier Claessens | 1 | -1/+38 |
2022-06-09 | mlog: add support for italic/emphasized text in AnsiText | Hemmo Nieminen | 1 | -0/+3 |
2022-03-07 | treewide: string-quote the first argument to T.cast | Eli Schwartz | 1 | -1/+1 |
2021-12-30 | fix type annotations for mlog nesting | Eli Schwartz | 1 | -1/+1 |
2021-10-27 | Revert "mark a couple of typing-only imports as noqa, to appease pyflakes" | Eli Schwartz | 1 | -3/+1 |
2021-10-27 | fix various flake8 whitespace errors | Eli Schwartz | 1 | -1/+1 |
2021-10-26 | fix lgtm.com "Use of the return value of a procedure" | Eli Schwartz | 1 | -2/+3 |
2021-09-29 | Revert "mtest: fix test output issues (in console)" | Paolo Bonzini | 1 | -3/+0 |
2021-09-25 | mtest: fix test output issues (in console) | Hemmo Nieminen | 1 | -0/+3 |
2021-09-24 | mlog: fix annotation | Dylan Baker | 1 | -1/+1 |
2021-09-14 | mark a couple of typing-only imports as noqa, to appease pyflakes | Eli Schwartz | 1 | -1/+3 |
2021-09-07 | summary: fix dependencies | Paolo Bonzini | 1 | -2/+2 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -1/+1 |
2021-06-05 | typing: mlog use StringProtocol | Daniel Mensinger | 1 | -2/+11 |
2021-06-03 | typing: mlog: Simplify some typing with a TV_ variables | Daniel Mensinger | 1 | -13/+15 |
2021-03-22 | mlog: Do not print 'subproject|' for the message 'Executing subproject' | Xavier Claessens | 1 | -3/+4 |
2021-03-22 | mlog: Do not print 'subproject|' on empty lines | Xavier Claessens | 1 | -1/+5 |
2021-03-22 | mlog: Add a space after 'subproject|' | Xavier Claessens | 1 | -1/+1 |
2021-03-22 | logs: Prepend current subproject name to all messages | Xavier Claessens | 1 | -6/+6 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -4/+4 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -2/+2 |
2021-01-21 | interpreter: accept external programs and dependencies for summary | Paolo Bonzini | 1 | -0/+12 |
2021-01-21 | mlog: add __len__ to AnsiDecorator | Paolo Bonzini | 1 | -0/+3 |
2021-01-21 | mlog: add __str__ method to AnsiDecorator | Paolo Bonzini | 1 | -0/+3 |
2020-12-16 | mlog: make mlog helper take once keyword argument | Dylan Baker | 1 | -5/+10 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-11-18 | mtest: cleanup and fix print_stats | Paolo Bonzini | 1 | -1/+4 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-09-08 | typing: Add run_mypy.py for easier mypy invocation | Daniel Mensinger | 1 | -1/+1 |
2020-09-02 | Add a notice about Python 3.5 support | Nirbheek Chauhan | 1 | -2/+7 |
2020-07-05 | Don't make unactionable warnings fatal | Nirbheek Chauhan | 1 | -2/+2 |
2020-04-30 | Make colourize_console() a function | Jon Turney | 1 | -6/+23 |
2020-04-21 | switch python2 %s for python3 .format | Michael | 1 | -1/+1 |
2020-03-22 | Add property to disable compiler sanity checks during cross compilation. | Jussi Pakkanen | 1 | -1/+1 |
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-01 | Merge pull request #6692 from xclaesse/summary-warnings | Jussi Pakkanen | 1 | -0/+4 |
2020-03-01 | Merge pull request #6627 from jon-turney/cwd-relative-file-locations | Jussi Pakkanen | 1 | -4/+12 |
2020-02-29 | mlog: fix remaining mypy errors and add to mypy check | Dylan Baker | 1 | -9/+9 |
2020-02-28 | Rename 'subdir' -> 'filename' in location objects | Jon Turney | 1 | -2/+1 |
2020-02-28 | Display filename cwd relative in warning location | Jon Turney | 1 | -2/+2 |