| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Experimental usage of the 'progressbar' module | Chris Larson | 2011-01-04 | 2 | -8/+396 |
* | Implement parallel parsing support | Chris Larson | 2011-01-04 | 3 | -77/+157 |
* | cache: don't write out the cache unnecessarily | Chris Larson | 2011-01-04 | 1 | -1/+5 |
* | cache: create and use a RecipeInfo class | Chris Larson | 2011-01-04 | 2 | -175/+197 |
* | Prefer xrange over range for small performance gain. | Bob Foerster | 2011-01-04 | 4 | -37/+37 |
* | Revert "svn fetcher: warn people to switch to SRCREV" | Chris Larson | 2011-01-04 | 1 | -2/+1 |
* | cache: make loadDataFull a classmethod | Chris Larson | 2011-01-04 | 1 | -4/+5 |
* | svn fetcher: warn people to switch to SRCREV | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+2 |
* | fetch: be more pythonic | Bernhard Reutner-Fischer | 2011-01-04 | 9 | -64/+21 |
* | fetch: use os.path.join | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | fetch: add common helper _strip_leading_slashes() | Bernhard Reutner-Fischer | 2011-01-04 | 6 | -22/+13 |
* | fetch: rename suppports_srcrev to supports_srcrev | Bernhard Reutner-Fischer | 2011-01-04 | 6 | -8/+8 |
* | cache: Add debug msg for a nonexistant dep file | Chris Larson | 2011-01-04 | 1 | -0/+2 |
* | cache: use new style classes | Chris Larson | 2011-01-04 | 1 | -6/+3 |
* | cache: pyflakes/pep8/pylint cleanup | Chris Larson | 2011-01-04 | 1 | -29/+40 |
* | cache: use set for clean, checked | Chris Larson | 2011-01-04 | 1 | -11/+9 |
* | cache: make use of defaultdict | Chris Larson | 2011-01-04 | 1 | -34/+10 |
* | Pre-explode rundeps/runrecs in CacheData | Chris Larson | 2011-01-04 | 3 | -8/+10 |
* | persist_data: handle locked db for SELECT | Chris Larson | 2011-01-04 | 1 | -3/+1 |
* | BBHandler: use os.path in inherit() | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | BBHandler: simplify supports() | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+2 |
* | bb.cache: only log if the respective action was taken | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -5/+8 |
* | bb.pysh: add Case support to format_commands | Chris Larson | 2011-01-04 | 1 | -0/+3 |
* | bb.pysh: fix writing pyshtables all over the place | Chris Larson | 2011-01-04 | 1 | -1/+4 |
* | Move the pysh package into the bb package | Chris Larson | 2011-01-04 | 10 | -1/+1 |
* | Allow mercurial fetcher to follow tip | Peter Chubb | 2011-01-04 | 1 | -1/+8 |
* | Fix GraphViz .dot output for rdepends and rrecs | Chris Larson | 2011-01-04 | 1 | -2/+2 |
* | Make 'cache is clean' message debug | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repository | Eric BENARD | 2011-01-04 | 1 | -0/+1 |
* | Resurrect display of failed files | Chris Larson | 2011-01-04 | 1 | -0/+4 |
* | Access metadata vars as locals in python snippets | Chris Larson | 2011-01-04 | 1 | -1/+14 |
* | Fix __getitem__ for DataSmart | Chris Larson | 2011-01-04 | 1 | -2/+6 |
* | fetchers: Use tar --exclude pattern to remove SCM files | Khem Raj | 2011-01-04 | 5 | -5/+5 |
* | Fix syntax issue and don't include 'd' in ui_queue | Chris Larson | 2011-01-04 | 2 | -4/+4 |
* | Queue up events before the UI is spawned | Chris Larson | 2011-01-04 | 4 | -51/+78 |
* | Fix another little bug with undefined var from cache | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | bb.cache: fix bug from last commit with loading from cache | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Reduce bb.cache memory usage a bit | Chris Larson | 2011-01-04 | 1 | -2/+3 |
* | Fix FuncFailed construction | Chris Larson | 2011-01-04 | 1 | -2/+2 |
* | Restore FuncFailed argument compatibility | Chris Larson | 2011-01-04 | 1 | -5/+11 |
* | Only reference logfiles that exist | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Fix bitbake -k issue introduced by build exception cleanup | Chris Larson | 2011-01-04 | 1 | -2/+2 |
* | Don't show tracebacks for SystemExit or KeyboardInterrupt | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Fix exit code display for task failure | Chris Larson | 2011-01-04 | 1 | -2/+4 |
* | FIXUP: runqueue bb.debug refs | Richard Purdie | 2011-01-04 | 1 | -2/+2 |
* | Simplify build exception handling | Chris Larson | 2011-01-04 | 3 | -36/+30 |
* | Turn Event into a new style class | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Work around issue with pickling of traceback objects | Chris Larson | 2011-01-04 | 1 | -0/+4 |
* | Don't show uncaught exception message for KeyboardInterrupt | Chris Larson | 2011-01-04 | 1 | -1/+5 |
* | Apply fix for issue where the loggers were constructed with the wrong class | Chris Larson | 2011-01-04 | 1 | -1/+4 |