summaryrefslogtreecommitdiffstats
path: root/lib/bb/event.py
AgeCommit message (Expand)Author
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
2008-02-26runqueue.py: Add StampUpdate eventRichard Purdie
2007-08-25event.py: Add DepTreeGenerated eventRichard Purdie
2007-08-19event.py: masked files are not included in totalRichard Purdie
2007-08-18event.py: Add _message variable to PkgBase, add error field to ParseProgressRichard Purdie
2007-07-29event.py: Add ConfigParsed Event after configuration parsing is completeRichard Purdie
2007-03-19event.py: Add ParseProgress classRichard Purdie
2007-03-19event.py: Allow basic (ugly) UI event handler registrationRichard Purdie
2007-03-04event.py: Remove data dependencies to resolve a dependency loopRichard Purdie
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther