]> code.ossystems Code Review - openembedded-core.git/shortlog
openembedded-core.git
2011-01-04 Chris LarsonRename command events, adjust compareRevisions
2011-01-04 Chris Larsonevent: use cPickle for events
2011-01-04 Chris Larsonutils: fix 'lock' variable reference
2011-01-04 Chris Larsonbb.event: fix MsgBase ref in fire_class_handlers
2011-01-04 Chris LarsonKill the uncaught exception handler
2011-01-04 Chris Larsonbuild: fix -D with shell functions
2011-01-04 Chris Larsonbuild: send logging messages to the log file for python...
2011-01-04 Chris Larsonutils: fix calls to close() in the lock/unlock functions
2011-01-04 Chris Larsonbuild: use a contextmanager for locks
2011-01-04 Chris Larsonbuild: use bb.process instead of os.system
2011-01-04 Chris Larsonprocess: add subprocess-based bits
2011-01-04 Chris LarsonRename the ui 'init' method to 'main'
2011-01-04 Chris Larsoncooker: use re match, not search in re_match_strings
2011-01-04 Chris Larsontaskdata: use 'any' in re_match_strings
2011-01-04 Chris Larsoncooker: add shutdown/stop methods
2011-01-04 Chris Larsoncooker: merge cookerState and cookerAction
2011-01-04 Chris Larsoncooker: use a pool, abort on first parse error
2011-01-04 Chris Larsonknotty: use enumerate for task waiting
2011-01-04 Chris Larsonknotty: shift non-interactive progress into a class
2011-01-04 Chris LarsonFix the <100 recipe progress fix
2011-01-04 Chris LarsonError more pleasantly when trying to use python2.4
2011-01-04 Chris LarsonDon't show a traceback for a python version error
2011-01-04 Chris Larsoncooker: don't choke on <100 recipes to parse
2011-01-04 Chris Larsoncooker: no cached in progressbar and add ETA
2011-01-04 Chris Larsoncache: change to more incremental format
2011-01-04 Chris Larsoncooker: pass back child exceptions to the server
2011-01-04 Chris Larsonvercmp: don't choke on empty first version components
2011-01-04 Chris LarsonUse __file__, not sys.argv[0]
2011-01-04 Chris Larsoncache: ensure 'pn' is included in the pkgvars
2011-01-04 Chris Larsonknotty: drop the ETA from the progressbar for now
2011-01-04 Chris Larsoncooker: ensure that the cache sync completes
2011-01-04 Chris Larsoncooker: get number of threads in constructor
2011-01-04 Chris Larsoncooker: don't add info for skipped recipes
2011-01-04 Chris Larsoncooker: show progress bar before initializing the cache
2011-01-04 Chris Larsoncooker: save progress chunk value (total/100)
2011-01-04 Chris Larsoncooker: stop loading the cache for -b
2011-01-04 Bob Foerstercooker: don't fire unnecessary parse progress events
2011-01-04 Chris Larsoncache: don't add info to cache if cache is disabled
2011-01-04 Chris Larsoncache: sync the cache file to disk in the background
2011-01-04 Chris LarsonSimplify cache syncing
2011-01-04 Chris LarsonExperimental usage of the 'progressbar' module
2011-01-04 Chris LarsonImplement parallel parsing support
2011-01-04 Chris Larsoncache: don't write out the cache unnecessarily
2011-01-04 Chris Larsoncache: create and use a RecipeInfo class
2011-01-04 Bob FoersterPrefer xrange over range for small performance gain.
2011-01-04 Chris LarsonRevert "svn fetcher: warn people to switch to SRCREV"
2011-01-04 Chris Larsoncache: make loadDataFull a classmethod
2011-01-04 Bernhard Reutner... svn fetcher: warn people to switch to SRCREV
2011-01-04 Bernhard Reutner... fetch: be more pythonic
2011-01-04 Bernhard Reutner... fetch: use os.path.join
2011-01-04 Bernhard Reutner... fetch: add common helper _strip_leading_slashes()
2011-01-04 Bernhard Reutner... fetch: rename suppports_srcrev to supports_srcrev
2011-01-04 Chris Larsoncache: Add debug msg for a nonexistant dep file
2011-01-04 Chris Larsoncache: use new style classes
2011-01-04 Chris Larsoncache: pyflakes/pep8/pylint cleanup
2011-01-04 Chris Larsoncache: use set for clean, checked
2011-01-04 Chris Larsoncache: make use of defaultdict
2011-01-04 Chris LarsonPre-explode rundeps/runrecs in CacheData
2011-01-04 Chris Larsonpersist_data: handle locked db for SELECT
2011-01-04 Bernhard Reutner... BBHandler: use os.path in inherit()
2011-01-04 Bernhard Reutner... BBHandler: simplify supports()
2011-01-04 Bernhard Reutner... bb.cache: only log if the respective action was taken
2011-01-04 Chris Larsonbb.pysh: add Case support to format_commands
2011-01-04 Chris Larsonbb.pysh: fix writing pyshtables all over the place
2011-01-04 Chris LarsonMove the pysh package into the bb package
2011-01-04 Peter ChubbAllow mercurial fetcher to follow tip
2011-01-04 Chris LarsonFix GraphViz .dot output for rdepends and rrecs
2011-01-04 Chris LarsonMake 'cache is clean' message debug
2011-01-04 Eric BENARDbitbake: lib/bb/fetch/hg: fix fetching from a mercurial...
2011-01-04 Chris LarsonResurrect display of failed files
2011-01-04 Chris LarsonAccess metadata vars as locals in python snippets
2011-01-04 Chris LarsonFix __getitem__ for DataSmart
2011-01-04 Khem Rajfetchers: Use tar --exclude pattern to remove SCM files
2011-01-04 Chris LarsonFix syntax issue and don't include 'd' in ui_queue
2011-01-04 Chris LarsonQueue up events before the UI is spawned
2011-01-04 Chris LarsonFix another little bug with undefined var from cache
2011-01-04 Chris Larsonbb.cache: fix bug from last commit with loading from...
2011-01-04 Chris LarsonReduce bb.cache memory usage a bit
2011-01-04 Chris LarsonFix FuncFailed construction
2011-01-04 Chris LarsonRestore FuncFailed argument compatibility
2011-01-04 Chris LarsonOnly reference logfiles that exist
2011-01-04 Chris LarsonFix bitbake -k issue introduced by build exception...
2011-01-04 Chris LarsonDon't show tracebacks for SystemExit or KeyboardInterrupt
2011-01-04 Chris LarsonFix exit code display for task failure
2011-01-04 Richard PurdieFIXUP: runqueue bb.debug refs
2011-01-04 Chris LarsonSimplify build exception handling
2011-01-04 Chris LarsonTurn Event into a new style class
2011-01-04 Chris LarsonWork around issue with pickling of traceback objects
2011-01-04 Chris LarsonDon't show uncaught exception message for KeyboardInterrupt
2011-01-04 Chris LarsonApply fix for issue where the loggers were constructed...
2011-01-04 Chris LarsonFix providerlog NameError
2011-01-04 Chris LarsonDrop 'fn' arguments to bb.msg functions
2011-01-04 Chris LarsonAdd pending deprecation warnings to the bb.msg functions
2011-01-04 Chris LarsonSwitch bitbake internals to use logging directly rather...
2011-01-04 Chris LarsonUse logging in the knotty ui, and pass the log record...
2011-01-04 Chris LarsonUse the python logging module under the hood for bb.msg
2011-01-04 C Michael SundiusAllow %20 in a file name in the SRC_URI
2011-01-04 Chris LarsonIgnore python warnings that come from places we don...
2011-01-04 Chris LarsonMake DataSmart inherit the MutableMapping ABC
2011-01-04 Chris LarsonSplit out 'find next buildable task' into a separate...
next