summaryrefslogtreecommitdiff
path: root/mesonbuild/mlog.py
AgeCommit message (Expand)Author
2021-09-29Revert "mtest: fix test output issues (in console)"Paolo Bonzini
2021-09-25mtest: fix test output issues (in console)Hemmo Nieminen
2021-09-24mlog: fix annotationDylan Baker
2021-09-14mark a couple of typing-only imports as noqa, to appease pyflakesEli Schwartz
2021-09-07summary: fix dependenciesPaolo Bonzini
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-05typing: mlog use StringProtocolDaniel Mensinger
2021-06-03typing: mlog: Simplify some typing with a TV_ variablesDaniel Mensinger
2021-03-22mlog: Do not print 'subproject|' for the message 'Executing subproject'Xavier Claessens
2021-03-22mlog: Do not print 'subproject|' on empty linesXavier Claessens
2021-03-22mlog: Add a space after 'subproject|'Xavier Claessens
2021-03-22logs: Prepend current subproject name to all messagesXavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini
2021-01-21mlog: add __len__ to AnsiDecoratorPaolo Bonzini
2021-01-21mlog: add __str__ method to AnsiDecoratorPaolo Bonzini
2020-12-16mlog: make mlog helper take once keyword argumentDylan Baker
2020-11-20use real pathlib moduleDylan Baker
2020-11-18mtest: cleanup and fix print_statsPaolo Bonzini
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-09-08typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger
2020-09-02Add a notice about Python 3.5 supportNirbheek Chauhan
2020-07-05Don't make unactionable warnings fatalNirbheek Chauhan
2020-04-30Make colourize_console() a functionJon Turney
2020-04-21switch python2 %s for python3 .formatMichael
2020-03-22Add property to disable compiler sanity checks during cross compilation.Jussi Pakkanen
2020-03-15fix conversion of hasattr to getattrDylan Baker
2020-03-05mesonbuild/mesonlib: Add type annotationsDylan Baker
2020-03-01Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen
2020-03-01Merge pull request #6627 from jon-turney/cwd-relative-file-locationsJussi Pakkanen
2020-02-29mlog: fix remaining mypy errors and add to mypy checkDylan Baker
2020-02-28Rename 'subdir' -> 'filename' in location objectsJon Turney
2020-02-28Display filename cwd relative in warning locationJon Turney
2020-02-28Store filename in node locationJon Turney
2020-02-28Fix typos in comments about type annotationsJon Turney
2020-02-28Remove unused MesonException.get_msg_with_context()Jon Turney
2020-02-26summary: Add more info in Subprojects sectionXavier Claessens
2020-02-16Split console colourization into a separate functionNirbheek Chauhan
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-13mlog: Add a log_once functionDylan Baker
2019-12-13mlog: remove incorrect uses of global keywordDylan Baker
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger
2019-11-14mlog: add non bold version of colorsDaniel Mensinger
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-10Make parser errors print relative path to meson.build fileNiklas Claesson
2019-07-11pythonic file checksMichael Hirsch, Ph.D
2019-04-29Fix flake8-bugbear warningsDaniel Mensinger
2019-04-29Fix builtin variable namesDaniel Mensinger