]> code.ossystems Code Review - openembedded-core.git/shortlog
openembedded-core.git
2010-07-02 Chris LarsonSwitch from our own 'dummywrite' class to StringIO
2010-07-02 Chris LarsonSwitch a fatal usage to SystemExit ("T" not set)
2010-07-02 Chris LarsonResurrect the excepthook, this time just sending the...
2010-07-02 Cliff Brakeremove return in finally statement
2010-07-02 Chris Larsoncooker: Kill __getitem__ usage on exception objects...
2010-07-02 Chris LarsonHandle SystemExit and KeyboardInterrupt sanely when...
2010-07-02 Chris LarsonDrop unnecessarly duplicated messages wrt FuncFailed
2010-07-02 Chris Larsonknotty: use the future division to prep for 3.x
2010-07-02 Chris LarsonKill the unnecessary setVarFlag debugging message
2010-07-02 Chris Larsonknotty: stop freaking out and dying when bb.build has...
2010-07-02 Chris LarsonUse bb.utils.mkdirhier in bb.cache to shut up the pendi...
2010-07-02 Chris LarsonUse PendingDeprecationWarning for functions moved from...
2010-07-02 Chris LarsonStart ditching fatal() calls in favor of raising approp...
2010-07-02 Chris LarsonDrop the non-debug traceback suppressor, at this point...
2010-07-02 Ryan PhillipsChange wget fetcher to use the runfetchcmd
2010-07-02 Chris LarsonShow a traceback when a task fails due to an exception
2010-07-02 Bernhard Reutner... parser: fix harmless typo in variable name
2010-07-02 Chris LarsonFix the silent exit when the specified task doesn't...
2010-07-02 Chris LarsonMove the output of no provider and multiple provider...
2010-07-02 Chris LarsonReorganize the main exception handling so an attribute...
2010-07-02 Chris LarsonMake knotty ignore the NoProvider event
2010-07-02 Chris LarsonDon't tell the user we're sending SIGINT to the remaini...
2010-07-02 Bernhard Reutner... cooker: use time.strftime() instead of spawing sh with...
2010-07-02 Chris LarsonAdjust the exception handling based on Cliff Brake...
2010-07-02 Robert P. J... Fix a couple typos in the CVS Fetcher section.
2010-07-02 Bernhard Reutner... cache: do not chdir unnecessarily
2010-07-02 Bernhard Reutner... persist_data: cache connection and use cursor
2010-07-02 Bernhard Reutner... cache: use a set() for __depends
2010-07-02 Bernhard Reutner... cache: use max() to determine newest_mtime
2010-07-02 Bernhard Reutner... cache: use os.path ops instead of stat
2010-07-02 Chris LarsonMake the file not found error actually useable.
2010-07-02 Bernhard Reutner... fetch: commentary typo fix in fetcher_init()
2010-07-02 Bernhard Reutner... cache: fix typo in error message of cacheValidUpdate()
2010-07-02 Bernhard Reutner... fetch: documentation typo fix
2010-07-02 Khem Rajfetch: Check for existence of tar file along with md5...
2010-07-02 Chris LarsonRevert "In expand, drop the unnecessary second regular...
2010-07-02 Chris LarsonDon't emit vars starting with __, as those are internal
2010-07-02 Chris LarsonIn expand, drop the unnecessary second regular expressi...
2010-07-02 Chris LarsonSimplify _findVar a bit
2010-07-02 Chris LarsonFix major bug that slipped in when moving update_data
2010-07-02 Chris LarsonMove a var definition in cooker.parse_next
2010-07-02 Chris LarsonEnhance the expansion exception message
2010-07-02 Chris LarsonFor ${@}, run str() on the result
2010-07-02 Chris LarsonAllow emission of non-string objects in emit_var, inste...
2010-07-02 Chris Larsonemit_env: clean up, iterate once
2010-07-02 Chris LarsonFix the debug level check in print_exception
2010-07-02 Chris LarsonDon't try to expand non-string values
2010-07-02 Chris LarsonMove the python version check into the python package
2010-07-02 Chris LarsonDrop an unnecessary second python version check and...
2010-07-02 Chris LarsonBump version to 1.11.0
2010-07-02 Chris LarsonMove the python version check before the module imports...
2010-07-02 Chris LarsonSearch up the directory tree for bblayers.conf
2010-07-02 Chris LarsonAdd a hack to avoid the req that all vars using LAYERDI...
2010-07-02 Chris LarsonMove the unset BBPATH sanity check after the bblayers...
2010-07-02 Chris LarsonKill unnecessary usages of the types module
2010-07-02 Chris LarsonApply some 2to3 transforms that don't cause issues...
2010-07-02 Chris LarsonAdd __contains__ to COWDictMeta
2010-07-02 Chris LarsonDrop unused bb.data.expandData function
2010-07-02 Chris LarsonIgnore deprecation warnings for now
2010-07-02 Chris LarsonSwitch some references to moved functions
2010-07-02 Chris LarsonAdd a missing import of print_function
2010-07-02 Chris LarsonApply the 2to3 print function transform
2010-07-02 Chris LarsonDeprecate the usage of certain objects via certain...
2010-07-02 Chris LarsonException handling fixups
2010-07-02 Chris LarsonAdd some missing docstrings
2010-07-02 Chris LarsonDrop __all__ usage
2010-07-02 Chris LarsonDrop some unused functions
2010-07-02 Chris LarsonDrop some unused classes
2010-07-02 Chris LarsonDrop some unused vars
2010-07-02 Chris LarsonImport fixups
2010-07-02 Chris LarsonFormatting cleanups
2010-07-02 Chris LarsonDrop doctest, as we aren't utilizing it
2010-07-02 Chris LarsonDon't run metadata event handlers for bb.msg events
2010-07-02 Chris LarsonStop using functions via 'bb' that were moved from...
2010-07-02 Chris LarsonAdd a function to get the debug level, without poking...
2010-07-02 Chris LarsonFix invalid logging domain warning
2010-07-02 Chris LarsonBump minimum python version check to 2.6.
2010-07-02 Chris LarsonMake the default domain a proper domain, not a string
2010-07-02 Chris LarsonImplement bb.msg.domain as a named tuple, drop the...
2010-07-02 Chris LarsonFix an error in the ncurses UI
2010-07-02 Chris LarsonDisplay python warnings via bb.msg
2010-07-02 Chris LarsonImmediately display messages if no UI handlers are...
2010-07-02 Chris LarsonUse __import__ for the ui rather than exec
2010-07-02 Chris LarsonFix the task event handling in the ncurses UI
2010-07-02 Chris LarsonEnsure we always utilize the correct messaging domains
2010-07-02 Chris Larsonbb.event: NotHandled and Handled are on the way out
2010-07-02 Chris LarsonRename the finalise method for consistency
2010-07-02 Chris LarsonMove update_data into the DataSmart class as a finalize...
2010-07-02 Chris LarsonInitialize pkgs_to_build in the BBConfiguration constructor
2010-07-02 Chris LarsonDrop doctest, as we aren't utilizing it
2010-07-02 Enrico ScholzMade '-b' work with BBCLASSEXTEND
2010-07-02 Chris LarsonResurrect the old bb.vercmp as bb.utils.vercmp, and...
2010-07-02 Chris LarsonPass the config metadata into the Cache constructor...
2010-07-02 Chris LarsonResurrect merged anonfunc execution
2010-07-02 Chris LarsonAdd & utilize a simple_exec utility function
2010-07-02 Chris LarsonConsolidate the exec/eval bits, switch anonfunc to...
2010-07-02 Chris LarsonPass an empty locals dict in expansion, since list...
2010-07-02 Chris LarsonTwo minor changes to the way python snippet expansion...
2010-07-02 Nitin A Kamblelinux-libc-headers: upgrade from 2.6.33 to 2.6.34
2010-07-02 Kevin Tiandbus: fix metadata
next