summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake/cooker: don't drop possible_world ref countJoshua Lock2011-02-241-4/+0
* bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock2011-02-241-0/+6
* bitbake/cooker: reduce code duplicationJoshua Lock2011-02-241-26/+11
* bitbake/cooker: add generateTargetsTree methodJoshua Lock2011-02-241-3/+64
* bitbake: implement command to find configuration files for a config variableJoshua Lock2011-02-241-0/+24
* bitbake: implement command to get all possible targets and their dependenciesJoshua Lock2011-02-241-0/+25
* bitbake/cooker: Fix parsing failure zombie problemRichard Purdie2011-02-231-0/+12
* bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie2011-02-151-2/+2
* bitbake/cooker.py: Fix merge conflict with upstream which was preventing clea...Richard Purdie2011-01-071-6/+5
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-7/+4
* Move LAYERDIR expansion hack into DataSmartChris Larson2011-01-041-13/+1
* Show the user progress when loading the cacheBob Foerster2011-01-041-0/+1
* cooker: don't swallow recipe parse errorsChris Larson2011-01-041-2/+6
* Rename command events, adjust compareRevisionsChris Larson2011-01-041-4/+0
* cooker: add shutdown/stop methodsChris Larson2011-01-041-0/+6
* cooker: merge cookerState and cookerActionChris Larson2011-01-041-22/+11
* cooker: use a pool, abort on first parse errorChris Larson2011-01-041-84/+60
* Fix the <100 recipe progress fixChris Larson2011-01-041-1/+1
* cooker: don't choke on <100 recipes to parseChris Larson2011-01-041-1/+1
* cooker: no cached in progressbar and add ETAChris Larson2011-01-041-15/+9
* cooker: pass back child exceptions to the serverChris Larson2011-01-041-6/+12
* cooker: ensure that the cache sync completesChris Larson2011-01-041-2/+7
* cooker: get number of threads in constructorChris Larson2011-01-041-3/+3
* cooker: don't add info for skipped recipesChris Larson2011-01-041-2/+3
* cooker: show progress bar before initializing the cacheChris Larson2011-01-041-13/+16
* cooker: save progress chunk value (total/100)Chris Larson2011-01-041-1/+2
* cooker: stop loading the cache for -bChris Larson2011-01-041-25/+28
* cooker: don't fire unnecessary parse progress eventsBob Foerster2011-01-041-1/+3
* cache: sync the cache file to disk in the backgroundChris Larson2011-01-041-15/+16
* Implement parallel parsing supportChris Larson2011-01-041-38/+97
* cache: create and use a RecipeInfo classChris Larson2011-01-041-2/+1
* Prefer xrange over range for small performance gain.Bob Foerster2011-01-041-1/+1
* Pre-explode rundeps/runrecs in CacheDataChris Larson2011-01-041-2/+2
* Fix GraphViz .dot output for rdepends and rrecsChris Larson2011-01-041-2/+2
* Resurrect display of failed filesChris Larson2011-01-041-0/+4
* Fix syntax issue and don't include 'd' in ui_queueChris Larson2011-01-041-2/+2
* Queue up events before the UI is spawnedChris Larson2011-01-041-51/+53
* Simplify build exception handlingChris Larson2011-01-041-6/+2
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-65/+61
* bitbake: Overhaul environment handlingRichard Purdie2010-12-091-1/+2
* bitbake/cooker: fix idle command processing in serversJoshua Lock2010-12-091-1/+1
* bitbake: Simplfy pre and post cooker hooksRichard Purdie2010-11-281-3/+6
* bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie2010-11-131-31/+42
* bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie2010-09-291-2/+2
* bitbake: Implement signaturesRichard Purdie2010-09-031-0/+4
* bitbake/codeparser: Implement persistent cacheRichard Purdie2010-08-311-0/+2
* bitbake/cooker.py: Don't init the fetcher in the worker caseRichard Purdie2010-08-201-1/+2
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-191-2/+5
* bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie2010-08-191-1/+4
* bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie2010-08-181-8/+8