| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l... | Richard Purdie | 2011-01-05 | 3 | -5/+1 |
* | Resurrect alternative UIs | Bob Foerster | 2011-01-05 | 7 | -90/+299 |
* | bitbake: build.py logging updates | Richard Purdie | 2011-01-05 | 1 | -16/+23 |
* | bitbake: Fix process.py to accept None as the log option | Richard Purdie | 2011-01-05 | 1 | -1/+1 |
* | Update persist_data usage to the new API | Chris Larson | 2011-01-05 | 1 | -18/+15 |
* | persist_data: resurrect the lock wait for selects | Chris Larson | 2011-01-05 | 1 | -7/+7 |
* | Rework the persist_data API | Chris Larson | 2011-01-05 | 1 | -72/+137 |
* | Revert "persist_data: cache connection and use cursor" | Chris Larson | 2011-01-05 | 2 | -13/+7 |
* | ConfHandler: commentary typo fixes | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -3/+3 |
* | event: fix unicode handler registration | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | cache: defer marking fn as clean | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -4/+1 |
* | BBHandler: use basename directly in handler() | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -2/+2 |
* | data: fewer newlines for (un)export | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -2/+2 |
* | parse: Use constants from stat instead of magic numbers | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -3/+4 |
* | bitbake: Sync a load of whitespace and other non-functionality changes with b... | Richard Purdie | 2011-01-04 | 12 | -85/+87 |
* | bitbake/contrib: Sync with bitbake upstream | Richard Purdie | 2011-01-04 | 3 | -104/+204 |
* | process: fix handling of the input argument | Chris Larson | 2011-01-04 | 1 | -16/+19 |
* | depexp: add sorting of all package lists | Bob Foerster | 2011-01-04 | 1 | -0/+2 |
* | pysh: add missing os.path import | Chris Larson | 2011-01-04 | 1 | -0/+1 |
* | runqueue: fix typo in documentation of calculate_task_weights | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | runqueue: use fewer newlines in error path | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -2/+2 |
* | logger usage cleanup | Chris Larson | 2011-01-04 | 2 | -2/+2 |
* | utils: fix typo in error message | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | Move LAYERDIR expansion hack into DataSmart | Chris Larson | 2011-01-04 | 2 | -13/+22 |
* | parse: use bb.utils.which | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Fix logging level names for post-server-ui-split | Chris Larson | 2011-01-04 | 2 | -10/+21 |
* | Use os.devnull, not /dev/null | Chris Larson | 2011-01-04 | 2 | -3/+2 |
* | utils: don't overwrite builtin dir() function | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -2/+2 |
* | bzr: use utils.remove instead of os.system | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | utils: drop unnecessary debug msgs from mkdirhier | Chris Larson | 2011-01-04 | 1 | -2/+0 |
* | Show the user progress when loading the cache | Bob Foerster | 2011-01-04 | 4 | -8/+61 |
* | knotty: exit with 1 if we see a critical log message | Chris Larson | 2011-01-04 | 1 | -2/+3 |
* | cooker: don't swallow recipe parse errors | Chris Larson | 2011-01-04 | 1 | -2/+6 |
* | manual: document scmdata=keep for CVS, SVN and Git | Andreas Oberritter | 2011-01-04 | 1 | -3/+3 |
* | fetchers: Add parameter scmdata=keep to include .git/ and others in generated... | Andreas Oberritter | 2011-01-04 | 6 | -11/+48 |
* | build: fix FuncFailed for the no logfile case | Chris Larson | 2011-01-04 | 1 | -6/+2 |
* | process: handle OSErrors other than file not found | Chris Larson | 2011-01-04 | 1 | -3/+7 |
* | build: ensure LogTee has a valid name property | Chris Larson | 2011-01-04 | 1 | -9/+7 |
* | Fix PWD issue with new exec_func_shell | Chris Larson | 2011-01-04 | 1 | -2/+0 |
* | Ensure that the invalid UI error goes to stderr | Chris Larson | 2011-01-04 | 1 | -11/+20 |
* | 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 |