summaryrefslogtreecommitdiff
path: root/bitbake/lib
AgeCommit message (Expand)AuthorFiles
2011-01-04event: use cPickle for eventsChris Larson1
2011-01-04utils: fix 'lock' variable referenceChris Larson1
2011-01-04bb.event: fix MsgBase ref in fire_class_handlersChris Larson1
2011-01-04build: fix -D with shell functionsChris Larson1
2011-01-04build: send logging messages to the log file for python functionsChris Larson3
2011-01-04utils: fix calls to close() in the lock/unlock functionsChris Larson1
2011-01-04build: use a contextmanager for locksChris Larson2
2011-01-04build: use bb.process instead of os.systemChris Larson3
2011-01-04process: add subprocess-based bitsChris Larson1
2011-01-04Rename the ui 'init' method to 'main'Chris Larson5
2011-01-04cooker: use re match, not search in re_match_stringsChris Larson1
2011-01-04taskdata: use 'any' in re_match_stringsChris Larson1
2011-01-04cooker: add shutdown/stop methodsChris Larson2
2011-01-04cooker: merge cookerState and cookerActionChris Larson2
2011-01-04cooker: use a pool, abort on first parse errorChris Larson1
2011-01-04knotty: use enumerate for task waitingChris Larson1
2011-01-04knotty: shift non-interactive progress into a classChris Larson1
2011-01-04Fix the <100 recipe progress fixChris Larson1
2011-01-04cooker: don't choke on <100 recipes to parseChris Larson1
2011-01-04cooker: no cached in progressbar and add ETAChris Larson3
2011-01-04cache: change to more incremental formatChris Larson1
2011-01-04cooker: pass back child exceptions to the serverChris Larson1
2011-01-04vercmp: don't choke on empty first version componentsChris Larson1
2011-01-04cache: ensure 'pn' is included in the pkgvarsChris Larson1
2011-01-04knotty: drop the ETA from the progressbar for nowChris Larson1
2011-01-04cooker: ensure that the cache sync completesChris Larson1
2011-01-04cooker: get number of threads in constructorChris Larson1
2011-01-04cooker: don't add info for skipped recipesChris Larson1
2011-01-04cooker: show progress bar before initializing the cacheChris Larson1
2011-01-04cooker: save progress chunk value (total/100)Chris Larson1
2011-01-04cooker: stop loading the cache for -bChris Larson4
2011-01-04cooker: don't fire unnecessary parse progress eventsBob Foerster1
2011-01-04cache: don't add info to cache if cache is disabledChris Larson1
2011-01-04cache: sync the cache file to disk in the backgroundChris Larson4
2011-01-04Simplify cache syncingChris Larson1
2011-01-04Experimental usage of the 'progressbar' moduleChris Larson2
2011-01-04Implement parallel parsing supportChris Larson3
2011-01-04cache: don't write out the cache unnecessarilyChris Larson1
2011-01-04cache: create and use a RecipeInfo classChris Larson2
2011-01-04Prefer xrange over range for small performance gain.Bob Foerster4
2011-01-04Revert "svn fetcher: warn people to switch to SRCREV"Chris Larson1
2011-01-04cache: make loadDataFull a classmethodChris Larson1
2011-01-04svn fetcher: warn people to switch to SRCREVBernhard Reutner-Fischer1
2011-01-04fetch: be more pythonicBernhard Reutner-Fischer9
2011-01-04fetch: use os.path.joinBernhard Reutner-Fischer1
2011-01-04fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer6
2011-01-04fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer6
2011-01-04cache: Add debug msg for a nonexistant dep fileChris Larson1
2011-01-04cache: use new style classesChris Larson1
2011-01-04cache: pyflakes/pep8/pylint cleanupChris Larson1