summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-12-09Rename the ui 'init' method to 'main'Chris Larson
2010-12-08cooker: use re match, not search in re_match_stringsChris Larson
2010-12-08taskdata: use 'any' in re_match_stringsChris Larson
2010-12-08bitbake/data_smart: Refactor _append/_prepend code to remove duplicationRichard Purdie
2010-12-08bitbake/data_smart: Fix append/prepend/override ordering issueRichard Purdie
2010-12-08bitbake/goggle: interaction tweaksJoshua Lock
2010-12-08bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock
2010-12-08bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock
2010-12-08bitbake/goggle: add a ProgressBar for parse progressJoshua Lock
2010-12-08bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7Joshua Lock
2010-12-08bitbake/goggle: automatically show most recently added messageJoshua Lock
2010-12-08bitbake/crumbs: fix the event name determinationJoshua Lock
2010-12-08bitbake/crumbs: do the test for ignored messages soonerJoshua Lock
2010-12-08bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock
2010-12-08bitbake/cooker: fix idle command processing in serversJoshua Lock
2010-12-08cooker: add shutdown/stop methodsChris Larson
2010-12-08cooker: merge cookerState and cookerActionChris Larson
2010-12-07cooker: use a pool, abort on first parse errorChris Larson
2010-12-06knotty: use enumerate for task waitingChris Larson
2010-12-06knotty: shift non-interactive progress into a classChris Larson
2010-12-06Merged the following poky fetcher fixes:Chris Larson
2010-12-03utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie
2010-12-03bitbake/utils.py: Improve better_exec debug outputRichard Purdie
2010-12-03bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie
2010-12-03bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...Richard Purdie
2010-12-03build.py: Add a symlink for the loggingMark Hatle
2010-12-03bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie
2010-12-03bitbake/build.py: Note when calling functions that don't exist. Should probab...Richard Purdie
2010-12-03bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variableRichard Purdie
2010-12-03bitbake/server: Raise a shutdown event if we're seeing exceptionsRichard Purdie
2010-12-03bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie
2010-12-03bitbake/runqueue.py: Drop duplicated classRichard Purdie
2010-12-03Fix the <100 recipe progress fixChris Larson
2010-11-30cooker: don't choke on <100 recipes to parseChris Larson
2010-11-30cooker: no cached in progressbar and add ETAChris Larson
2010-11-29Merge branch 'feature/parallel-parsing'Chris Larson
2010-11-29cache: change to more incremental formatChris Larson
2010-11-29cooker: pass back child exceptions to the serverChris Larson
2010-11-26vercmp: don't choke on empty first version componentsChris Larson
2010-11-23cache: bump cachever per masterChris Larson
2010-11-23cache: ensure 'pn' is included in the pkgvarsChris Larson
2010-11-23cache: fix rrecs_pkgChris Larson
2010-11-23knotty: drop the ETA from the progressbar for nowChris Larson
2010-11-23cooker: ensure that the cache sync completesChris Larson
2010-11-23cooker: get number of threads in constructorChris Larson
2010-11-22cooker: don't add info for skipped recipesChris Larson
2010-11-21cooker: show progress bar before initializing the cacheChris Larson
2010-11-21cooker: save progress chunk value (total/100)Chris Larson
2010-11-21cooker: stop loading the cache for -bChris Larson
2010-11-21cooker: don't fire unnecessary parse progress eventsBob Foerster