summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/progress.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: progress: LineFilterProgressHandler - Handle parsing line which ends...Przemyslaw Gorszkowski2021-05-011-2/+5
* bitbake: progress: filter ANSI escape codes before looking for progress textChris Laplante2020-08-081-3/+22
* bitbake: progress: fix hypothetical NameError if 'progress' isn't setChris Laplante2020-08-081-3/+5
* bitbake: progress: modernize syntax, formatChris Laplante2020-08-081-10/+17
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: build/progress: use context managers for progress handlersChris Laplante2019-06-111-1/+15
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: lib/bb/progress: avoid possibility of start event being reported twicePaul Eggleton2016-07-261-1/+4
* bitbake: fetch2: implement progress supportPaul Eggleton2016-07-191-0/+31
* bitbake: progress: Ensure missing start event is firedRichard Purdie2016-07-081-0/+3
* bitbake: runqueue: report progress for "Preparing RunQueue" stepPaul Eggleton2016-07-081-0/+42
* bitbake: lib/bb/progress: add MultiStageProgressReporterPaul Eggleton2016-07-081-0/+111
* bitbake: lib: implement basic task progress supportPaul Eggleton2016-07-081-0/+86