aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/event.py
AgeCommit message (Expand)Author
2021-03-23runqueue/event: Add an event for notifying of stale setscene tasksRichard Purdie
2021-03-11event: Fix another 'if d' test to test for None explictlyRichard Purdie
2021-03-11event: Fix multiconfig event handler change performance regressionsRichard Purdie
2021-03-11event.py: fix regression about INVALIDCONFChen Qi
2021-02-20event: Fix broken builds when multiconfig has a hyphen in the nameJoshua Watt
2021-02-11event: Prevent bitbake from executing event handler for wrong multiconfig targetTomasz Dziendzielski
2020-08-25compat.py: remove file since it no longer actually implements anythingChris Laplante
2020-05-21event/ast: Add RecipePostKeyExpansion eventRichard Purdie
2020-02-19event: Remove duplicated items from close matchesRobert Yang
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19lib: remove unused importsFrazer Clews
2019-07-15event/runqueue: Drop StampUpdate event, its pointless/unusedRichard Purdie
2019-07-02event: Clear ui_queue after handling itRichard Purdie
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-09-04server/process: Various server startup logging fixesRichard Purdie
2018-08-14event.py: fix typoKai Kang
2018-01-07events: Drop unused cfg propertyRichard Purdie
2017-11-08event: Ensure we clean up loggersRichard Purdie
2017-07-28event: Don't write duplicate logs to stdout and stderr in no UI caseRichard Purdie
2017-07-27bitbake-diffsigs: fix regression after recent server changesPaul Eggleton
2017-07-21lib/bb/event: refactor printing eventsPaul Eggleton
2017-07-18event/command: Allow UI to request the UI eventhander IDRichard Purdie
2017-07-07event: Queue offline events for the UIRichard Purdie
2017-07-06bitbake: Add MultiConfigParsed eventRichard Purdie
2017-06-23event: remove mapping for deleted event handlersJair Gonzalez
2017-06-16event: drop some unused eventsPaul Eggleton
2017-01-19event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie
2017-01-06event: Replace slightly elderly bbmake references!Richard Purdie
2016-12-07monitordisk: add eventPatrick Ohly
2016-12-07cooker process: fire heartbeat event at regular time intervalsPatrick Ohly
2016-10-15bb.event: fix infinite loop on print_ui_queueAníbal Limón
2016-10-05event: prevent unclosed file warning in print_ui_queueJoshua Lock
2016-10-05bb/event.py: fire_ui_handlers enable threading lock supportAníbal Limón
2016-09-14event.py: output errors and warnings to stderrEd Bartosh
2016-08-11cooker: add BuildInit eventElliot Smith
2016-07-05knotty: add code to support showing progress for sstate object queryingPaul Eggleton
2016-06-14parse/ast, event: Ensure we reset registered handlers during parsingRichard Purdie
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-12event/msg: Pass formatted exceptionsRichard Purdie
2016-05-06bb.event: handle __builtins__ as a moduleChristopher Larson
2015-12-22event/utils/methodpool: Add a cache of compiled code objectsRichard Purdie
2015-12-15ast/event/utils: Improve tracebacks to include file and line numbers more cor...Richard Purdie
2015-12-14event: Fix subprocess event error traceback failuresRichard Purdie
2015-09-03event/server: Add _uiready flag to handle missing error messagesRichard Purdie
2015-08-29lib/bb/cooker: add interrupted flag to BuildCompleted eventPaul Eggleton
2015-08-17Fix default function parameter assignment to a listPaul Eggleton
2015-06-26event: Handle recursive events and the data store betterRichard Purdie
2015-06-19event: Inject 'd' into event handlersRichard Purdie