aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/event.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-3/+7
* xmlrpc/event: Add ability to send pickled events to UI if requestedRichard Purdie2011-06-081-1/+4
* event: don't catch systemexit from handler executionChris Larson2011-06-021-1/+1
* Shift exception formatting into the UIChris Larson2011-05-161-2/+4
* event: improve output for syntax errors in handlersChris Larson2011-04-041-3/+9
* event: improve output when eventhandler exec failsChris Larson2011-04-041-11/+31
* event: register event handler functions, not code objectsChris Larson2011-04-041-12/+10
* bitbake/event: fix some whitespace issuesJoshua Lock2011-03-031-3/+1
* implement command to find configuration files for a config variableJoshua Lock2011-03-031-0/+10
* implement command to get all possible targets and their dependenciesJoshua Lock2011-03-031-0/+9
* event: fix exception formatChris Larson2011-02-081-2/+2
* event: limit the number of traceback entries to 5Chris Larson2011-02-081-1/+2
* Shift traceback pre-formatting into LogHandlerChris Larson2011-02-081-0/+4
* Inject taskpid into log records via our log handlerChris Larson2011-01-101-0/+4
* event.py: Improve debug about invalid eventsRichard Purdie2011-01-101-1/+1
* Merge branch 'poky-sync'Chris Larson2011-01-071-5/+1
|\
| * runqueue: resurrect use of file objects for pipein/pipeoutChris Larson2010-12-291-5/+1
* | event: use BBLogFormatter in print_ui_queueChris Larson2011-01-051-1/+2
* | event: fix unicode handler registrationBernhard Reutner-Fischer2011-01-041-1/+1
|/
* server: fix interrupt handling for processBob Foerster2010-12-161-1/+2
* Show the user progress when loading the cacheBob Foerster2010-12-161-0/+19
* Run the server and UI in separate processesBob Foerster2010-12-161-1/+1
* event: use cPickle for eventsChris Larson2010-12-101-1/+4
* bb.event: fix MsgBase ref in fire_class_handlersChris Larson2010-12-101-2/+1
* cooker: no cached in progressbar and add ETAChris Larson2010-11-301-3/+1
* Split up the ParseProgress eventChris Larson2010-11-211-4/+16
* Fix syntax issue and don't include 'd' in ui_queueChris Larson2010-09-281-2/+2
* Queue up events before the UI is spawnedChris Larson2010-09-281-0/+21
* Turn Event into a new style classChris Larson2010-09-091-1/+1
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2010-08-271-13/+1
* Use the python logging module under the hood for bb.msgChris Larson2010-08-271-2/+46
* Move the output of no provider and multiple provider messages into the UIChris Larson2010-06-081-1/+2
* Apply the 2to3 print function transformChris Larson2010-04-091-2/+2
* Import fixupsChris Larson2010-04-091-1/+1
* Formatting cleanupsChris Larson2010-04-091-3/+2
* Don't run metadata event handlers for bb.msg eventsChris Larson2010-04-091-0/+4
* bb.event: NotHandled and Handled are on the way outChris Larson2010-04-091-2/+6
* Add & utilize a simple_exec utility functionChris Larson2010-03-311-1/+1
* Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson2010-03-301-2/+7
* bitbake/event.py: Run class eventhandlers in the task context but ensure UI h...Richard Purdie2010-03-251-8/+17
* bitbake/event: If the server disappears, we just exit tooRichard Purdie2010-01-211-3/+6
* Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie2010-01-201-2/+3
* runqueue.py: Improve IPC between worker threads and the server allowing prope...Richard Purdie2010-01-191-0/+17
* event.py: Convert to using pickle for events and isinstance in knotty UI handlerRichard Purdie2010-01-191-2/+5
* event.py: Drop unused eventsRichard Purdie2010-01-191-35/+0
* event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie2010-01-191-31/+18
* Add a RecipeParsed event, which can be used as an alternative to anonymous fu...Chris Larson2009-09-141-0/+7
* event.py: Remove the Pkg* events, the make no sense in the task based model b...Richard Purdie2008-12-061-12/+0
* Add the pid to the event messages so we can identify which worker events come...Richard Purdie2008-12-061-0/+5
* event.py: Clean up the event handling code and some legacy funtionsRichard Purdie2008-04-061-60/+22