aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
2011-02-23bitbake: Remove in-tree versionKhem Raj
2011-02-23bitbake/cooker: Fix parsing failure zombie problemRichard Purdie
2011-02-15bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie
2011-01-07bitbake/cooker.py: Fix merge conflict with upstream which was preventing clea...Richard Purdie
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04Move LAYERDIR expansion hack into DataSmartChris Larson
2011-01-04Show the user progress when loading the cacheBob Foerster
2011-01-04cooker: don't swallow recipe parse errorsChris Larson
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04cooker: add shutdown/stop methodsChris Larson
2011-01-04cooker: merge cookerState and cookerActionChris Larson
2011-01-04cooker: use a pool, abort on first parse errorChris Larson
2011-01-04Fix the <100 recipe progress fixChris Larson
2011-01-04cooker: don't choke on <100 recipes to parseChris Larson
2011-01-04cooker: no cached in progressbar and add ETAChris Larson
2011-01-04cooker: pass back child exceptions to the serverChris Larson
2011-01-04cooker: ensure that the cache sync completesChris Larson
2011-01-04cooker: get number of threads in constructorChris Larson
2011-01-04cooker: don't add info for skipped recipesChris Larson
2011-01-04cooker: show progress bar before initializing the cacheChris Larson
2011-01-04cooker: save progress chunk value (total/100)Chris Larson
2011-01-04cooker: stop loading the cache for -bChris Larson
2011-01-04cooker: don't fire unnecessary parse progress eventsBob Foerster
2011-01-04cache: sync the cache file to disk in the backgroundChris Larson
2011-01-04Implement parallel parsing supportChris Larson
2011-01-04cache: create and use a RecipeInfo classChris Larson
2011-01-04Prefer xrange over range for small performance gain.Bob Foerster
2011-01-04Pre-explode rundeps/runrecs in CacheDataChris Larson
2011-01-04Fix GraphViz .dot output for rdepends and rrecsChris Larson
2011-01-04Resurrect display of failed filesChris Larson
2011-01-04Fix syntax issue and don't include 'd' in ui_queueChris Larson
2011-01-04Queue up events before the UI is spawnedChris Larson
2011-01-04Simplify build exception handlingChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-12-09bitbake: Overhaul environment handlingRichard Purdie
2010-12-09bitbake/cooker: fix idle command processing in serversJoshua Lock
2010-11-28bitbake: Simplfy pre and post cooker hooksRichard Purdie
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie
2010-09-29bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-08-31bitbake/codeparser: Implement persistent cacheRichard Purdie
2010-08-20bitbake/cooker.py: Don't init the fetcher in the worker caseRichard Purdie
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie
2010-08-19bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie
2010-08-18bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie
2010-08-12bitbake/cooker: Make sure no locks are held before we start forking workersRichard Purdie
2010-08-04cooker.py: Fix case of -b option with a full filepathRichard Purdie
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-16bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie
2010-07-02bitbake: Fix handling of empty variables in local config filesRichard Purdie