Age | Commit message (Expand) | Author |
2010-04-09 | Formatting cleanups | Chris Larson |
2010-04-09 | Don't run metadata event handlers for bb.msg events | Chris Larson |
2010-04-09 | Stop using functions via 'bb' that were moved from there to other modules | Chris Larson |
2010-04-09 | Add a function to get the debug level, without poking into debug_levels manually | Chris Larson |
2010-04-09 | Fix invalid logging domain warning | Chris Larson |
2010-04-09 | Make the default domain a proper domain, not a string | Chris Larson |
2010-04-09 | Implement bb.msg.domain as a named tuple, drop the Enum class | Chris Larson |
2010-04-09 | Fix an error in the ncurses UI | Chris Larson |
2010-04-09 | Immediately display messages if no UI handlers are installed yet | Chris Larson |
2010-04-09 | Fix the task event handling in the ncurses UI | Chris Larson |
2010-04-09 | Ensure we always utilize the correct messaging domains | Chris Larson |
2010-04-09 | bb.event: NotHandled and Handled are on the way out | Chris Larson |
2010-04-09 | Rename the finalise method for consistency | Chris Larson |
2010-04-09 | Move update_data into the DataSmart class as a finalize() method | Chris Larson |
2010-04-09 | Drop doctest, as we aren't utilizing it | Chris Larson |
2010-04-09 | Made '-b' work with BBCLASSEXTEND | Enrico Scholz |
2010-04-06 | Resurrect the old bb.vercmp as bb.utils.vercmp, and its deps | Chris Larson |
2010-04-06 | Pass the config metadata into the Cache constructor rather than the cooker | Chris Larson |
2010-03-31 | Resurrect merged anonfunc execution | Chris Larson |
2010-03-31 | Add & utilize a simple_exec utility function | Chris Larson |
2010-03-30 | Consolidate the exec/eval bits, switch anonfunc to better_exec, etc | Chris Larson |
2010-03-30 | Pass an empty locals dict in expansion, since list comprehensions apparently ... | Chris Larson |
2010-03-30 | Two minor changes to the way python snippet expansion happens | Chris Larson |
2010-03-25 | bitbake/event.py: Run class eventhandlers in the task context but ensure UI h... | Richard Purdie |
2010-03-25 | bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl... | Richard Purdie |
2010-03-25 | cache.py: Bump the cache version after the BBVERSIONS update | Richard Purdie |
2010-03-25 | bb.manifest: Drop, its unused and obsolete. No point in having dead code around | Richard Purdie |
2010-03-24 | BBFILES: use a set to remove duplicates when collecting. | Chris Larson |
2010-03-24 | bb/command was importing bb and accessing some of its own classes indirectly ... | Chris Larson |
2010-03-24 | Why is bb/__init__.py importing bb? | Chris Larson |
2010-03-24 | data_smart: be explicit about what we make available to eval'd python code | Chris Larson |
2010-03-24 | Fix 7 references to undefined variables, as spotted by pyflakes | Chris Larson |
2010-03-24 | bb.utils: remove old portage remnants | Chris Larson |
2010-03-24 | bb.utils: utilize string.letters and string.digits | Chris Larson |
2010-03-24 | bb.which: fix broken direction/reverse argument | Chris Larson |
2010-03-23 | crumbs: fix hassattr typo | Chris Larson |
2010-03-23 | Implement BBVERSIONS | Chris Larson |
2010-03-23 | utils: improve wording of error message | Bernhard Reutner-Fischer |
2010-03-23 | Expand PREMIRRORS | Enrico Scholz |
2010-03-22 | cooker.py: Add support for a bblayers.conf file | Richard Purdie |
2010-03-08 | cooker: bail out early if no files to build | Bernhard Reutner-Fischer |
2010-03-01 | Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab... | Chris Larson |
2010-02-26 | Implement ??= operator | Chris Larson |
2010-02-25 | Avoid unnecessary calls to keys() when iterating over dictionaries. | Chris Larson |
2010-02-25 | knotty: tweak failure phrase | Bernhard Reutner-Fischer |
2010-02-24 | Fix ud.basecmd error introduced by the FETCHCMD_git commit | Chris Larson |
2010-02-24 | Add initial 'repo' fetcher | Tom Rini |
2010-02-23 | Re-getVar BBCLASSEXTEND after finalise() | Chris Larson |
2010-02-19 | Error early if BBPATH is unset, rather than falling back to share/bitbake | Chris Larson |
2010-02-19 | Kill unused projectdir in bb package. | Chris Larson |