improve performance by compiling the OEMASK regexp out of the loop
[vuplus_bitbake] / bin /
2004-08-04 Michael 'Mickey... improve performance by compiling the OEMASK regexp...
2004-08-02 Phil Blundellhonour CVS_TARBALL_STASH_${PN}
2004-07-26 Phil Blundelladd support for DEFAULT_PREFERENCE when selecting versi...
2004-07-25 Michael 'Mickey... receive tuple
2004-07-24 Michael 'Mickey... count number of parsed, cached, skipped packages and...
2004-07-22 Phil Blundellimprove diagnostics when bad things happen during expansion
2004-07-20 Michael 'Mickey... reality check
2004-07-20 Michael 'Mickey... get dir without having to rely on OEDIR
2004-07-19 Michael 'Mickey... slightly improve provider hash progress output
2004-07-03 Phil Blundellfix formatting of diagnostic message
2004-07-02 Phil Blundelladd support for PREFERRED_VERSION and oefile priority
2004-07-02 Chris LarsonImport oe.build in the OEHandler.
2004-07-01 Chris LarsonDelete: bin/parse_manifest
2004-07-01 Chris LarsonDelete: bin/oemaked
2004-07-01 Chris LarsonDelete: bin/oeinstall
2004-07-01 Chris LarsonDelete: bin/file_manifest
2004-07-01 Chris LarsonDelete: bin/README
2004-07-01 Chris LarsonWarn about usage of OEDIR.
2004-07-01 Chris LarsonMove set_additional_vars call.
2004-06-27 Phil Blundellsecond attempt at pickling functions
2004-06-27 Phil Blundellstore list of defined functions as "__functions" in...
2004-06-27 Phil Blundellalso pickle the functions listed in __functions
2004-06-26 Phil Blundellremove 'return' from call thunk for inherited functions...
2004-06-22 Chris LarsonAllow _prepend/_append/_delete variable flags to flow...
2004-06-21 Holger Hans Peter... SRC_URI_append_machine = foo
2004-06-12 Phil Blundelltrap oe.build exceptions at top level to avoid python...
2004-06-12 Phil Blundellif a build fails, re-throw the exception rather than...
2004-06-12 Marcin Juszkiewiczoemake BUGFIX: only display the progress bar when stdou...
2004-06-12 Phil Blundellautomatically insert a leading/trailing space during...
2004-06-06 Phil Blundellallow / in variable names
2004-06-06 Phil Blundelladd support for PREFERRED_PROVIDER_<virtual>
2004-06-04 Phil Blundelladd progress bar during provider hash building
2004-06-01 Chris LarsonMinor indentation change - no hard tabs in the oe core.
2004-06-01 Phil Blundelladd oe.data.inherits_class()
2004-06-01 Phil Blundellremove bogus length check in expand() to fix meta-opie
2004-05-27 Chris LarsonBUGFIX: correct indentation on that build debugging...
2004-05-27 Chris LarsonAdapt oe.build code to pipe our logs through tee if...
2004-05-25 Holger Schurigi am not executable
2004-05-22 Chris LarsonDeal with really annoying failure when the build code...
2004-05-22 Chris LarsonRemove unnecessary decodeurl debugging.
2004-05-22 Chris LarsonBugfix in encodeurl per the recent decodeurl changes.
2004-05-22 Chris LarsonBugfix in decodeurl's uri regex; the previous version...
2004-05-22 Chris LarsonRework decodeuri's regular expression for the uri to...
2004-05-22 Chris LarsonHandle relative file:// paths.
2004-05-22 Chris LarsonFix A variable.
2004-05-21 Chris LarsonDump a useful error message when our attempt to populat...
2004-05-19 Holger SchurigDelete: bin/oemakepkgs
2004-05-18 Chris LarsonBugfix in OEPATH mangling when loading a .oe's metadata...
2004-05-17 Phil Blundellallow + and - in function names
2004-05-17 Phil Blundellcorrect line numbers when handling backslash-continuation
2004-05-15 Chris LarsonAllow specifying rsh=[rsh cmd] in the cvs URI, so as...
2004-05-15 Chris LarsonDisplay actual cause of a failure to open a .oe in...
2004-05-14 Chris LarsonCorrect the way we mkdir CACHE to use oe.mkdirhier...
2004-05-13 Michael 'Mickey... add documentation about common commands
2004-05-09 Gerald Brittonupdate data after anon funcs
2004-05-09 Chris Larsonkill off some remnant tabs
2004-05-09 Chris LarsonKill off some trailing whitespace
2004-05-09 Chris LarsonCorrect an indentation bug, add some missing modelines...
2004-05-09 Chris LarsonIndentation brokenness fixes.
2004-05-09 Chris LarsonMixed indentation is BAD.
2004-05-09 Chris LarsonWhitespace changes. Reformat things to better match...
2004-05-09 Chris LarsonDelete: bin/oespawn
2004-05-08 Michael 'Mickey... Auto merged
2004-05-08 Chris Larsonoemake BUGFIX: only display the spinner when stdout...
2004-05-08 Chris LarsonFix oemake -c clean to not clean the dependency tree...
2004-05-08 Michael 'Mickey... exclude BROKEN packages from world - patch courtesy...
2004-05-04 Michael 'Mickey... make += and =+ work when the variable was not previousl...
2004-05-03 Michael 'Mickey... add support for CVS_TARBALL_STASH in fetch.py. Set...
2004-05-03 Michael 'Mickey... avoid python traceback spew when exceptions are thrown...
2004-05-03 Michael 'Mickey... avoid python crash if latest version of a package becom...
2004-05-02 Michael 'Mickey... process all cvs:// URIs even if one is already checked...
2004-04-30 Michael 'Mickey... support += and =+ syntax for immediate prepend and...
2004-04-30 Michael 'Mickey... expand ASSUME_PROVIDED correctly - patch courtesy pb_.
2004-04-30 Michael 'Mickey... fix python crash if cache contains no dependency inform...
2004-04-30 Michael 'Mickey... another try at importing ASSUME_PROVIDED patch - patch...
2004-04-30 Michael 'Mickey... add dependency tracking for parse cache - patch courtes...
2004-04-30 Michael 'Mickey... first shot at caching .oe files
2004-04-29 Chris LarsonUnbork prevention of the run.* script removal via OEDEBUG.
2004-04-29 Michael 'Mickey... add option '-p' to quit after parsing. this is nice...
2004-04-28 Michael 'Mickey... import sets below to give the Python version check...
2004-04-27 Michael 'Mickey... Import patch tmpfile
2004-04-26 Michael 'Mickey... improve error message
2004-04-25 Chris LarsonKill one instance of KeyboardInterrupt being swallowed...
2004-04-25 Michael 'Mickey... Import patch tmpfile
2004-04-24 Michael 'Mickey... Import patch tmpfile
2004-04-23 Michael 'Mickey... Import patch tmpfile
2004-04-23 Michael 'Mickey... Import patch tmpfile
2004-04-23 Michael 'Mickey... Import patch tmpfile
2004-04-23 Michael 'Mickey... fix off-by-one error in progress-callback
2004-04-21 Chris LarsonAdd 'PREMIRRORS' support, which allows you to use a...
2004-04-21 Gerald Brittonmake 'set -e' in scripts actually work
2004-04-20 Chris LarsonRename: bin/oemake2 -> bin/oemake
2004-04-20 Michael 'Mickey... Import patch tmpfile
2004-04-20 Michael 'Mickey... Import patch tmpfile
2004-04-20 Michael 'Mickey... Import patch tmpfile
2004-04-20 Michael 'Mickey... Import patch oemake2.patch
2004-04-20 Michael 'Mickey... Import patch data.patch
2004-04-17 Michael 'Mickey... Import patch tmpfile
2004-04-17 Michael 'Mickey... Import patch handler.patch
2004-04-14 Chris LarsonHandle md5sum not returning something sane, and handle...
next