vuplus_bitbake
2007-04-26 Richard PurdieRelease bitbake 1.8.2 1.8.2
2007-04-18 Richard Purdiecooker.py: Fix cache errors when generation dotGraphs
2007-04-03 Richard Purdiebuild.py: Expand dependency flag data
2007-04-03 Richard Purdiebuild.py: Add missing intertask dependency code
2007-04-01 Richard PurdieAllow operations other than assignment on flag variable...
2007-04-01 Richard PurdieAdd code to handle inter-task dependencies (from trunk)
2007-04-01 Richard PurdieAdd PE (Package Epoch) support from Philipp Zabel ...
2007-04-01 Richard Purdiecache.py: Catch truncated cache file errors (from trunk)
2007-03-19 Richard PurdiePrepare for release
2007-03-19 Richard PurdieMANIFEST: Add COPYING
2007-03-11 Richard PurdieUpdate ChangeLog for 1.7.x changes, cleanup TODO
2007-03-07 Richard Purdierunqueue.py: Fix parameters to get_user_idstring()
2007-03-05 Richard Purdieshell.py: Fix syntax warning reported by pH5
2007-03-04 Richard Purdiebitbake-1.8: Prepare for release
2007-03-04 Richard Purdiecooker.py: Split cook into several functions
2007-03-04 Richard Purdierunqueue.py: Split execute_runqueue into components
2007-03-04 Richard Purdierunqueue.py: Refactor some functions/data
2007-03-04 Richard Purdiecooker.py: Move some functionality to the module init...
2007-03-04 Richard Purdierunqueue.py: Try to kill remaining processes but don...
2007-03-04 Richard Purdierunqueue.py: Remove extra now unneeded parameter
2007-03-04 Richard Purdiecooker.py: Remove old reference to BBStatistics
2007-03-04 Richard Purdierunqueue.py: Improve initialization instead of repeatin...
2007-03-04 Richard Purdiecooker.py, runqueue.py: Move statistics implementation...
2007-03-04 Richard Purdieevent.py: Remove data dependencies to resolve a depende...
2007-03-04 Richard Purdieshell.py: Remove build_cache_fail references since...
2007-03-04 Richard Purdieproviders.py: Remove now unused parameter from filterPr...
2007-03-04 Richard Purdiemsg.py: Add events for standard message types
2007-02-27 Chris LarsonBitbake: cooker.py: Fix find_bbfiles. Previously,...
2007-02-21 Richard Purdierunqueue.py: Fix recrdeptask handling (from poky)
2007-02-16 Holger Hans... trunk/bitbake: Update the MANIFEST as well
2007-01-23 Marcin Juszkiewiczfetch/svn.py: use username/password when provided in...
2007-01-12 Richard Purdierunqueue.py: Check for failed dependencies before tryin...
2007-01-12 Richard Purdierunqueue.py: Fix prepare_runqueue parameters
2007-01-10 Holger Hans... trunk/bitbake/lib/bb/build.py: Put LC_ALL=C on os.syste...
2007-01-07 Richard Purdierunqueue.py: Give the user some idea of the number...
2007-01-07 Richard Purdieshell.py: Fix up force flag handling for directly named...
2007-01-07 Richard PurdieMake -f (force) flag handling work properly
2007-01-07 Richard Purdierunqueue.py: Pass cooker to prepare_runqueue (for now)
2007-01-07 Richard Purdiebuild.py: Add del_stamp function to remove existing...
2007-01-07 Richard Purdiebuild.py: Merge stamp_is_current and stamp_is_current_c...
2007-01-06 Holger Hans... Make cvs_port a string and an empty one as well. This...
2007-01-06 Marcin JuszkiewiczCVS Fetcher: Added support for non-default port (needed...
2007-01-04 Richard Purdierunqueue.py: Don't create recurisve tasks if they don...
2007-01-04 Richard Purdietaskqueue.py: Add tasks to be queried but not created
2007-01-04 Marcin Juszkiewiczmoved 'here comes the log' message back to proper place
2007-01-04 Marcin Juszkiewiczbuild.by: Added option to limit amount of log lines...
2007-01-04 Marcin Juszkiewiczdrop shebangs from lib/bb scripts
2007-01-04 Marcin Juszkiewiczsetup.py: use FHS compatible directories
2007-01-02 Richard Purdiesvn fetcher: Don't have a date in the filename for...
2006-12-08 Holger Hans... Add proper GPLv2 headers to all BitBake files
2006-12-08 Holger Hans... Update the GPL to the current version of the FSF
2006-12-08 Holger Hans... Remove the first attempt to integrate Marc's flex/lemon
2006-12-06 Richard Purdiecooker.py: Clean up pkgs_to_build handling
2006-12-06 Richard Purdiebitbake: Move cooker from bin/bitbake to lib/bb/cooker.py
2006-12-06 Richard Purdierunqeue.py: Send SIGINT, not SIGTERM when ending tasks...
2006-12-06 Richard Purdiefetch/__init__.py: Have getSrcDate process an optional...
2006-12-06 Richard PurdieFix docs typo (from ross@o-hand.com)
2006-11-30 Richard Purdiebin/bitbake: Fix incorrect variable reference
2006-11-30 Richard Purdieshell.py: Fix typo (thanks to pH5 for spotting)
2006-11-29 Richard Purdiefix typo
2006-11-29 Richard Purdiebin/bitbake: Update generateDotGraph to use taskData...
2006-11-25 Richard Purdiedata.py: Revert inherits_class change - merge error :-(
2006-11-25 Richard Purdiedata.py: Fix inherits_class() so it doesn't split lists...
2006-11-25 Richard Purdierunqueue: Avoid running task sanity checks upon task...
2006-11-25 Richard Purdiedata_smart: Micro optimisation - search for "${" instea...
2006-11-25 Richard PurdieBBHandle: Remove unused __bbpath_found__ variable
2006-11-25 Richard Purdiefetch/__init__.py: Store urldata by 'FILE' to solve...
2006-11-22 Richard Purdiegit.py: Fix typo (from koen)
2006-11-19 Marcin JuszkiewiczAUTHORS: added myself
2006-11-19 Marcin Juszkiewiczsvn fetcher: added my (C) as this is code which I wrote...
2006-11-19 Marcin Juszkiewiczadded bitbake manpage based on --help output
2006-11-19 Richard PurdieBBHandle.py: Instead of iterating through data.keys...
2006-11-18 Holger Hans... Hack to avoid 3 million key expansions by a simple...
2006-11-18 Richard PurdieConfHandler, BBHandler: Optmise number of expand calls
2006-11-18 Holger Hans... bitbake/ old parser: Compile all anonfuncs at once!
2006-11-18 Richard Purdierunqueue.py: Change failed tasks handling so all failed...
2006-11-17 Holger Hans... Remember that we have compiled and added this file.
2006-11-17 Holger Hans... Micro-Optimisation for parsing. Do not join and split...
2006-11-16 Richard Purdierunqueue.py: Enhance dependency chain debug messages
2006-11-15 Richard Purdiebin/bitbake: Improve -b error message
2006-11-14 Richard Purdietastdata.py: Minor speedup
2006-11-14 Richard Purdiecache.py: Share the parser's mtime_cache, reducing...
2006-11-14 Richard Purdiegit.py: Fix conversion error
2006-11-14 Richard Purdietaskqueue/runqueue.py: Remove matches_in_list and both_...
2006-11-14 Richard Purdierunqueue.py: Catch EventException and don't print a...
2006-11-14 Richard Purdietaskdata.py: Stop failed dependencies being added back...
2006-11-13 Richard PurdieAdd perforce fetcher from Jordan Crouse, suitably modif...
2006-11-13 Richard Purdierunqueue.py: Fix inverted logic. Less speed, more haste.
2006-11-13 Richard Purdierunqueue.py: Fix indentation
2006-11-13 Richard Purdierunqueue.py: Improve handling of zero length task lists...
2006-11-13 Richard PurdieBump to version 1.7.4
2006-11-13 Richard Purdieproviders.py: Make PREFERRED_PROVIDER_foobar defaults...
2006-11-12 Richard Purdierunqueue.py: Avoid errors in builds with build failures...
2006-11-12 Richard Purdierunqueue.py: Have recrdeptask follow depends as well...
2006-11-12 Richard Purdietaskdata.py: Add some extra debug to dump_data and...
2006-11-12 Richard Purdietaskdata.py: Add missing error message for unbuildable...
2006-11-12 Richard Purdierunqueue.py: Add sanity check for zero length task...
2006-11-12 Richard Purdierunqueue.py: raise build failure exceptions instead...
2006-11-12 Richard Purdiebitbake: Add calls to expandKeys, fixing issues in...
2006-11-12 Richard Purdietaskdata.py: Improve abort flag handling, fixing severa...
next