vuplus_bitbake
2006-11-01 Holger Hans... BitBake: Tag 1.6.2 and 1.7.2 of BitBake 1.7.2
2006-10-29 Richard Purdiecache.py: Allow version field in DEPENDS (ignored for...
2006-10-21 Richard Purdiebump 1.7 versions
2006-10-04 Richard Purdiebin/bitbake: fix typo
2006-10-03 Richard Purdiebin/bitbake: Move handle_data() into parse_bbfiles...
2006-10-03 Richard Purdiecache.py: Stop passing cooker around as its no longer...
2006-10-03 Richard Purdieparse_py/ConfHandler.py: Remove broken default options...
2006-10-03 Richard Purdiedata_smart.py: Add expand_cache, caching expanded data...
2006-09-28 Chris LarsonMinor bugfix in taskdata, the dump function was passing...
2006-09-16 Richard Purdietaskdata.py: Remove a seemingly incorrect line of code...
2006-09-16 Richard PurdieFix -f force option when used without -b
2006-09-16 Richard PurdietaskData.py: Only mark external targets as external
2006-09-15 Richard Purdiecache.py: Don't error if a file doesn't exist, just...
2006-09-14 Richard Purdietaskqueue.py: Add a small cache for task ids for a...
2006-09-14 Richard Purdierunqueue.py: Convert Deps and RunDeps fields into sets...
2006-09-11 Michael 'Mickey... * shell: fix 'which' command
2006-09-11 Richard Purdiebin/bitbake: parse.handle must have an absolute path
2006-09-11 Richard Purdiebitbake/lib/bb/shell.py:
2006-09-11 Richard Purdiecache.py: The cache doesn't really need to know about...
2006-09-10 Richard Purdietaskdata.py: Clean up mesage handling for unbuildable...
2006-09-10 Richard Purdiebuild.py: Really fix debug_level references causing...
2006-09-10 Richard Purdiebuild.py: Fix debug_level references causing excessive...
2006-09-10 Richard Purdiecache.py: Drop uneeded BUILD_ALL_DEPS variable
2006-09-10 Richard Purdielib/bb/shell.py - Use taskData and runQueue directly
2006-09-10 Richard Purdiemsg.py: Each -l option increases the debug level of...
2006-09-10 Richard Purdierunqueue.py: Upon failure in abort mode, raise an excep...
2006-09-09 Richard PurdieTurn BBParsingStatus into CacheData and move to cache.py
2006-09-09 Richard Purdieproviders.py: Improve findBestProvider debug messages...
2006-09-09 Richard Purdiebuild.py: Add interactive flag for tasks to optionally...
2006-09-09 Richard Purdiebbimage: Add call to init logging variable
2006-09-09 Richard PurdieAdd bitbake -l option to specify debug domains to show
2006-09-09 Richard PurdieComplete conversion to use bb.msg
2006-09-09 Richard PurdieConvert fetchers to use bb.msg
2006-09-09 Richard Purdierunqueue.py: Improve error messages (and make get_error...
2006-09-08 Holger Hans... bitbake/trunk/bitbake/bin/bbimage: prepend the path...
2006-09-08 Holger Hans... bitbake/bin/bitbake: Richard deserves a real (C) on...
2006-09-08 Holger Hans... bitbake/trunk/bitbake: Update the ChangeLog to mention...
2006-09-08 Holger Hans... bitbake/trunk/bitbake: Do svn co's to a permanent direc...
2006-09-08 Holger Hans... bitbake/trunk/bitbake: Mention BitBake 1.6 as the stabl...
2006-08-23 Richard Purdierunqueue.py: Improve circular depends error message
2006-08-22 Richard Purdierunqueue.py: Fix the case where BB_NUMBER_THREADS is...
2006-08-22 Richard Purdierunqueue.py: Make sure number_tasks is a number
2006-08-22 Richard Purdierunqueue.py: Make sure depends is initialised
2006-08-21 Richard Purdietaskdata.py: Fix so only warn about failed providers...
2006-08-21 Richard Purdierunqueue.py: Print summary of active tasks when abortin...
2006-08-21 Richard Purdietaskdata.py: Add handling to remove/ignore files which...
2006-08-20 Richard Purdierunqueue.py: Fix and disable some debug
2006-08-20 Richard Purdiebitbake/lib/bb/taskdata.py:
2006-08-20 Richard Purdiebitbake/lib/bb/build.py:
2006-08-20 Richard Purdiebitbake/lib/bb/providers.py:
2006-08-16 Richard PurdieRemove a debug statement that crept in
2006-08-15 Holger Hans... bitbake: Trunk is now at version 1.7.0
2006-08-15 Holger Hans... bitbake: Assign release number 1.6.0 to the trunk and...
2006-08-14 Richard Purdietrunk/bitbake/bin/bitbake:
2006-08-14 Richard Purdietrunk/bitbake/lib/bb/providers.py:
2006-08-14 Richard Purdietrunk/bitbake/bin/bitbake:
2006-08-13 Richard Purdietrunk/bitbake/bin/bitbake:
2006-08-13 Richard Purdietrunk/bitbake/lib/bb/build.py:
2006-07-25 Holger Hans... r420@snorf: ich | 2006-07-25 21:29:45 +0200
2006-07-25 Holger Hans... bitbake/doc/manual: Do not mention rdepends.dot
2006-07-23 Holger Hans... lib/bb/parse/parse_c: Throw Parse Exceptions, crash...
2006-07-23 Holger Hans... lib/bb/parse/parser_c: Handle includes, requires, cope...
2006-07-23 Holger Hans... bitbake/lib/parser/parse_c: Avoid some segfaults
2006-07-15 Michael 'Mickey... msg needs to import sys, it calls it
2006-07-11 Chris LarsonTesting CIA notification, again.
2006-07-11 Chris LarsonTesting CIA notification.
2006-07-11 Michael 'Mickey... switch pastebin provider to http://rafb.net/paste
2006-07-10 Chris LarsonContrib: update the Vim syntax highlighting to include...
2006-07-09 Holger Hans... bitbake c parser: first steps torwards a working parser
2006-07-08 Richard Purdiebitbake/lib/bb/__init__.py:
2006-07-08 Holger Hans... lib/bb/build.py: fix for 1017, try to change back to...
2006-07-08 Richard Purdiebitbake/lib/bb/build.py:
2006-07-08 Richard Purdiebitbake/lib/bb/providers.py:
2006-07-08 Richard Purdielib/bb/fetch/git.py: Add some commands to clean up...
2006-05-31 Holger Hans... bitbake/lib/bb/fetch/*: Implement special 'now' handli...
2006-05-31 Holger Hans... bitbake/doc/manual/usermanual.xml: Use version 2.5...
2006-05-28 Holger Hans... bitbake/bin/bitbake: DOT code cleanup
2006-05-27 Holger Hans... bitbake/bin/bitbake: Add code to handle RDEPENDS
2006-05-27 Holger Hans... bitbake/bin/bitbake: We need to look at seen_depends...
2006-05-27 Holger Hans... bitbake/bin/bitbake: Add first version of mixed depend...
2006-05-27 Holger Hans... bitbake/bin/bitbake: Kill the generation of the RDEPEN...
2006-05-27 Holger Hans... bitbake/bin/bitbake: Kill whitespace
2006-05-27 Holger Hans... bitbake/bin/bitbake: CLI help updates, DOT generatin...
2006-05-27 Holger Hans... doc/manual/usermanual.xml: Add some Bla about using...
2006-05-27 Holger Hans... doc/manual/usermanual.xml: Simplify the sentence
2006-05-27 Holger Hans... doc/manual/usermanual.xml: Fix the EventHandler example
2006-05-27 Holger Hans... fetcher module:
2006-05-27 Holger Hans... bitbake/lib/bb/shell.py:
2006-05-27 Holger Hans... bitbake/lib/bb/data.py:
2006-05-26 Holger Hans... bitbake/bin/bitbake: Add option to ignore dependencies...
2006-05-25 Holger Hans... bitbake/bin/bitbake: Make sure we add all handlers...
2006-05-25 Holger Hans... bitbake/bin/bitbake: Generate DOT depedency start
2006-05-06 Holger Hans... bitbake/lib/bb/shell.py:
2006-05-06 Holger Hans... bitbake/bin/bitbake:
2006-05-06 Holger Hans... bitbake/lib/bb/cache.py:
2006-05-04 Holger Hans... bitbake/lib/bb/data_smart.py: Double OVERRIDE expansion fix
2006-05-03 Richard Purdiebitbake/bin/bitbake:
2006-05-03 Holger Hans... bitbake/lib/bb/shell.py:
2006-04-29 Richard Purdielib/bb/fetch/cvs.py:
2006-04-29 Richard Purdiefetch/__init__.py:
next