| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build: set PWD in the subprocess preexec hook | Chris Larson | 2011-01-04 | 1 | -3/+4 |
* | bitbake: Transfer noexec runqueue messages to the UI | Richard Purdie | 2011-01-04 | 2 | -12/+16 |
* | Move the runq task start/failed messages to the UI | Chris Larson | 2011-01-04 | 2 | -11/+15 |
* | Silence python 2.7 nested context manager warning | Chris Larson | 2011-01-04 | 1 | -0/+1 |
* | Rename command events, adjust compareRevisions | Chris Larson | 2011-01-04 | 6 | -49/+41 |
* | event: use cPickle for events | Chris Larson | 2011-01-04 | 1 | -1/+4 |
* | utils: fix 'lock' variable reference | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | bb.event: fix MsgBase ref in fire_class_handlers | Chris Larson | 2011-01-04 | 1 | -2/+1 |
* | Kill the uncaught exception handler | Chris Larson | 2011-01-04 | 1 | -12/+6 |
* | build: fix -D with shell functions | Chris Larson | 2011-01-04 | 1 | -4/+18 |
* | build: send logging messages to the log file for python functions | Chris Larson | 2011-01-04 | 3 | -16/+19 |
* | utils: fix calls to close() in the lock/unlock functions | Chris Larson | 2011-01-04 | 1 | -8/+9 |
* | build: use a contextmanager for locks | Chris Larson | 2011-01-04 | 2 | -13/+22 |
* | build: use bb.process instead of os.system | Chris Larson | 2011-01-04 | 3 | -182/+185 |
* | process: add subprocess-based bits | Chris Larson | 2011-01-04 | 1 | -0/+107 |
* | Rename the ui 'init' method to 'main' | Chris Larson | 2011-01-04 | 6 | -21/+10 |
* | cooker: use re match, not search in re_match_strings | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | taskdata: use 'any' in re_match_strings | Chris Larson | 2011-01-04 | 1 | -7/+3 |
* | cooker: add shutdown/stop methods | Chris Larson | 2011-01-04 | 2 | -2/+8 |
* | cooker: merge cookerState and cookerAction | Chris Larson | 2011-01-04 | 2 | -25/+15 |
* | cooker: use a pool, abort on first parse error | Chris Larson | 2011-01-04 | 1 | -84/+60 |
* | knotty: use enumerate for task waiting | Chris Larson | 2011-01-04 | 1 | -3/+1 |
* | knotty: shift non-interactive progress into a class | Chris Larson | 2011-01-04 | 1 | -15/+33 |
* | Fix the <100 recipe progress fix | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Error more pleasantly when trying to use python2.4 | Chris Larson | 2011-01-04 | 1 | -10/+11 |
* | Don't show a traceback for a python version error | Chris Larson | 2011-01-04 | 1 | -1/+4 |
* | 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 | 3 | -20/+12 |
* | cache: change to more incremental format | Chris Larson | 2011-01-04 | 1 | -22/+33 |
* | cooker: pass back child exceptions to the server | Chris Larson | 2011-01-04 | 1 | -6/+12 |
* | vercmp: don't choke on empty first version components | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Use __file__, not sys.argv[0] | Chris Larson | 2011-01-04 | 2 | -2/+2 |
* | cache: ensure 'pn' is included in the pkgvars | Chris Larson | 2011-01-04 | 1 | -12/+12 |
* | knotty: drop the ETA from the progressbar for now | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | 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 | 4 | -32/+33 |
* | cooker: don't fire unnecessary parse progress events | Bob Foerster | 2011-01-04 | 1 | -1/+3 |
* | cache: don't add info to cache if cache is disabled | Chris Larson | 2011-01-04 | 1 | -0/+3 |
* | cache: sync the cache file to disk in the background | Chris Larson | 2011-01-04 | 4 | -43/+60 |
* | Simplify cache syncing | Chris Larson | 2011-01-04 | 1 | -22/+13 |
* | Experimental usage of the 'progressbar' module | Chris Larson | 2011-01-04 | 2 | -8/+396 |
* | Implement parallel parsing support | Chris Larson | 2011-01-04 | 3 | -77/+157 |
* | cache: don't write out the cache unnecessarily | Chris Larson | 2011-01-04 | 1 | -1/+5 |
* | cache: create and use a RecipeInfo class | Chris Larson | 2011-01-04 | 2 | -175/+197 |
* | Prefer xrange over range for small performance gain. | Bob Foerster | 2011-01-04 | 4 | -37/+37 |
* | Revert "svn fetcher: warn people to switch to SRCREV" | Chris Larson | 2011-01-04 | 1 | -2/+1 |