summaryrefslogtreecommitdiffstats
path: root/lib/bb/event.py
AgeCommit message (Expand)Author
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
2011-03-03bitbake/event: fix some whitespace issuesJoshua Lock
2011-03-03implement command to find configuration files for a config variableJoshua Lock
2011-03-03implement command to get all possible targets and their dependenciesJoshua Lock
2011-02-08event: fix exception formatChris Larson
2011-02-08event: limit the number of traceback entries to 5Chris Larson
2011-02-08Shift traceback pre-formatting into LogHandlerChris Larson
2011-01-10Inject taskpid into log records via our log handlerChris Larson
2011-01-10event.py: Improve debug about invalid eventsRichard Purdie
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-05event: use BBLogFormatter in print_ui_queueChris Larson
2011-01-04event: fix unicode handler registrationBernhard Reutner-Fischer
2010-12-29runqueue: resurrect use of file objects for pipein/pipeoutChris Larson
2010-12-16server: fix interrupt handling for processBob Foerster
2010-12-16Show the user progress when loading the cacheBob Foerster
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-10event: use cPickle for eventsChris Larson
2010-12-10bb.event: fix MsgBase ref in fire_class_handlersChris Larson
2010-11-30cooker: no cached in progressbar and add ETAChris Larson
2010-11-21Split up the ParseProgress eventChris Larson
2010-09-28Fix syntax issue and don't include 'd' in ui_queueChris Larson
2010-09-28Queue up events before the UI is spawnedChris Larson
2010-09-09Turn Event into a new style classChris Larson
2010-08-27Use logging in the knotty ui, and pass the log record across directlyChris Larson
2010-08-27Use the python logging module under the hood for bb.msgChris Larson
2010-06-08Move the output of no provider and multiple provider messages into the UIChris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Don't run metadata event handlers for bb.msg eventsChris Larson
2010-04-09bb.event: NotHandled and Handled are on the way outChris Larson
2010-03-31Add & utilize a simple_exec utility functionChris Larson
2010-03-30Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-03-25bitbake/event.py: Run class eventhandlers in the task context but ensure UI h...Richard Purdie
2010-01-21bitbake/event: If the server disappears, we just exit tooRichard Purdie
2010-01-20Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie
2010-01-19runqueue.py: Improve IPC between worker threads and the server allowing prope...Richard Purdie
2010-01-19event.py: Convert to using pickle for events and isinstance in knotty UI handlerRichard Purdie
2010-01-19event.py: Drop unused eventsRichard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-09-14Add a RecipeParsed event, which can be used as an alternative to anonymous fu...Chris Larson
2008-12-06event.py: Remove the Pkg* events, the make no sense in the task based model b...Richard Purdie
2008-12-06Add the pid to the event messages so we can identify which worker events come...Richard Purdie
2008-04-06event.py: Clean up the event handling code and some legacy funtionsRichard Purdie