summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* Rename the ui 'init' method to 'main'Chris Larson2011-01-046-21/+10
* cooker: use re match, not search in re_match_stringsChris Larson2011-01-041-1/+1
* taskdata: use 'any' in re_match_stringsChris Larson2011-01-041-7/+3
* cooker: add shutdown/stop methodsChris Larson2011-01-042-2/+8
* cooker: merge cookerState and cookerActionChris Larson2011-01-042-25/+15
* cooker: use a pool, abort on first parse errorChris Larson2011-01-041-84/+60
* knotty: use enumerate for task waitingChris Larson2011-01-041-3/+1
* knotty: shift non-interactive progress into a classChris Larson2011-01-041-15/+33
* Fix the <100 recipe progress fixChris Larson2011-01-041-1/+1
* Error more pleasantly when trying to use python2.4Chris Larson2011-01-041-10/+11
* Don't show a traceback for a python version errorChris Larson2011-01-041-1/+4
* cooker: don't choke on <100 recipes to parseChris Larson2011-01-041-1/+1
* cooker: no cached in progressbar and add ETAChris Larson2011-01-043-20/+12
* cache: change to more incremental formatChris Larson2011-01-041-22/+33
* cooker: pass back child exceptions to the serverChris Larson2011-01-041-6/+12
* vercmp: don't choke on empty first version componentsChris Larson2011-01-041-1/+1
* Use __file__, not sys.argv[0]Chris Larson2011-01-042-2/+2
* cache: ensure 'pn' is included in the pkgvarsChris Larson2011-01-041-12/+12
* knotty: drop the ETA from the progressbar for nowChris Larson2011-01-041-1/+1
* cooker: ensure that the cache sync completesChris Larson2011-01-041-2/+7
* cooker: get number of threads in constructorChris Larson2011-01-041-3/+3
* cooker: don't add info for skipped recipesChris Larson2011-01-041-2/+3
* cooker: show progress bar before initializing the cacheChris Larson2011-01-041-13/+16
* cooker: save progress chunk value (total/100)Chris Larson2011-01-041-1/+2
* cooker: stop loading the cache for -bChris Larson2011-01-044-32/+33
* cooker: don't fire unnecessary parse progress eventsBob Foerster2011-01-041-1/+3
* cache: don't add info to cache if cache is disabledChris Larson2011-01-041-0/+3
* cache: sync the cache file to disk in the backgroundChris Larson2011-01-044-43/+60
* Simplify cache syncingChris Larson2011-01-041-22/+13
* Experimental usage of the 'progressbar' moduleChris Larson2011-01-042-8/+396
* Implement parallel parsing supportChris Larson2011-01-043-77/+157
* cache: don't write out the cache unnecessarilyChris Larson2011-01-041-1/+5
* cache: create and use a RecipeInfo classChris Larson2011-01-042-175/+197
* Prefer xrange over range for small performance gain.Bob Foerster2011-01-044-37/+37
* Revert "svn fetcher: warn people to switch to SRCREV"Chris Larson2011-01-041-2/+1
* cache: make loadDataFull a classmethodChris Larson2011-01-041-4/+5
* svn fetcher: warn people to switch to SRCREVBernhard Reutner-Fischer2011-01-041-1/+2
* fetch: be more pythonicBernhard Reutner-Fischer2011-01-049-64/+21
* fetch: use os.path.joinBernhard Reutner-Fischer2011-01-041-1/+1
* fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer2011-01-046-22/+13
* fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer2011-01-046-8/+8
* cache: Add debug msg for a nonexistant dep fileChris Larson2011-01-041-0/+2
* cache: use new style classesChris Larson2011-01-041-6/+3
* cache: pyflakes/pep8/pylint cleanupChris Larson2011-01-041-29/+40
* cache: use set for clean, checkedChris Larson2011-01-041-11/+9
* cache: make use of defaultdictChris Larson2011-01-041-34/+10
* Pre-explode rundeps/runrecs in CacheDataChris Larson2011-01-043-8/+10
* persist_data: handle locked db for SELECTChris Larson2011-01-041-3/+1
* BBHandler: use os.path in inherit()Bernhard Reutner-Fischer2011-01-041-1/+1
* BBHandler: simplify supports()Bernhard Reutner-Fischer2011-01-041-1/+2