summaryrefslogtreecommitdiff
path: root/mesonbuild/mlog.py
AgeCommit message (Expand)Author
2018-05-01Add VT100 ANSI escape sequences for Windows 10.Isabella Muerte
2018-04-26interpreter: Verify permitted kwargs on all methodsXavier Claessens
2018-04-13Indicate subproject depth in console outputJon Turney
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila
2018-02-21Handle a warning location which evaluates to FalseJon Turney
2018-01-30Report warning/error locations in a format IDEs may already know how to parseJon Turney
2018-01-01Consolidate warning location formatting in mlog.warning()Jon Turney
2017-11-29Enable ANSI colors on Windows when ANSICON is setJoergen Ibsen
2017-09-14logging: Print location of log file on errorNirbheek Chauhan
2017-08-18Ensure log file gets closed.Jussi Pakkanen
2017-04-09Add an option to dependencies called 'method'. This can be used toAaron Small
2017-03-08Do not colorize output on dumb terminalsMichal Sojka
2017-03-01Graceful fallback when printing messages with characters not understood by st...Jussi Pakkanen
2017-02-27Force log file to UTF-8.Jussi Pakkanen
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan
2016-06-23Print full mesonlog on failed tests when run under CI.Jussi Pakkanen
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen