summaryrefslogtreecommitdiff
path: root/mesonbuild/mlog.py
Commit message (Expand)AuthorAgeFilesLines
* Print a more usable message when a subproject fails to configureNirbheek Chauhan2018-07-071-4/+4
* Add new method: mlog.deprecation()Nirbheek Chauhan2018-07-071-0/+5
* mlog: Log timestamps in profile-self modeNirbheek Chauhan2018-07-061-1/+12
* mlog: Add built-in support for quoting bolded messagesNirbheek Chauhan2018-07-061-5/+9
* Add VT100 ANSI escape sequences for Windows 10.Isabella Muerte2018-05-011-1/+15
* interpreter: Verify permitted kwargs on all methodsXavier Claessens2018-04-261-3/+2
* Indicate subproject depth in console outputJon Turney2018-04-131-6/+23
* Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila2018-03-101-5/+24
* Handle a warning location which evaluates to FalseJon Turney2018-02-211-1/+1
* Report warning/error locations in a format IDEs may already know how to parseJon Turney2018-01-301-2/+5
* Consolidate warning location formatting in mlog.warning()Jon Turney2018-01-011-0/+7
* Enable ANSI colors on Windows when ANSICON is setJoergen Ibsen2017-11-291-2/+4
* logging: Print location of log file on errorNirbheek Chauhan2017-09-141-1/+2
* Ensure log file gets closed.Jussi Pakkanen2017-08-181-1/+3
* Add an option to dependencies called 'method'. This can be used toAaron Small2017-04-091-0/+13
* Do not colorize output on dumb terminalsMichal Sojka2017-03-081-1/+2
* Graceful fallback when printing messages with characters not understood by st...Jussi Pakkanen2017-03-011-2/+13
* Force log file to UTF-8.Jussi Pakkanen2017-02-271-1/+1
* cleanup: Remove redundant parenthesesMike Sinkovsky2017-01-181-1/+1
* Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan2016-11-081-0/+6
* Print full mesonlog on failed tests when run under CI.Jussi Pakkanen2016-06-231-0/+2
* Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen2016-01-161-0/+81