aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
AgeCommit message (Expand)Author
2011-07-08bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-05-05bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie
2011-01-08bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie
2011-01-05bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...Richard Purdie
2011-01-05Resurrect alternative UIsBob Foerster
2011-01-04logger usage cleanupChris Larson
2011-01-04Fix logging level names for post-server-ui-splitChris Larson
2011-01-04Show the user progress when loading the cacheBob Foerster
2011-01-04knotty: exit with 1 if we see a critical log messageChris Larson
2011-01-04bitbake: Transfer noexec runqueue messages to the UIRichard Purdie
2011-01-04Move the runq task start/failed messages to the UIChris Larson
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04build: send logging messages to the log file for python functionsChris Larson
2011-01-04Rename the ui 'init' method to 'main'Chris Larson
2011-01-04knotty: use enumerate for task waitingChris Larson
2011-01-04knotty: shift non-interactive progress into a classChris Larson
2011-01-04cooker: no cached in progressbar and add ETAChris Larson
2011-01-04knotty: drop the ETA from the progressbar for nowChris Larson
2011-01-04cache: sync the cache file to disk in the backgroundChris Larson
2011-01-04Experimental usage of the 'progressbar' moduleChris Larson
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson
2011-01-04Use the python logging module under the hood for bb.msgChris Larson
2010-08-20bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...Richard Purdie
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02knotty: use the future division to prep for 3.xChris Larson
2010-07-02knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson
2010-07-02Move the output of no provider and multiple provider messages into the UIChris Larson
2010-07-02Make knotty ignore the NoProvider eventChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Apply the 2to3 print function transformChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-03-22knotty: tweak failure phraseBernhard Reutner-Fischer
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie