Add tryaltconfigs option to control whether bitbake trys using alternative providers...
[vuplus_bitbake] / lib / bb / runqueue.py
2008-12-06 Richard PurdieAdd tryaltconfigs option to control whether bitbake...
2008-10-20 Richard Purdierunqueue.py: Fix nostamp flag handling (from Poky)
2008-05-09 Richard Purdierunqueue.py: Add bb.runqueue.check_stamp_fn() for use...
2008-05-09 Richard Purdierunqueue/taskdata.py: Make sure recrdeps tasks include...
2008-05-09 Richard Purdierunqueue.py: Flush stdout/stderr before forking to...
2008-05-05 Richard Purdierunqueue.py: Fix default whitelist variable value
2008-05-04 Richard Purdierunqueue.py: Add BB_STAMP_WHITELIST option which contai...
2008-03-13 Richard Purdierunqueue.py: Fix problems with recrdeptask handling...
2008-03-13 Richard Purdierunqueue.py: Switch to check_stamp code since its simpl...
2008-03-13 Richard Purdierunqueue.py: Fix check_stamps function
2008-03-06 Richard Purdietaskdata.py: When handling build target failures make...
2008-02-28 Richard Purdierunqueue.py: Add BB_SCHEDULER and BB_STAMP_POLICY variables
2008-02-27 Richard Purdierunqueue.py: Fix recursive looping issue
2008-02-26 Richard PurdieRemove digraph and switch to new stamp checking code.
2008-02-26 Richard Purdierunqueue.py: Add StampUpdate event
2008-01-21 Richard Purdierunqueue.py: Fix exit code for build failures in -...
2008-01-19 Richard Purdietaskdata/runqueue.py: Make taskdata and runqueue errors...
2008-01-06 Richard Purdierunqueue.py: Don't give a stacktrace for invalid tasks...
2008-01-06 Richard Purdierunqueue.py: Add task scheduler abstraction and some...
2008-01-05 Richard Purdierunqueue.py: Improve code comments
2008-01-05 Richard Purdierunqueue.py: Disable task number acceleration since...
2007-10-30 Richard Purdierunqueue.py: Allow multiple options for deptask flag...
2007-10-07 Marcin Juszkiewiczrunqueue: fix typo
2007-08-25 Richard Purdierunqueue.py: Detect builds of tasks with overlapping...
2007-08-17 Richard Purdierunqueue.py: Fix idepends handling to avoid dependency...
2007-08-16 Richard Purdiebitbake-1.8: Backport fixes for bugs from trunk
2007-08-11 Richard Purdierunqueue.py: Improve the progress indicator by skipping...
2007-08-05 Richard Purdielib/bb/runqueue.py: Make sure intertask depends get...
2007-06-12 Richard Purdierunqueue.py: Message fix from hrw
2007-06-12 Richard Purdierunqueue.py: Correctly redirect stdin when forking.
2007-05-20 Richard Purdierunqueue.py: Don't run sanity checks on incomplete...
2007-05-20 Richard Purdierunqueue.py: Use correct variable for task length
2007-05-20 Richard Purdierunqueue.py: Fix bug when target was in ASSUME_PROVIDED...
2007-04-01 Richard PurdieAdd code to handle inter-task dependencies (from trunk)
2007-03-07 Richard Purdierunqueue.py: Fix parameters to get_user_idstring()
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 Purdierunqueue.py: Try to kill remaining processes but don...
2007-03-04 Richard Purdierunqueue.py: Remove extra now unneeded parameter
2007-03-04 Richard Purdierunqueue.py: Improve initialization instead of repeatin...
2007-03-04 Richard Purdiecooker.py, runqueue.py: Move statistics implementation...
2007-02-21 Richard Purdierunqueue.py: Fix recrdeptask handling (from poky)
2007-01-12 Richard Purdierunqueue.py: Check for failed dependencies before tryin...
2007-01-12 Richard Purdierunqueue.py: Fix prepare_runqueue parameters
2007-01-07 Richard Purdierunqueue.py: Give the user some idea of the number...
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: Merge stamp_is_current and stamp_is_current_c...
2007-01-04 Richard Purdierunqueue.py: Don't create recurisve tasks if they don...
2006-12-08 Holger Hans Peter... Add proper GPLv2 headers to all BitBake files
2006-12-06 Richard Purdierunqeue.py: Send SIGINT, not SIGTERM when ending tasks...
2006-11-25 Richard Purdierunqueue: Avoid running task sanity checks upon task...
2006-11-18 Richard Purdierunqueue.py: Change failed tasks handling so all failed...
2006-11-16 Richard Purdierunqueue.py: Enhance dependency chain debug messages
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-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-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 Purdierunqueue.py: Add sanity check for zero length task...
2006-11-12 Richard Purdierunqueue.py: raise build failure exceptions instead...
2006-11-12 Richard Purdietaskdata.py: Improve abort flag handling, fixing severa...
2006-09-16 Richard PurdieFix -f force option when used without -b
2006-09-14 Richard Purdierunqueue.py: Convert Deps and RunDeps fields into sets...
2006-09-10 Richard Purdielib/bb/shell.py - Use taskData and runQueue directly
2006-09-10 Richard Purdierunqueue.py: Upon failure in abort mode, raise an excep...
2006-09-09 Richard PurdieComplete conversion to use bb.msg
2006-09-09 Richard Purdierunqueue.py: Improve error messages (and make get_error...
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 Purdierunqueue.py: Print summary of active tasks when abortin...
2006-08-20 Richard Purdierunqueue.py: Fix and disable some debug
2006-08-20 Richard Purdiebitbake/lib/bb/taskdata.py: