]> code.ossystems Code Review - openembedded-core.git/shortlog
openembedded-core.git
2011-01-04 Bernhard Reutner... data: fewer newlines for (un)export
2011-01-04 Bernhard Reutner... parse: Use constants from stat instead of magic numbers
2011-01-04 Richard Purdiebitbake: Sync a load of whitespace and other non-functi...
2011-01-04 Richard Purdiebitbake/contrib: Sync with bitbake upstream
2011-01-04 Chris Larsonprocess: fix handling of the input argument
2011-01-04 Bob Foersterdepexp: add sorting of all package lists
2011-01-04 Chris Larsonpysh: add missing os.path import
2011-01-04 Bernhard Reutner... runqueue: fix typo in documentation of calculate_task_w...
2011-01-04 Bernhard Reutner... runqueue: use fewer newlines in error path
2011-01-04 Chris Larsonlogger usage cleanup
2011-01-04 Bernhard Reutner... utils: fix typo in error message
2011-01-04 Chris LarsonMove LAYERDIR expansion hack into DataSmart
2011-01-04 Chris Larsonparse: use bb.utils.which
2011-01-04 Chris LarsonFix logging level names for post-server-ui-split
2011-01-04 Chris LarsonUse os.devnull, not /dev/null
2011-01-04 Bernhard Reutner... utils: don't overwrite builtin dir() function
2011-01-04 Bernhard Reutner... bzr: use utils.remove instead of os.system
2011-01-04 Chris Larsonutils: drop unnecessary debug msgs from mkdirhier
2011-01-04 Bob FoersterShow the user progress when loading the cache
2011-01-04 Chris Larsonknotty: exit with 1 if we see a critical log message
2011-01-04 Chris Larsoncooker: don't swallow recipe parse errors
2011-01-04 Andreas Oberrittermanual: document scmdata=keep for CVS, SVN and Git
2011-01-04 Andreas Oberritterfetchers: Add parameter scmdata=keep to include .git...
2011-01-04 Chris Larsonbuild: fix FuncFailed for the no logfile case
2011-01-04 Chris Larsonprocess: handle OSErrors other than file not found
2011-01-04 Chris Larsonbuild: ensure LogTee has a valid name property
2011-01-04 Chris LarsonFix PWD issue with new exec_func_shell
2011-01-04 Chris LarsonEnsure that the invalid UI error goes to stderr
2011-01-04 Chris Larsonbuild: set PWD in the subprocess preexec hook
2011-01-04 Richard Purdiebitbake: Transfer noexec runqueue messages to the UI
2011-01-04 Chris LarsonMove the runq task start/failed messages to the UI
2011-01-04 Chris LarsonSilence python 2.7 nested context manager warning
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
next