| Commit message (Expand) | Author | Age | Files | Lines |
* | Resurrect alternative UIs | Bob Foerster | 2011-01-05 | 1 | -1/+1 |
* | Ensure that the invalid UI error goes to stderr | Chris Larson | 2011-01-04 | 1 | -11/+20 |
* | Silence python 2.7 nested context manager warning | Chris Larson | 2011-01-04 | 1 | -0/+1 |
* | Kill the uncaught exception handler | Chris Larson | 2011-01-04 | 1 | -12/+6 |
* | Rename the ui 'init' method to 'main' | Chris Larson | 2011-01-04 | 1 | -16/+5 |
* | 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 |
* | Use __file__, not sys.argv[0] | Chris Larson | 2011-01-04 | 2 | -2/+2 |
* | Don't show uncaught exception message for KeyboardInterrupt | Chris Larson | 2011-01-04 | 1 | -1/+5 |
* | Switch bitbake internals to use logging directly rather than bb.msg | Chris Larson | 2011-01-04 | 1 | -6/+6 |
* | Use logging in the knotty ui, and pass the log record across directly | Chris Larson | 2011-01-04 | 1 | -1/+4 |
* | Use the python logging module under the hood for bb.msg | Chris Larson | 2011-01-04 | 1 | -2/+5 |
* | Ignore python warnings that come from places we don't care about | Chris Larson | 2011-01-04 | 1 | -1/+5 |
* | Drop the 'ui failed to start' message, as the ui_init does more in knotty | Chris Larson | 2011-01-04 | 1 | -5/+1 |
* | bitbake/bitbake-runtask: Since the parent has set the environment up cleanly ... | Richard Purdie | 2010-12-10 | 1 | -2/+2 |
* | bitbake: Overhaul environment handling | Richard Purdie | 2010-12-09 | 1 | -0/+3 |
* | bitbake-runtask-strace: simple shell script to wrap tasks in a strace call | Joshua Lock | 2010-11-14 | 1 | -0/+8 |
* | bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba... | Richard Purdie | 2010-11-13 | 1 | -2/+2 |
* | bitbake-runtask: Ensure logging settings take effect in the worker process (a... | Richard Purdie | 2010-10-14 | 1 | -1/+4 |
* | bitbake-runtask: Ensure logging options are inherited from the parent | Richard Purdie | 2010-10-11 | 1 | -7/+12 |
* | bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo files | Richard Purdie | 2010-09-30 | 1 | -1/+4 |
* | bitbake/bitbake-runtask: Signatures are needed in task context and have littl... | Richard Purdie | 2010-09-29 | 1 | -0/+1 |
* | bitbake: Pass task hash information to subprocesses | Richard Purdie | 2010-09-28 | 1 | -3/+20 |
* | bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl... | Richard Purdie | 2010-09-13 | 1 | -1/+1 |
* | bitbake: save the initial PATH for use when starting a subprocess | Joshua Lock | 2010-09-08 | 1 | -0/+1 |
* | bitbake/bitbake-runtask: Ensure signals to the parent don't pass to the child... | Richard Purdie | 2010-09-07 | 1 | -0/+7 |
* | bitbake: Add missing signature files | Richard Purdie | 2010-09-03 | 1 | -0/+9 |
* | bitbake: Implement signatures | Richard Purdie | 2010-09-03 | 1 | -0/+3 |
* | bitbake: Correctly route events from the worker to the server | Richard Purdie | 2010-08-20 | 1 | -5/+12 |
* | bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh... | Richard Purdie | 2010-08-19 | 1 | -0/+77 |
* | *: use print() as a function | Bernhard Reutner-Fischer | 2010-07-16 | 1 | -3/+3 |
* | Apply some 2to3 refactorings | Chris Larson | 2010-07-02 | 2 | -15/+13 |
* | Until the interactive mode is fixed, kill it from the valid options, to avoid... | Chris Larson | 2010-07-02 | 1 | -3/+0 |
* | Move serverConnection.terminate() back into the finally | Chris Larson | 2010-07-02 | 1 | -1/+2 |
* | Limit the traceback length in the default exception handler | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Resurrect the excepthook, this time just sending the info with bb.fatal | Chris Larson | 2010-07-02 | 1 | -0/+8 |
* | remove return in finally statement | Cliff Brake | 2010-07-02 | 1 | -3/+3 |
* | Drop the non-debug traceback suppressor, at this point I think it does more h... | Chris Larson | 2010-07-02 | 1 | -13/+0 |
* | Reorganize the main exception handling so an attribute exception raised in th... | Chris Larson | 2010-07-02 | 1 | -5/+8 |
* | Adjust the exception handling based on Cliff Brake's patch | Chris Larson | 2010-07-02 | 1 | -1/+2 |
* | Fix the debug level check in print_exception | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Move the python version check into the python package | Chris Larson | 2010-07-02 | 1 | -5/+1 |
* | Drop an unnecessary second python version check and use the less ugly sys.ver... | Chris Larson | 2010-07-02 | 1 | -6/+2 |
* | Bump version to 1.11.0 | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Move the python version check before the module imports, in case the modules ... | Chris Larson | 2010-07-02 | 1 | -4/+7 |
* | Ignore deprecation warnings for now | Chris Larson | 2010-07-02 | 1 | -0/+1 |
* | Import fixups | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Formatting cleanups | Chris Larson | 2010-07-02 | 1 | -47/+51 |
* | Bump minimum python version check to 2.6. | Chris Larson | 2010-07-02 | 1 | -2/+2 |
* | Display python warnings via bb.msg | Chris Larson | 2010-07-02 | 1 | -2/+18 |