aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/event.py
AgeCommit message (Expand)Author
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
2006-03-22lib/bb/event.py:Holger Hans Peter Freyther
2006-03-22bin/bitbake:Holger Hans Peter Freyther
2006-03-13bitbake/lib/bb/event.py:Holger Hans Peter Freyther
2006-03-07bitbake/lib/bb/data_smart.py,event.py:Holger Hans Peter Freyther
2006-02-26bitbake/lib/bb/event.py:Holger Hans Peter Freyther
2006-02-25lib/bb/event.py:Holger Hans Peter Freyther
2006-02-24bitbake/lib/event.bb:Holger Hans Peter Freyther
2006-02-23lib/bb/event.py:Holger Hans Peter Freyther
2005-01-17Unbork our event classes a bit. Added a 'data' property to the Build events ...Chris Larson
2004-12-07Initial import.Chris Larson