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
2018-05-01
Add VT100 ANSI escape sequences for Windows 10.
Isabella Muerte
2018-04-26
interpreter: Verify permitted kwargs on all methods
Xavier Claessens
2018-04-13
Indicate subproject depth in console output
Jon Turney
2018-03-10
Refactor: Add log.error and log.exception to reduce code duplication.
Jukka Laurila
2018-02-21
Handle a warning location which evaluates to False
Jon Turney
2018-01-30
Report warning/error locations in a format IDEs may already know how to parse
Jon Turney
2018-01-01
Consolidate warning location formatting in mlog.warning()
Jon Turney
2017-11-29
Enable ANSI colors on Windows when ANSICON is set
Joergen Ibsen
2017-09-14
logging: Print location of log file on error
Nirbheek Chauhan
2017-08-18
Ensure log file gets closed.
Jussi Pakkanen
2017-04-09
Add an option to dependencies called 'method'. This can be used to
Aaron Small
2017-03-08
Do not colorize output on dumb terminals
Michal Sojka
2017-03-01
Graceful fallback when printing messages with characters not understood by st...
Jussi Pakkanen
2017-02-27
Force log file to UTF-8.
Jussi Pakkanen
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2016-11-08
Implement mlog.warning and use it everywhere for warnings
Nirbheek Chauhan
2016-06-23
Print full mesonlog on failed tests when run under CI.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen