summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/progress.py
AgeCommit message (Expand)Author
2020-08-08bitbake: progress: filter ANSI escape codes before looking for progress textChris Laplante
2020-08-08bitbake: progress: fix hypothetical NameError if 'progress' isn't setChris Laplante
2020-08-08bitbake: progress: modernize syntax, formatChris Laplante
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-06-11bitbake: build/progress: use context managers for progress handlersChris Laplante
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2016-07-26bitbake: lib/bb/progress: avoid possibility of start event being reported twicePaul Eggleton
2016-07-19bitbake: fetch2: implement progress supportPaul Eggleton
2016-07-08bitbake: progress: Ensure missing start event is firedRichard Purdie
2016-07-08bitbake: runqueue: report progress for "Preparing RunQueue" stepPaul Eggleton
2016-07-08bitbake: lib/bb/progress: add MultiStageProgressReporterPaul Eggleton
2016-07-08bitbake: lib: implement basic task progress supportPaul Eggleton