]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/shortlog
thirdparty/openembedded/openembedded-core-contrib.git
2010-09-10  Chris LarsonFix exit code display for task failure
2010-09-10  Chris LarsonSimplify build exception handling
2010-09-10  Chris LarsonTurn Event into a new style class
2010-09-10  Chris LarsonWork around issue with pickling of traceback objects
2010-09-10  Chris LarsonDon't show uncaught exception message for KeyboardInterrupt
2010-09-08  Chris LarsonApply fix for issue where the loggers were constructed...
2010-09-07  Chris LarsonFix providerlog NameError
2010-09-04  Chris LarsonMerge branch 'logging'
2010-09-04  Chris LarsonDrop 'fn' arguments to bb.msg functions
2010-09-04  Chris LarsonAdd pending deprecation warnings to the bb.msg functions
2010-09-04  Chris LarsonSwitch bitbake internals to use logging directly rather...
2010-08-27  Chris LarsonUse logging in the knotty ui, and pass the log record...
2010-08-27  Chris LarsonUse the python logging module under the hood for bb.msg
2010-08-19  C Michael SundiusAllow %20 in a file name in the SRC_URI
2010-08-11  Chris LarsonIgnore python warnings that come from places we don...
2010-08-11  Chris LarsonMerge branch 'sched'
2010-08-11  Chris LarsonMerge branch 'data'
2010-08-11  Chris LarsonSplit out 'find next buildable task' into a separate...
2010-08-11  Chris LarsonLet the RunQueueScheduler control the number of active...
2010-08-11  Chris LarsonAdd the ability to use runqueue schedulers from the...
2010-08-07  Holger Hans... misc: Update the email address to a working one.
2010-08-06  Chris LarsonFix IndexError encountered when a 'depends' flag refere...
2010-08-06  Chris LarsonDrop the 'ui failed to start' message, as the ui_init...
2010-08-06  Chris LarsonMake realfile optional for better_exec, using the exist...
2010-08-05  Chris LarsonWhen shutting down, send SIGTERM, not SIGINT
2010-08-04  Richard Purdiecooker.py: Fix case of -b option with a full filepath
2010-08-03  Bernhard Reutner... *: Fix typo in documentation
2010-08-03  Richard PurdieAdd support for .bbappend files (see mailing lists...
2010-08-03  Richard Purdiefetch: Only mark srcrev recipes as uncached when outsid...
2010-08-03  Richard Purdiecache: If one virtual of a recipe is uncached, remove...
2010-08-02  Chris LarsonAdd pysh, ply, and codegen to lib/ to prepare for futur...
2010-07-26  Bernhard Reutner... utils: Fix number of arguments to bb.msg functions
2010-07-26  Bernhard Reutner... *: cosmetic whitespace removal
2010-07-22  Chris LarsonLet the runqueue find the user selected scheduler dynam...
2010-07-16  Richard Purdierunqueue: Allow passing of success/failure handlers...
2010-07-16  Richard Purdierunqueue: Allow taskname to be passed to check_stamp_task()
2010-07-16  Richard Purdierunqueue: Make child process error scary so user is...
2010-07-16  Richard Purdierunqueue: Fix number of running tasks accounting (inclu...
2010-07-16  Richard Purdierunqueue: Remove unneeded exception catching from fork_...
2010-07-16  Richard Purdierunqueue: Separate out task forking code into a new...
2010-07-16  Richard Purdierunqueue: Combine the waitpid result handling code...
2010-07-16  Richard PurdieRemove two layers of unnecessary functions from task...
2010-07-06  Bernhard Reutner... *: use print() as a function
2010-07-01  Richard PurdieFix handling of empty variables in local config files
2010-07-01  Richard PurdieGross hack to fix packaged-staging with BBCLASSEXTEND...
2010-07-01  Jeff Dikecreate cooker object after cleaning the environment
2010-07-01  Jeff DikeMove the logger initialization from cooker to utils
2010-07-01  Nitin A Kamblebitbake decodeurl: fix the file:// url handling
2010-07-01  Joshua Lockallow fakeroot functionality to be provided by an alter...
2010-07-01  Richard PurdieAdd bb.utils.join_deps to handle creation of dependency...
2010-06-24  Chris LarsonAdd a couple long term, high impact TODO items
2010-06-24  Chris LarsonAdd a warning if a BBFILE_PATTERN doesn't match any...
2010-06-21  Chris Larson3.0 prep
2010-06-21  Chris LarsonApply some 2to3 refactorings
2010-06-21  Chris LarsonDrop a couple usages of readlines
2010-06-21  Chris LarsonUntil the interactive mode is fixed, kill it from the...
2010-06-20  Chris LarsonFix syntax error in shell.py
2010-06-19  Chris LarsonAdd missing 'return False' to the SystemExit handler...
2010-06-18  Chris LarsonMove serverConnection.terminate() back into the finally
2010-06-18  Chris LarsonLimit the traceback length in the default exception...
2010-06-16  Chris LarsonSwitch from our own 'dummywrite' class to StringIO
2010-06-16  Chris LarsonSwitch a fatal usage to SystemExit ("T" not set)
2010-06-16  Chris LarsonResurrect the excepthook, this time just sending the...
2010-06-15  Cliff Brakeremove return in finally statement
2010-06-10  Chris Larsoncooker: Kill __getitem__ usage on exception objects...
2010-06-10  Chris LarsonHandle SystemExit and KeyboardInterrupt sanely when...
2010-06-10  Chris LarsonDrop unnecessarly duplicated messages wrt FuncFailed
2010-06-10  Chris Larsonknotty: use the future division to prep for 3.x
2010-06-10  Chris LarsonKill the unnecessary setVarFlag debugging message
2010-06-10  Chris LarsonAdd exception bits to TODO
2010-06-10  Chris Larsonknotty: stop freaking out and dying when bb.build has...
2010-06-10  Chris LarsonUse bb.utils.mkdirhier in bb.cache to shut up the pendi...
2010-06-10  Chris LarsonUse PendingDeprecationWarning for functions moved from...
2010-06-10  Chris LarsonAdd fatal bits and LAYERDIR bits to TODO
2010-06-10  Chris LarsonStart ditching fatal() calls in favor of raising approp...
2010-06-10  Chris LarsonDrop the non-debug traceback suppressor, at this point...
2010-06-10  Ryan PhillipsChange wget fetcher to use the runfetchcmd
2010-06-10  Chris LarsonShow a traceback when a task fails due to an exception
2010-06-09  Chris LarsonUpdate the TODO
2010-06-09  Bernhard Reutner... parser: fix harmless typo in variable name
2010-06-09  Chris LarsonFix the silent exit when the specified task doesn't...
2010-06-08  Chris LarsonMove the output of no provider and multiple provider...
2010-06-08  Chris LarsonReorganize the main exception handling so an attribute...
2010-06-08  Chris LarsonMake knotty ignore the NoProvider event
2010-06-08  Chris LarsonDon't tell the user we're sending SIGINT to the remaini...
2010-06-07  Bernhard Reutner... cooker: use time.strftime() instead of spawing sh with...
2010-06-04  Chris LarsonAdjust the exception handling based on Cliff Brake...
2010-06-04  Robert P. J... Fix a couple typos in the CVS Fetcher section.
2010-06-04  Robert P. J... Fix a couple typos in setup.py.
2010-06-04  Bernhard Reutner... cache: do not chdir unnecessarily
2010-06-04  Bernhard Reutner... persist_data: cache connection and use cursor
2010-06-04  Bernhard Reutner... cache: use a set() for __depends
2010-06-04  Bernhard Reutner... cache: use max() to determine newest_mtime
2010-06-04  Bernhard Reutner... cache: use os.path ops instead of stat
2010-06-04  Chris LarsonMake the file not found error actually useable.
2010-06-04  Bernhard Reutner... fetch: commentary typo fix in fetcher_init()
2010-06-04  Bernhard Reutner... cache: fix typo in error message of cacheValidUpdate()
2010-06-04  Bernhard Reutner... fetch: documentation typo fix
2010-05-23  Khem Rajfetch: Check for existence of tar file along with md5...
2010-05-22  Chris LarsonRevert "In expand, drop the unnecessary second regular...
next