index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
runqueue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/runqueue.py: Fix runqueue UI issues
Richard Purdie
2010-08-19
1
-17
/
+27
*
bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...
Richard Purdie
2010-08-19
1
-76
/
+58
*
bitbake: Initial scenequeue implementation (needs major fixes)
Richard Purdie
2010-08-19
1
-24
/
+262
*
bitbake/runqueue.py: Factor task skipping code into a function
Richard Purdie
2010-08-19
1
-5
/
+8
*
bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...
Richard Purdie
2010-08-19
1
-128
/
+144
*
bitbake/cooker.py: Allow idle handlers to pass through a true value
Richard Purdie
2010-08-19
1
-1
/
+3
*
bitbake/runqueue.py: Drop duplicated class
Richard Purdie
2010-08-19
1
-6
/
+0
*
bitbake: Split Runqueue into two classes, a data processor and the execution ...
Richard Purdie
2010-08-18
1
-105
/
+116
*
*: cosmetic whitespace removal
Bernhard Reutner-Fischer
2010-08-03
1
-1
/
+1
*
Let the runqueue find the user selected scheduler dynamically
Chris Larson
2010-08-03
1
-5
/
+15
*
bitbake: Add support for .bbappend files (see mailing lists for detais)
Richard Purdie
2010-07-16
1
-1
/
+1
*
bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc...
Richard Purdie
2010-07-16
1
-5
/
+5
*
bitbake: runqueue: Allow taskname to be passed to check_stamp_task()
Richard Purdie
2010-07-16
1
-4
/
+5
*
bitbake: runqueue: Make child process error scary so user is less likely to i...
Richard Purdie
2010-07-16
1
-1
/
+1
*
bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)
Richard Purdie
2010-07-16
1
-1
/
+1
*
bitbake: runqueue: Remove unneeded exception catching from fork_off_task()
Richard Purdie
2010-07-16
1
-3
/
+0
*
bitbake: runqueue: Separate out task forking code into a new function
Richard Purdie
2010-07-16
1
-56
/
+61
*
bitbake: runqueue: Combine the waitpid result handling code into a function
Richard Purdie
2010-07-16
1
-28
/
+21
*
bitbake: Remove two layers of unnecessary functions from task execution
Richard Purdie
2010-07-16
1
-2
/
+12
*
Apply some 2to3 refactorings
Chris Larson
2010-07-02
1
-1
/
+1
*
Show a traceback when a task fails due to an exception
Chris Larson
2010-07-02
1
-3
/
+4
*
Don't tell the user we're sending SIGINT to the remaining 0 tasks
Chris Larson
2010-07-02
1
-6
/
+7
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-6
/
+5
*
Apply the 2to3 print function transform
Chris Larson
2010-07-02
1
-2
/
+2
*
Import fixups
Chris Larson
2010-07-02
1
-1
/
+1
*
Formatting cleanups
Chris Larson
2010-07-02
1
-47
/
+46
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
1
-1
/
+1
*
Fix 7 references to undefined variables, as spotted by pyflakes
Chris Larson
2010-03-25
1
-1
/
+1
*
bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packages
Richard Purdie
2010-03-23
1
-0
/
+2
*
bitbake: runqueue.py: improve printing dependent tasks
Bernhard Reutner-Fischer
2010-02-15
1
-2
/
+10
*
knotty: Improve task failure message handling using the uihelper code
Richard Purdie
2010-01-21
1
-5
/
+5
*
runqueue.py: Use fcntl to make the worker pipes non-blocking
Richard Purdie
2010-01-21
1
-1
/
+6
*
runqueue: When a task fails, make sure the server still processes events from...
Richard Purdie
2010-01-21
1
-1
/
+11
*
bitbake/runqueue: Fix typo
Richard Purdie
2010-01-21
1
-1
/
+1
*
bitbake: Switch to bitbake-dev version (bitbake master upstream)
Richard Purdie
2010-01-20
1
-91
/
+250
*
bitbake runqueue: Add a minor speedup to the runqueue code
Richard Purdie
2009-07-29
1
-2
/
+3
*
bitbake: Factor some runqueue code into common functions making things more r...
Richard Purdie
2009-07-21
1
-31
/
+31
*
bitbake: Fix a bug in runqueue and optimise slightly further
Richard Purdie
2009-07-21
1
-4
/
+6
*
bitbake: Optimise runqueue recursive dependency calculations removing a bottl...
Richard Purdie
2009-07-21
1
-117
/
+76
*
bitbake: Update to work without warnings with python 2.6
Richard Purdie
2009-05-12
1
-4
/
+3
*
bitbake: Add tryaltconfigs option to disable the alternative configuration at...
Richard Purdie
2008-10-28
1
-1
/
+3
*
bitbake: Fix nostamp flag handling bug
Richard Purdie
2008-10-01
1
-1
/
+1
*
bitbake: Sync with 1.8 branch
Richard Purdie
2008-05-13
1
-5
/
+32
*
runqueue.py: Fix default whitelist variable value
Richard Purdie
2008-05-05
1
-1
/
+1
*
bitbake: Sync with 1.8 branch upstream for PREFERRED_PROVIDERS message improv...
Richard Purdie
2008-05-04
1
-2
/
+21
*
bitbake: Update with changes from bitbake 1.8 branch
Richard Purdie
2008-03-14
1
-36
/
+94
*
bitbake: Update to bitbake 1.8 branch head
Richard Purdie
2008-03-03
1
-26
/
+116
*
bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fix
Richard Purdie
2008-02-11
1
-3
/
+3
*
bitbake: sync with upstream stable branch bugfixes and enhancements
Richard Purdie
2008-01-20
1
-2
/
+2
*
bitbake: Sync with bitbake upstream for various fixes
Richard Purdie
2008-01-06
1
-94
/
+305
[next]