index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
mlog.py
Age
Commit message (
Expand
)
Author
2021-09-29
Revert "mtest: fix test output issues (in console)"
Paolo Bonzini
2021-09-25
mtest: fix test output issues (in console)
Hemmo Nieminen
2021-09-24
mlog: fix annotation
Dylan Baker
2021-09-14
mark a couple of typing-only imports as noqa, to appease pyflakes
Eli Schwartz
2021-09-07
summary: fix dependencies
Paolo Bonzini
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-05
typing: mlog use StringProtocol
Daniel Mensinger
2021-06-03
typing: mlog: Simplify some typing with a TV_ variables
Daniel Mensinger
2021-03-22
mlog: Do not print 'subproject|' for the message 'Executing subproject'
Xavier Claessens
2021-03-22
mlog: Do not print 'subproject|' on empty lines
Xavier Claessens
2021-03-22
mlog: Add a space after 'subproject|'
Xavier Claessens
2021-03-22
logs: Prepend current subproject name to all messages
Xavier Claessens
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-01-21
interpreter: accept external programs and dependencies for summary
Paolo Bonzini
2021-01-21
mlog: add __len__ to AnsiDecorator
Paolo Bonzini
2021-01-21
mlog: add __str__ method to AnsiDecorator
Paolo Bonzini
2020-12-16
mlog: make mlog helper take once keyword argument
Dylan Baker
2020-11-20
use real pathlib module
Dylan Baker
2020-11-18
mtest: cleanup and fix print_stats
Paolo Bonzini
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-09-08
typing: Add run_mypy.py for easier mypy invocation
Daniel Mensinger
2020-09-02
Add a notice about Python 3.5 support
Nirbheek Chauhan
2020-07-05
Don't make unactionable warnings fatal
Nirbheek Chauhan
2020-04-30
Make colourize_console() a function
Jon Turney
2020-04-21
switch python2 %s for python3 .format
Michael
2020-03-22
Add property to disable compiler sanity checks during cross compilation.
Jussi Pakkanen
2020-03-15
fix conversion of hasattr to getattr
Dylan Baker
2020-03-05
mesonbuild/mesonlib: Add type annotations
Dylan Baker
2020-03-01
Merge pull request #6692 from xclaesse/summary-warnings
Jussi Pakkanen
2020-03-01
Merge pull request #6627 from jon-turney/cwd-relative-file-locations
Jussi Pakkanen
2020-02-29
mlog: fix remaining mypy errors and add to mypy check
Dylan Baker
2020-02-28
Rename 'subdir' -> 'filename' in location objects
Jon Turney
2020-02-28
Display filename cwd relative in warning location
Jon Turney
2020-02-28
Store filename in node location
Jon Turney
2020-02-28
Fix typos in comments about type annotations
Jon Turney
2020-02-28
Remove unused MesonException.get_msg_with_context()
Jon Turney
2020-02-26
summary: Add more info in Subprojects section
Xavier Claessens
2020-02-16
Split console colourization into a separate function
Nirbheek Chauhan
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-13
mlog: Add a log_once function
Dylan Baker
2019-12-13
mlog: remove incorrect uses of global keyword
Dylan Baker
2019-12-05
lgtm: Fix Module imported with `import` and `import from`
Daniel Mensinger
2019-11-19
ci: Add CI command to include text files in the CI log
Daniel Mensinger
2019-11-14
mlog: add non bold version of colors
Daniel Mensinger
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-10-10
Make parser errors print relative path to meson.build file
Niklas Claesson
2019-07-11
pythonic file checks
Michael Hirsch, Ph.D
2019-04-29
Fix flake8-bugbear warnings
Daniel Mensinger
2019-04-29
Fix builtin variable names
Daniel Mensinger
[next]