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