summaryrefslogtreecommitdiffstats
path: root/bin/bitbake
AgeCommit message (Expand)Author
2011-06-15make exception handling syntax consistentScott Garman
2011-06-09Update version to 1.13.1Richard Purdie
2011-06-09Drop psyco supportRichard Purdie
2011-06-08bitbake/server: Move server specific code into the server backend and create ...Richard Purdie
2011-06-08bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie
2011-02-18Increment version for development versionRichard Purdie
2011-02-18Release 1.12.0Richard Purdie
2011-01-10bitbake: handle IOError from event_queue.getChris Larson
2010-12-29Implement task signaturesRichard Purdie
2010-12-17bin/bitbake: [HACK] Empty ui event queue on shutdownChris Larson
2010-12-17Ensure LogHandler is set up for the server constructionChris Larson
2010-12-17Resurrect alternative UIsBob Foerster
2010-12-16Forcibly shut down the server if the UI is terminatedChris Larson
2010-12-16server: fix interrupt handling for processBob Foerster
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-13Ensure that the invalid UI error goes to stderrChris Larson
2010-12-13Silence python 2.7 nested context manager warningChris Larson
2010-12-10Kill the uncaught exception handlerChris Larson
2010-12-09Rename the ui 'init' method to 'main'Chris Larson
2010-12-03Error more pleasantly when trying to use python2.4Chris Larson
2010-12-02Don't show a traceback for a python version errorChris Larson
2010-11-26Use __file__, not sys.argv[0]Chris Larson
2010-09-09Don't show uncaught exception message for KeyboardInterruptChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-27Use logging in the knotty ui, and pass the log record across directlyChris Larson
2010-08-27Use the python logging module under the hood for bb.msgChris Larson
2010-08-11Ignore python warnings that come from places we don't care aboutChris Larson
2010-08-06Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson
2010-07-06*: use print() as a functionBernhard Reutner-Fischer
2010-07-01create cooker object after cleaning the environmentJeff Dike
2010-07-01Move the logger initialization from cooker to utilsJeff Dike
2010-06-21Apply some 2to3 refactoringsChris Larson
2010-06-21Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson
2010-06-18Move serverConnection.terminate() back into the finallyChris Larson
2010-06-18Limit the traceback length in the default exception handlerChris Larson
2010-06-16Resurrect the excepthook, this time just sending the info with bb.fatalChris Larson
2010-06-15remove return in finally statementCliff Brake
2010-06-10Drop the non-debug traceback suppressor, at this point I think it does more h...Chris Larson
2010-06-08Reorganize the main exception handling so an attribute exception raised in th...Chris Larson
2010-06-04Adjust the exception handling based on Cliff Brake's patchChris Larson
2010-04-20Fix the debug level check in print_exceptionChris Larson
2010-04-15Move the python version check into the python packageChris Larson
2010-04-15Drop an unnecessary second python version check and use the less ugly sys.ver...Chris Larson
2010-04-15Bump version to 1.11.0Chris Larson
2010-04-15Move the python version check before the module imports, in case the modules ...Chris Larson
2010-04-10Ignore deprecation warnings for nowChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Bump minimum python version check to 2.6.Chris Larson
2010-04-09Display python warnings via bb.msgChris Larson