aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mlog.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-09-08typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger1-1/+1
2020-09-02Add a notice about Python 3.5 supportNirbheek Chauhan1-2/+7
2020-07-05Don't make unactionable warnings fatalNirbheek Chauhan1-2/+2
2020-04-30Make colourize_console() a functionJon Turney1-6/+23
2020-04-21switch python2 %s for python3 .formatMichael1-1/+1
2020-03-22Add property to disable compiler sanity checks during cross compilation.Jussi Pakkanen1-1/+1
2020-03-15fix conversion of hasattr to getattrDylan Baker1-1/+1
2020-03-05mesonbuild/mesonlib: Add type annotationsDylan Baker1-1/+1
2020-03-01Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen1-0/+4
2020-03-01Merge pull request #6627 from jon-turney/cwd-relative-file-locationsJussi Pakkanen1-4/+12
2020-02-29mlog: fix remaining mypy errors and add to mypy checkDylan Baker1-9/+9
2020-02-28Rename 'subdir' -> 'filename' in location objectsJon Turney1-2/+1
2020-02-28Display filename cwd relative in warning locationJon Turney1-2/+2
2020-02-28Store filename in node locationJon Turney1-1/+1
2020-02-28Fix typos in comments about type annotationsJon Turney1-2/+2
2020-02-28Remove unused MesonException.get_msg_with_context()Jon Turney1-1/+10
2020-02-26summary: Add more info in Subprojects sectionXavier Claessens1-0/+4
2020-02-16Split console colourization into a separate functionNirbheek Chauhan1-7/+9
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-39/+28
2019-12-13mlog: Add a log_once functionDylan Baker1-10/+38
2019-12-13mlog: remove incorrect uses of global keywordDylan Baker1-2/+0
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger1-3/+2
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger1-0/+10
2019-11-14mlog: add non bold version of colorsDaniel Mensinger1-0/+15
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-10Make parser errors print relative path to meson.build fileNiklas Claesson1-1/+18
2019-07-11pythonic file checksMichael Hirsch, Ph.D1-4/+7
2019-04-29Fix flake8-bugbear warningsDaniel Mensinger1-20/+23
2019-04-29Fix builtin variable namesDaniel Mensinger1-5/+5
2019-04-22mlog: add type annotationsDylan Baker1-54/+70
2019-03-04rewriter: Quiet logging by defaultDaniel Mensinger1-5/+16
2019-01-16do_subproject: Improve log messages and formattingXavier Claessens1-4/+7
2018-12-29Disable mlog and don't require build directory for environmentDaniel Mensinger1-0/+12
2018-12-02Add 'meson subprojects update' commandXavier Claessens1-0/+3
2018-10-29Print dependencies being used for compiler checksNirbheek Chauhan1-0/+2
2018-09-04Add --fatal-meson-warnings command line optionXavier Claessens1-2/+9
2018-08-22mlog.shutdown(): Return the log file path or None if not initializedXavier Claessens1-0/+3
2018-07-07Print a more usable message when a subproject fails to configureNirbheek Chauhan1-4/+4
2018-07-07Add new method: mlog.deprecation()Nirbheek Chauhan1-0/+5
2018-07-06mlog: Log timestamps in profile-self modeNirbheek Chauhan1-1/+12
2018-07-06mlog: Add built-in support for quoting bolded messagesNirbheek Chauhan1-5/+9
2018-05-01Add VT100 ANSI escape sequences for Windows 10.Isabella Muerte1-1/+15
2018-04-26interpreter: Verify permitted kwargs on all methodsXavier Claessens1-3/+2
2018-04-13Indicate subproject depth in console outputJon Turney1-6/+23
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila1-5/+24
2018-02-21Handle a warning location which evaluates to FalseJon Turney1-1/+1
2018-01-30Report warning/error locations in a format IDEs may already know how to parseJon Turney1-2/+5
2018-01-01Consolidate warning location formatting in mlog.warning()Jon Turney1-0/+7
2017-11-29Enable ANSI colors on Windows when ANSICON is setJoergen Ibsen1-2/+4