summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | bb.cache: only log if the respective action was takenBernhard Reutner-Fischer2011-01-041-5/+8
* | bb.pysh: add Case support to format_commandsChris Larson2011-01-041-0/+3
* | bb.pysh: fix writing pyshtables all over the placeChris Larson2011-01-041-1/+4
* | Move the pysh package into the bb packageChris Larson2011-01-0410-1/+1
* | Allow mercurial fetcher to follow tipPeter Chubb2011-01-041-1/+8
* | Fix GraphViz .dot output for rdepends and rrecsChris Larson2011-01-041-2/+2
* | Make 'cache is clean' message debugChris Larson2011-01-041-1/+1
* | bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD2011-01-041-0/+1
* | Resurrect display of failed filesChris Larson2011-01-041-0/+4
* | Access metadata vars as locals in python snippetsChris Larson2011-01-041-1/+14
* | Fix __getitem__ for DataSmartChris Larson2011-01-041-2/+6
* | fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj2011-01-045-5/+5
* | Fix syntax issue and don't include 'd' in ui_queueChris Larson2011-01-042-4/+4
* | Queue up events before the UI is spawnedChris Larson2011-01-044-51/+78
* | Fix another little bug with undefined var from cacheChris Larson2011-01-041-1/+1
* | bb.cache: fix bug from last commit with loading from cacheChris Larson2011-01-041-1/+1
* | Reduce bb.cache memory usage a bitChris Larson2011-01-041-2/+3
* | Fix FuncFailed constructionChris Larson2011-01-041-2/+2
* | Restore FuncFailed argument compatibilityChris Larson2011-01-041-5/+11
* | Only reference logfiles that existChris Larson2011-01-041-1/+1
* | Fix bitbake -k issue introduced by build exception cleanupChris Larson2011-01-041-2/+2
* | Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson2011-01-041-1/+1
* | Fix exit code display for task failureChris Larson2011-01-041-2/+4
* | FIXUP: runqueue bb.debug refsRichard Purdie2011-01-041-2/+2
* | Simplify build exception handlingChris Larson2011-01-043-36/+30
* | Turn Event into a new style classChris Larson2011-01-041-1/+1
* | Work around issue with pickling of traceback objectsChris Larson2011-01-041-0/+4
* | Don't show uncaught exception message for KeyboardInterruptChris Larson2011-01-041-1/+5
* | Apply fix for issue where the loggers were constructed with the wrong classChris Larson2011-01-041-1/+4
* | Fix providerlog NameErrorChris Larson2011-01-041-3/+3
* | Drop 'fn' arguments to bb.msg functionsChris Larson2011-01-041-7/+7
* | Add pending deprecation warnings to the bb.msg functionsChris Larson2011-01-041-2/+14
* | Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-0428-322/+374
* | Use logging in the knotty ui, and pass the log record across directlyChris Larson2011-01-044-48/+57
* | Use the python logging module under the hood for bb.msgChris Larson2011-01-046-82/+143