summaryrefslogtreecommitdiffstats
path: root/lib/bb/event.py
AgeCommit message (Expand)Author
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
2015-06-09cooker/event: Add an event which lists all stamps reachable after parsingRichard Purdie
2014-12-09event: fix resetting class handlers objectPaul Eggleton
2014-12-09event: add a means of filtering events internallyPaul Eggleton
2014-08-24lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-07-23toasterui: fixing event.data clashAlexandru DAMIAN
2014-05-30event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-30event.py: Allow passthrough of BBHandledException eventsRichard Purdie
2014-05-30event: Fix event handlers to raise SkipPackageRichard Purdie
2014-03-26cooker/event: Overhaul sanity test mechanismRichard Purdie
2013-09-18bitbake: event: adding generic event for metadata usageAlexandru DAMIAN
2013-08-27bitbake/event.py: UIhandler filter should work without a maskCristiana Voicu
2013-08-26bitbake: Add ui event handlers filteringRichard Purdie
2013-08-23event/msg: Add primitive server side UI log record filteringRichard Purdie
2013-08-16taskdata: report close matches with NoProvider errorsPaul Eggleton
2013-06-14bitbake: Add event mask flag supportBogdan Marinescu
2013-06-12runqueue: Split runqueue to use bitbake-workerRichard Purdie
2013-05-23cooker/cookerdata/event: Improve class handlers managementRichard Purdie
2013-05-23event: Drop Handled/NotHandled status return valuesRichard Purdie
2012-10-11event/hob: Add a button for network tests in the proxy settingsBogdan Marinescu
2012-09-27Add sanity check progress screenBogdan Marinescu
2012-09-24event.py, knotty.py, ncurses.py, runningbuild.py: Add support for LogExecTTY ...Jason Wessel
2012-09-20compat, event: use OrderedDict from py2.7 for the event handlersChristopher Larson
2012-09-14lib/bb/event: improve handling of event queue on exitPaul Eggleton
2012-08-22event/ast: Use better_exec instead of simple_execRichard Purdie
2012-08-02monitordisk: fire event DISKFULL when terminate buildKang Kai
2012-05-30hob: handle sanity check failures as a separate eventPaul Eggleton
2012-04-24event.py: Add SanityCheck and SanityCheckPassed eventsDongxiao Xu
2012-02-23bitbake: change for adding progress bar in Hob2.Shane Wang
2012-02-23event.py: Add new events RequestPackageInfo and PackageInfoDongxiao Xu
2012-01-06cooker: remove command import in cooker.pyDongxiao Xu
2011-09-02bitbake/event: Allow event handlers to quietly raise SkipPackage eventsRichard Purdie
2011-07-27bitbake: show more information for NoProvider errorsPaul Eggleton
2011-07-21event: fix the event display order when exiting earlyChris Larson
2011-07-01cooker|command|event: add new command findFilesMatchingInDirJoshua Lock
2011-07-01command|cooker|event: add findConfigFilePath commandJoshua Lock
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-08xmlrpc/event: Add ability to send pickled events to UI if requestedRichard Purdie
2011-06-02event: don't catch systemexit from handler executionChris Larson
2011-05-16Shift exception formatting into the UIChris Larson
2011-04-04event: improve output for syntax errors in handlersChris Larson
2011-04-04event: improve output when eventhandler exec failsChris Larson
2011-04-04event: register event handler functions, not code objectsChris Larson