index
:
bitbake
1.10
1.12
1.14
1.16
1.18
1.20
1.22
1.24
1.26
1.28
1.3
1.30
1.32
1.34
1.36
1.38
1.4
1.40
1.42
1.44
1.46
1.48
1.50
1.52
1.6
1.8
2.0
master
master-next
master-poky
next
pristine-tar
sphinx
wmat
wmat2
Bitbake Development tree
OpenEmbedded
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bb
/
event.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/event/ast: Add RecipePreFinalise event
Richard Purdie
2011-06-09
1
-3
/
+7
*
xmlrpc/event: Add ability to send pickled events to UI if requested
Richard Purdie
2011-06-08
1
-1
/
+4
*
event: don't catch systemexit from handler execution
Chris Larson
2011-06-02
1
-1
/
+1
*
Shift exception formatting into the UI
Chris Larson
2011-05-16
1
-2
/
+4
*
event: improve output for syntax errors in handlers
Chris Larson
2011-04-04
1
-3
/
+9
*
event: improve output when eventhandler exec fails
Chris Larson
2011-04-04
1
-11
/
+31
*
event: register event handler functions, not code objects
Chris Larson
2011-04-04
1
-12
/
+10
*
bitbake/event: fix some whitespace issues
Joshua Lock
2011-03-03
1
-3
/
+1
*
implement command to find configuration files for a config variable
Joshua Lock
2011-03-03
1
-0
/
+10
*
implement command to get all possible targets and their dependencies
Joshua Lock
2011-03-03
1
-0
/
+9
*
event: fix exception format
Chris Larson
2011-02-08
1
-2
/
+2
*
event: limit the number of traceback entries to 5
Chris Larson
2011-02-08
1
-1
/
+2
*
Shift traceback pre-formatting into LogHandler
Chris Larson
2011-02-08
1
-0
/
+4
*
Inject taskpid into log records via our log handler
Chris Larson
2011-01-10
1
-0
/
+4
*
event.py: Improve debug about invalid events
Richard Purdie
2011-01-10
1
-1
/
+1
*
Merge branch 'poky-sync'
Chris Larson
2011-01-07
1
-5
/
+1
|
\
|
*
runqueue: resurrect use of file objects for pipein/pipeout
Chris Larson
2010-12-29
1
-5
/
+1
*
|
event: use BBLogFormatter in print_ui_queue
Chris Larson
2011-01-05
1
-1
/
+2
*
|
event: fix unicode handler registration
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
|
/
*
server: fix interrupt handling for process
Bob Foerster
2010-12-16
1
-1
/
+2
*
Show the user progress when loading the cache
Bob Foerster
2010-12-16
1
-0
/
+19
*
Run the server and UI in separate processes
Bob Foerster
2010-12-16
1
-1
/
+1
*
event: use cPickle for events
Chris Larson
2010-12-10
1
-1
/
+4
*
bb.event: fix MsgBase ref in fire_class_handlers
Chris Larson
2010-12-10
1
-2
/
+1
*
cooker: no cached in progressbar and add ETA
Chris Larson
2010-11-30
1
-3
/
+1
*
Split up the ParseProgress event
Chris Larson
2010-11-21
1
-4
/
+16
*
Fix syntax issue and don't include 'd' in ui_queue
Chris Larson
2010-09-28
1
-2
/
+2
*
Queue up events before the UI is spawned
Chris Larson
2010-09-28
1
-0
/
+21
*
Turn Event into a new style class
Chris Larson
2010-09-09
1
-1
/
+1
*
Use logging in the knotty ui, and pass the log record across directly
Chris Larson
2010-08-27
1
-13
/
+1
*
Use the python logging module under the hood for bb.msg
Chris Larson
2010-08-27
1
-2
/
+46
*
Move the output of no provider and multiple provider messages into the UI
Chris Larson
2010-06-08
1
-1
/
+2
*
Apply the 2to3 print function transform
Chris Larson
2010-04-09
1
-2
/
+2
*
Import fixups
Chris Larson
2010-04-09
1
-1
/
+1
*
Formatting cleanups
Chris Larson
2010-04-09
1
-3
/
+2
*
Don't run metadata event handlers for bb.msg events
Chris Larson
2010-04-09
1
-0
/
+4
*
bb.event: NotHandled and Handled are on the way out
Chris Larson
2010-04-09
1
-2
/
+6
*
Add & utilize a simple_exec utility function
Chris Larson
2010-03-31
1
-1
/
+1
*
Consolidate the exec/eval bits, switch anonfunc to better_exec, etc
Chris Larson
2010-03-30
1
-2
/
+7
*
bitbake/event.py: Run class eventhandlers in the task context but ensure UI h...
Richard Purdie
2010-03-25
1
-8
/
+17
*
bitbake/event: If the server disappears, we just exit too
Richard Purdie
2010-01-21
1
-3
/
+6
*
Improve BBCLASSEXTEND handling for skipped packages and report better parsing...
Richard Purdie
2010-01-20
1
-2
/
+3
*
runqueue.py: Improve IPC between worker threads and the server allowing prope...
Richard Purdie
2010-01-19
1
-0
/
+17
*
event.py: Convert to using pickle for events and isinstance in knotty UI handler
Richard Purdie
2010-01-19
1
-2
/
+5
*
event.py: Drop unused events
Richard Purdie
2010-01-19
1
-35
/
+0
*
event.py: Pass the datastore to the fire command, don't build it into events
Richard Purdie
2010-01-19
1
-31
/
+18
*
Add a RecipeParsed event, which can be used as an alternative to anonymous fu...
Chris Larson
2009-09-14
1
-0
/
+7
*
event.py: Remove the Pkg* events, the make no sense in the task based model b...
Richard Purdie
2008-12-06
1
-12
/
+0
*
Add the pid to the event messages so we can identify which worker events come...
Richard Purdie
2008-12-06
1
-0
/
+5
*
event.py: Clean up the event handling code and some legacy funtions
Richard Purdie
2008-04-06
1
-60
/
+22
[next]