index
:
bitbake
1.10
1.12
1.14
1.16
1.18
1.20
1.22
1.24
1.26
1.28
1.3
1.30
1.32
1.34
1.36
1.38
1.4
1.40
1.42
1.44
1.46
1.48
1.50
1.52
1.6
1.8
2.0
master
master-next
master-poky
next
pristine-tar
sphinx
wmat
wmat2
Bitbake Development tree
OpenEmbedded
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
bitbake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version to 1.13.1
1.13.1
Richard Purdie
2011-06-09
1
-1
/
+1
*
Drop psyco support
Richard Purdie
2011-06-09
1
-3
/
+0
*
bitbake/server: Move server specific code into the server backend and create ...
Richard Purdie
2011-06-08
1
-38
/
+27
*
bitbake/server/process: Move implementation knowledge of event queue into the...
Richard Purdie
2011-06-08
1
-2
/
+2
*
Increment version for development version
Richard Purdie
2011-02-18
1
-1
/
+1
*
Release 1.12.0
1.12.0
Richard Purdie
2011-02-18
1
-1
/
+1
*
bitbake: handle IOError from event_queue.get
Chris Larson
2011-01-10
1
-1
/
+1
*
Implement task signatures
Richard Purdie
2010-12-29
1
-0
/
+3
*
bin/bitbake: [HACK] Empty ui event queue on shutdown
Chris Larson
2010-12-17
1
-0
/
+8
*
Ensure LogHandler is set up for the server construction
Chris Larson
2010-12-17
1
-0
/
+6
*
Resurrect alternative UIs
Bob Foerster
2010-12-17
1
-1
/
+1
*
Forcibly shut down the server if the UI is terminated
Chris Larson
2010-12-16
1
-10
/
+16
*
server: fix interrupt handling for process
Bob Foerster
2010-12-16
1
-11
/
+12
*
Run the server and UI in separate processes
Bob Foerster
2010-12-16
1
-22
/
+26
*
Ensure that the invalid UI error goes to stderr
Chris Larson
2010-12-13
1
-17
/
+20
*
Silence python 2.7 nested context manager warning
Chris Larson
2010-12-13
1
-0
/
+1
*
Kill the uncaught exception handler
Chris Larson
2010-12-10
1
-12
/
+6
*
Rename the ui 'init' method to 'main'
Chris Larson
2010-12-09
1
-18
/
+5
*
Error more pleasantly when trying to use python2.4
Chris Larson
2010-12-03
1
-10
/
+11
*
Don't show a traceback for a python version error
Chris Larson
2010-12-02
1
-1
/
+4
*
Use __file__, not sys.argv[0]
Chris Larson
2010-11-26
1
-1
/
+1
*
Don't show uncaught exception message for KeyboardInterrupt
Chris Larson
2010-09-09
1
-1
/
+5
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2010-09-03
1
-6
/
+6
*
Use logging in the knotty ui, and pass the log record across directly
Chris Larson
2010-08-27
1
-1
/
+4
*
Use the python logging module under the hood for bb.msg
Chris Larson
2010-08-27
1
-2
/
+5
*
Ignore python warnings that come from places we don't care about
Chris Larson
2010-08-11
1
-1
/
+5
*
Drop the 'ui failed to start' message, as the ui_init does more in knotty
Chris Larson
2010-08-06
1
-5
/
+1
*
*: use print() as a function
Bernhard Reutner-Fischer
2010-07-06
1
-3
/
+3
*
create cooker object after cleaning the environment
Jeff Dike
2010-07-01
1
-2
/
+2
*
Move the logger initialization from cooker to utils
Jeff Dike
2010-07-01
1
-0
/
+3
*
Apply some 2to3 refactorings
Chris Larson
2010-06-21
1
-1
/
+1
*
Until the interactive mode is fixed, kill it from the valid options, to avoid...
Chris Larson
2010-06-21
1
-3
/
+0
*
Move serverConnection.terminate() back into the finally
Chris Larson
2010-06-18
1
-1
/
+2
*
Limit the traceback length in the default exception handler
Chris Larson
2010-06-18
1
-1
/
+1
*
Resurrect the excepthook, this time just sending the info with bb.fatal
Chris Larson
2010-06-16
1
-0
/
+8
*
remove return in finally statement
Cliff Brake
2010-06-15
1
-3
/
+3
*
Drop the non-debug traceback suppressor, at this point I think it does more h...
Chris Larson
2010-06-10
1
-13
/
+0
*
Reorganize the main exception handling so an attribute exception raised in th...
Chris Larson
2010-06-08
1
-5
/
+8
*
Adjust the exception handling based on Cliff Brake's patch
Chris Larson
2010-06-04
1
-1
/
+2
*
Fix the debug level check in print_exception
Chris Larson
2010-04-20
1
-1
/
+1
*
Move the python version check into the python package
Chris Larson
2010-04-15
1
-5
/
+1
*
Drop an unnecessary second python version check and use the less ugly sys.ver...
Chris Larson
2010-04-15
1
-6
/
+2
*
Bump version to 1.11.0
Chris Larson
2010-04-15
1
-1
/
+1
*
Move the python version check before the module imports, in case the modules ...
Chris Larson
2010-04-15
1
-4
/
+7
*
Ignore deprecation warnings for now
Chris Larson
2010-04-10
1
-0
/
+1
*
Import fixups
Chris Larson
2010-04-09
1
-1
/
+1
*
Formatting cleanups
Chris Larson
2010-04-09
1
-47
/
+51
*
Bump minimum python version check to 2.6.
Chris Larson
2010-04-09
1
-2
/
+2
*
Display python warnings via bb.msg
Chris Larson
2010-04-09
1
-2
/
+18
*
Use __import__ for the ui rather than exec
Chris Larson
2010-04-09
1
-6
/
+6
[next]