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