| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake/cooker.py: Fix merge conflict with upstream which was preventing clea... | Richard Purdie | 2011-01-07 | 1 | -6/+5 |
* | bitbake: Sync a load of whitespace and other non-functionality changes with b... | Richard Purdie | 2011-01-04 | 1 | -7/+4 |
* | Move LAYERDIR expansion hack into DataSmart | Chris Larson | 2011-01-04 | 1 | -13/+1 |
* | Show the user progress when loading the cache | Bob Foerster | 2011-01-04 | 1 | -0/+1 |
* | cooker: don't swallow recipe parse errors | Chris Larson | 2011-01-04 | 1 | -2/+6 |
* | Rename command events, adjust compareRevisions | Chris Larson | 2011-01-04 | 1 | -4/+0 |
* | cooker: add shutdown/stop methods | Chris Larson | 2011-01-04 | 1 | -0/+6 |
* | cooker: merge cookerState and cookerAction | Chris Larson | 2011-01-04 | 1 | -22/+11 |
* | cooker: use a pool, abort on first parse error | Chris Larson | 2011-01-04 | 1 | -84/+60 |
* | Fix the <100 recipe progress fix | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | cooker: don't choke on <100 recipes to parse | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | cooker: no cached in progressbar and add ETA | Chris Larson | 2011-01-04 | 1 | -15/+9 |
* | cooker: pass back child exceptions to the server | Chris Larson | 2011-01-04 | 1 | -6/+12 |
* | cooker: ensure that the cache sync completes | Chris Larson | 2011-01-04 | 1 | -2/+7 |
* | cooker: get number of threads in constructor | Chris Larson | 2011-01-04 | 1 | -3/+3 |
* | cooker: don't add info for skipped recipes | Chris Larson | 2011-01-04 | 1 | -2/+3 |
* | cooker: show progress bar before initializing the cache | Chris Larson | 2011-01-04 | 1 | -13/+16 |
* | cooker: save progress chunk value (total/100) | Chris Larson | 2011-01-04 | 1 | -1/+2 |
* | cooker: stop loading the cache for -b | Chris Larson | 2011-01-04 | 1 | -25/+28 |
* | cooker: don't fire unnecessary parse progress events | Bob Foerster | 2011-01-04 | 1 | -1/+3 |
* | cache: sync the cache file to disk in the background | Chris Larson | 2011-01-04 | 1 | -15/+16 |
* | Implement parallel parsing support | Chris Larson | 2011-01-04 | 1 | -38/+97 |
* | cache: create and use a RecipeInfo class | Chris Larson | 2011-01-04 | 1 | -2/+1 |
* | Prefer xrange over range for small performance gain. | Bob Foerster | 2011-01-04 | 1 | -1/+1 |
* | Pre-explode rundeps/runrecs in CacheData | Chris Larson | 2011-01-04 | 1 | -2/+2 |
* | Fix GraphViz .dot output for rdepends and rrecs | Chris Larson | 2011-01-04 | 1 | -2/+2 |
* | Resurrect display of failed files | Chris Larson | 2011-01-04 | 1 | -0/+4 |
* | Fix syntax issue and don't include 'd' in ui_queue | Chris Larson | 2011-01-04 | 1 | -2/+2 |
* | Queue up events before the UI is spawned | Chris Larson | 2011-01-04 | 1 | -51/+53 |
* | Simplify build exception handling | Chris Larson | 2011-01-04 | 1 | -6/+2 |
* | Switch bitbake internals to use logging directly rather than bb.msg | Chris Larson | 2011-01-04 | 1 | -65/+61 |
* | bitbake: Overhaul environment handling | Richard Purdie | 2010-12-09 | 1 | -1/+2 |
* | bitbake/cooker: fix idle command processing in servers | Joshua Lock | 2010-12-09 | 1 | -1/+1 |
* | bitbake: Simplfy pre and post cooker hooks | Richard Purdie | 2010-11-28 | 1 | -3/+6 |
* | bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba... | Richard Purdie | 2010-11-13 | 1 | -31/+42 |
* | bitbake/siggen: Ensure full signature data is not held unless needed, reducin... | Richard Purdie | 2010-09-29 | 1 | -2/+2 |
* | bitbake: Implement signatures | Richard Purdie | 2010-09-03 | 1 | -0/+4 |
* | bitbake/codeparser: Implement persistent cache | Richard Purdie | 2010-08-31 | 1 | -0/+2 |
* | bitbake/cooker.py: Don't init the fetcher in the worker case | Richard Purdie | 2010-08-20 | 1 | -1/+2 |
* | bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh... | Richard Purdie | 2010-08-19 | 1 | -2/+5 |
* | bitbake/cooker.py: Allow idle handlers to pass through a true value | Richard Purdie | 2010-08-19 | 1 | -1/+4 |
* | bitbake: Split Runqueue into two classes, a data processor and the execution ... | Richard Purdie | 2010-08-18 | 1 | -8/+8 |
* | bitbake/cooker: Make sure no locks are held before we start forking workers | Richard Purdie | 2010-08-12 | 1 | -0/+6 |
* | cooker.py: Fix case of -b option with a full filepath | Richard Purdie | 2010-08-04 | 1 | -1/+1 |
* | bitbake: Add support for .bbappend files (see mailing lists for detais) | Richard Purdie | 2010-07-16 | 1 | -21/+42 |
* | bitbake: Remove two layers of unnecessary functions from task execution | Richard Purdie | 2010-07-16 | 1 | -32/+0 |
* | bitbake: Fix handling of empty variables in local config files | Richard Purdie | 2010-07-02 | 1 | -1/+1 |
* | Add a warning if a BBFILE_PATTERN doesn't match any bb files | Chris Larson | 2010-07-02 | 1 | -2/+10 |
* | Apply some 2to3 refactorings | Chris Larson | 2010-07-02 | 1 | -9/+9 |
* | Until the interactive mode is fixed, kill it from the valid options, to avoid... | Chris Larson | 2010-07-02 | 1 | -3/+0 |