aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mlog.py
AgeCommit message (Collapse)AuthorFilesLines
2017-04-09Add an option to dependencies called 'method'. This can be used toAaron Small1-0/+13
configure a detection method, for those types of dependencies that have more than one means of detection. The default detection methods are unchanged if 'method' is not specified, and all dependencies support the method 'auto', which is the same as not specifying a method. The dependencies which do support multiple detection methods additionally support other values, depending on the dependency.
2017-03-08Do not colorize output on dumb terminalsMichal Sojka1-1/+2
Dumb terminal is provided e.g. by Emacs for programs run within it.
2017-03-01Graceful fallback when printing messages with characters not understood by ↵Jussi Pakkanen1-2/+13
stdout.
2017-02-27Force log file to UTF-8.Jussi Pakkanen1-1/+1
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-1/+1
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan1-0/+6
Prepends the string with 'WARNING:' in ANSI yellow. Closes https://github.com/mesonbuild/meson/issues/961
2016-06-23Print full mesonlog on failed tests when run under CI.Jussi Pakkanen1-0/+2
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ↵Jussi Pakkanen1-0/+81
in the same toplevel dir.