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
2025-11-03
mlog: add a new log file with the setup logs
Stéphane Cerveau
2025-09-25
mypy: loosen type ignore
Eli Schwartz
2024-10-11
mlog: Log once should not take location into account
Xavier Claessens
2024-09-20
rewriter: don't output target info to stderr
Benoit Pierre
2024-09-15
When configuring fails in Github Actions, print folded logs
Eli Schwartz
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-26
mlog: Catch OSError when closing pager
Xavier Claessens
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-07-21
Prevent summary displaying timestamp twice
Charles Brunet
2023-07-21
Display more timestamps when profiling ninja
Charles Brunet
2023-05-31
mlog: put the module docstring at the top of the file
Dylan Baker
2023-05-31
mlog: use StringProtocol where we said we should
Dylan Baker
2023-05-31
mlog: use a hidden class for state
Dylan Baker
2023-05-31
mlog: remove out-of-date comment
Dylan Baker
2023-05-31
mlog: remove direct calls to log_once
Dylan Baker
2023-02-01
micro-optimize: define typing-only objects in TYPE_CHECKING
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-29
mlog: do not squelch console output for errors
Eli Schwartz
2023-01-03
mlog: move code for printing code with a caret to the mlog module
Dylan Baker
2023-01-03
mlog: use an enum instead of strings
Dylan Baker
2023-01-03
mlog: Remove using of `**kwargs: T.Any`
Dylan Baker
2022-12-12
mlog: set LV environment variable for pager.
Phil Jones
2022-12-12
mlog: set LESS environment variable for pager.
Phil Jones
2022-09-28
mlog: Use less from git on Windows
Xavier Claessens
2022-09-23
mlog: disable usage of global for log_pager
Xavier Claessens
2022-09-22
pylint: enable global-statement
Dylan Baker
2022-09-22
pylint: enable global-variable-not-assigned
Dylan Baker
2022-09-22
mlog: Add support for pager
Xavier Claessens
2022-06-09
mlog: add support for italic/emphasized text in AnsiText
Hemmo Nieminen
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2021-12-30
fix type annotations for mlog nesting
Eli Schwartz
2021-10-27
Revert "mark a couple of typing-only imports as noqa, to appease pyflakes"
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-26
fix lgtm.com "Use of the return value of a procedure"
Eli Schwartz
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
[next]