summaryrefslogtreecommitdiff
path: root/mesonbuild/mlog.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "mark a couple of typing-only imports as noqa, to appease pyflakes"Eli Schwartz2021-10-271-3/+1
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-1/+1
* fix lgtm.com "Use of the return value of a procedure"Eli Schwartz2021-10-261-2/+3
* Revert "mtest: fix test output issues (in console)"Paolo Bonzini2021-09-291-3/+0
* mtest: fix test output issues (in console)Hemmo Nieminen2021-09-251-0/+3
* mlog: fix annotationDylan Baker2021-09-241-1/+1
* mark a couple of typing-only imports as noqa, to appease pyflakesEli Schwartz2021-09-141-1/+3
* summary: fix dependenciesPaolo Bonzini2021-09-071-2/+2
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* typing: mlog use StringProtocolDaniel Mensinger2021-06-051-2/+11
* typing: mlog: Simplify some typing with a TV_ variablesDaniel Mensinger2021-06-031-13/+15
* mlog: Do not print 'subproject|' for the message 'Executing subproject'Xavier Claessens2021-03-221-3/+4
* mlog: Do not print 'subproject|' on empty linesXavier Claessens2021-03-221-1/+5
* mlog: Add a space after 'subproject|'Xavier Claessens2021-03-221-1/+1
* logs: Prepend current subproject name to all messagesXavier Claessens2021-03-221-6/+6
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-4/+4
* various python neatness cleanupsEli Schwartz2021-03-041-2/+2
* interpreter: accept external programs and dependencies for summaryPaolo Bonzini2021-01-211-0/+12
* mlog: add __len__ to AnsiDecoratorPaolo Bonzini2021-01-211-0/+3
* mlog: add __str__ method to AnsiDecoratorPaolo Bonzini2021-01-211-0/+3
* mlog: make mlog helper take once keyword argumentDylan Baker2020-12-161-5/+10
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* mtest: cleanup and fix print_statsPaolo Bonzini2020-11-181-1/+4
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger2020-09-081-1/+1
* Add a notice about Python 3.5 supportNirbheek Chauhan2020-09-021-2/+7
* Don't make unactionable warnings fatalNirbheek Chauhan2020-07-051-2/+2
* Make colourize_console() a functionJon Turney2020-04-301-6/+23
* switch python2 %s for python3 .formatMichael2020-04-211-1/+1
* Add property to disable compiler sanity checks during cross compilation.Jussi Pakkanen2020-03-221-1/+1
* fix conversion of hasattr to getattrDylan Baker2020-03-151-1/+1
* mesonbuild/mesonlib: Add type annotationsDylan Baker2020-03-051-1/+1
* Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen2020-03-011-0/+4
|\
| * summary: Add more info in Subprojects sectionXavier Claessens2020-02-261-0/+4
* | Merge pull request #6627 from jon-turney/cwd-relative-file-locationsJussi Pakkanen2020-03-011-4/+12
|\ \
| * | Rename 'subdir' -> 'filename' in location objectsJon Turney2020-02-281-2/+1
| * | Display filename cwd relative in warning locationJon Turney2020-02-281-2/+2
| * | Store filename in node locationJon Turney2020-02-281-1/+1
| * | Fix typos in comments about type annotationsJon Turney2020-02-281-2/+2
| * | Remove unused MesonException.get_msg_with_context()Jon Turney2020-02-281-1/+10
| |/
* | mlog: fix remaining mypy errors and add to mypy checkDylan Baker2020-02-291-9/+9
|/
* Split console colourization into a separate functionNirbheek Chauhan2020-02-161-7/+9
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-39/+28
* mlog: Add a log_once functionDylan Baker2019-12-131-10/+38
* mlog: remove incorrect uses of global keywordDylan Baker2019-12-131-2/+0
* lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger2019-12-051-3/+2
* ci: Add CI command to include text files in the CI logDaniel Mensinger2019-11-191-0/+10
* mlog: add non bold version of colorsDaniel Mensinger2019-11-141-0/+15
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* Make parser errors print relative path to meson.build fileNiklas Claesson2019-10-101-1/+18