summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bb.event: fix infinite loop on print_ui_queueAníbal Limón2016-11-081-2/+2
* bitbake: event: prevent unclosed file warning in print_ui_queueJoshua Lock2016-11-081-3/+3
* bitbake: event.py: output errors and warnings to stderrEd Bartosh2016-11-081-3/+10
* bitbake: event/utils/methodpool: Add a cache of compiled code objectsRichard Purdie2015-12-221-7/+10
* bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie2015-12-181-2/+8
* bitbake: event: Fix subprocess event error traceback failuresRichard Purdie2015-12-141-0/+2
* bitbake: event/server: Add _uiready flag to handle missing error messagesRichard Purdie2015-09-041-3/+7
* bitbake: lib/bb/cooker: add interrupted flag to BuildCompleted eventPaul Eggleton2015-08-291-1/+2
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-191-2/+2
* bitbake: event: Handle recursive events and the data store betterRichard Purdie2015-06-261-2/+6
* bitbake: event: Inject 'd' into event handlersRichard Purdie2015-06-231-0/+2
* bitbake: cooker/event: Add an event which lists all stamps reachable after pa...Richard Purdie2015-06-091-0/+10
* bitbake: event: fix resetting class handlers objectPaul Eggleton2014-12-091-0/+1
* bitbake: event: add a means of filtering events internallyPaul Eggleton2014-12-091-0/+8
* bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day2014-08-251-2/+2
* bitbake: toasterui: fixing event.data clashAlexandru DAMIAN2014-07-231-1/+1
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-1/+1
* bitbake: event.py: Allow passthrough of BBHandledException eventsRichard Purdie2014-06-011-1/+1
* bitbake: event: Fix event handlers to raise SkipPackageRichard Purdie2014-06-011-4/+1
* bitbake: cooker/event: Overhaul sanity test mechanismRichard Purdie2014-03-271-2/+8
* bitbake: bitbake: event: adding generic event for metadata usageAlexandru DAMIAN2013-09-221-0/+10
* bitbake: bitbake/event.py: UIhandler filter should work without a maskCristiana Voicu2013-08-271-1/+1
* bitbake: bitbake: Add ui event handlers filteringRichard Purdie2013-08-261-3/+14
* bitbake: event/msg: Add primitive server side UI log record filteringRichard Purdie2013-08-231-0/+25
* bitbake: taskdata: report close matches with NoProvider errorsPaul Eggleton2013-08-161-1/+2
* bitbake: bitbake: Add event mask flag supportBogdan Marinescu2013-06-141-5/+18
* bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie2013-06-141-10/+3
* bitbake: cooker/cookerdata/event: Improve class handlers managementRichard Purdie2013-05-241-1/+10
* bitbake: event: Drop Handled/NotHandled status return valuesRichard Purdie2013-05-241-11/+0
* bitbake: event/hob: Add a button for network tests in the proxy settingsBogdan Marinescu2012-10-241-0/+16
* bitbake: Add sanity check progress screenBogdan Marinescu2012-09-271-1/+2
* bitbake: event.py, knotty.py, ncurses.py, runningbuild.py: Add support for Lo...Jason Wessel2012-09-241-0/+9
* bitbake: compat, event: use OrderedDict from py2.7 for the event handlersChristopher Larson2012-09-201-1/+2
* bitbake: lib/bb/event: improve handling of event queue on exitPaul Eggleton2012-09-141-0/+12
* bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie2012-08-221-1/+1
* bitbake: monitordisk: fire event DISKFULL when terminate buildKang Kai2012-08-021-0/+8
* hob: handle sanity check failures as a separate eventPaul Eggleton2012-05-301-0/+8
* event.py: Add SanityCheck and SanityCheckPassed eventsDongxiao Xu2012-04-241-0/+10
* bitbake: change for adding progress bar in Hob2.Shane Wang2012-02-231-23/+60
* event.py: Add new events RequestPackageInfo and PackageInfoDongxiao Xu2012-02-231-0/+13
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-061-0/+8
* bitbake/event: Allow event handlers to quietly raise SkipPackage eventsRichard Purdie2011-09-021-0/+2
* bitbake: show more information for NoProvider errorsPaul Eggleton2011-07-271-1/+2
* event: fix the event display order when exiting earlyChris Larson2011-07-211-2/+1
* cooker|command|event: add new command findFilesMatchingInDirJoshua Lock2011-07-011-0/+10
* command|cooker|event: add findConfigFilePath commandJoshua Lock2011-07-011-0/+8
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-3/+7
* Shift exception formatting into the UIChris Larson2011-06-081-0/+7
* bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie2011-06-081-1/+4
* event: don't catch systemexit from handler executionChris Larson2011-06-021-1/+1