aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-11-21Experimental usage of the 'progressbar' moduleChris Larson
2010-11-21Implement parallel parsing supportChris Larson
2010-11-21cache: don't write out the cache unnecessarilyChris Larson
2010-11-21cache: create and use a RecipeInfo classChris Larson
2010-11-21Prefer xrange over range for small performance gain.Bob Foerster
2010-11-20Revert "svn fetcher: warn people to switch to SRCREV"Chris Larson
2010-11-19runqueue: speed up bitbake -nChris Larson
2010-11-19cache: make loadDataFull a classmethodChris Larson
2010-11-19Revert "persist_data: cache connection and use cursor"Chris Larson
2010-11-19svn fetcher: warn people to switch to SRCREVBernhard Reutner-Fischer
2010-11-19fetch: be more pythonicBernhard Reutner-Fischer
2010-11-19fetch: use os.path.joinBernhard Reutner-Fischer
2010-11-19fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer
2010-11-19fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer
2010-11-18cache: Add debug msg for a nonexistant dep fileChris Larson
2010-11-18cache: use new style classesChris Larson
2010-11-18cache: pyflakes/pep8/pylint cleanupChris Larson
2010-11-18cache: use set for clean, checkedChris Larson
2010-11-18cache: make use of defaultdictChris Larson
2010-11-18Pre-explode rundeps/runrecs in CacheDataChris Larson
2010-11-18persist_data: handle locked db for SELECTChris Larson
2010-11-15BBHandler: use os.path in inherit()Bernhard Reutner-Fischer
2010-11-15BBHandler: simplify supports()Bernhard Reutner-Fischer
2010-11-15bb.cache: only log if the respective action was takenBernhard Reutner-Fischer
2010-11-11bb.pysh: add Case support to format_commandsChris Larson
2010-11-11bb.pysh: fix writing pyshtables all over the placeChris Larson
2010-11-11Move the pysh package into the bb packageChris Larson
2010-11-08Allow mercurial fetcher to follow tipPeter Chubb
2010-11-04Fix GraphViz .dot output for rdepends and rrecsChris Larson
2010-10-27Make 'cache is clean' message debugChris Larson
2010-10-21bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD
2010-10-21Resurrect display of failed filesChris Larson
2010-10-06fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock
2010-10-05Access metadata vars as locals in python snippetsChris Larson
2010-10-05Fix __getitem__ for DataSmartChris Larson
2010-09-28fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj
2010-09-28Fix syntax issue and don't include 'd' in ui_queueChris Larson
2010-09-28Queue up events before the UI is spawnedChris Larson
2010-09-24Fix another little bug with undefined var from cacheChris Larson
2010-09-24bb.cache: fix bug from last commit with loading from cacheChris Larson
2010-09-23Reduce bb.cache memory usage a bitChris Larson
2010-09-12Fix FuncFailed constructionChris Larson
2010-09-10Restore FuncFailed argument compatibilityChris Larson
2010-09-10Only reference logfiles that existChris Larson
2010-09-10Fix bitbake -k issue introduced by build exception cleanupChris Larson
2010-09-10Move display of FuncFailed exception info into the runqueueChris Larson
2010-09-10Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson
2010-09-10Fix exit code display for task failureChris Larson
2010-09-09Simplify build exception handlingChris Larson
2010-09-09Turn Event into a new style classChris Larson