index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix major bug that slipped in when moving update_data
Chris Larson
2010-07-02
1
-9
/
+10
*
Move a var definition in cooker.parse_next
Chris Larson
2010-07-02
1
-1
/
+1
*
Enhance the expansion exception message
Chris Larson
2010-07-02
1
-6
/
+3
*
For ${@}, run str() on the result
Chris Larson
2010-07-02
1
-6
/
+4
*
Allow emission of non-string objects in emit_var, instead running str() on it...
Chris Larson
2010-07-02
1
-4
/
+2
*
emit_env: clean up, iterate once
Chris Larson
2010-07-02
1
-11
/
+7
*
Fix the debug level check in print_exception
Chris Larson
2010-07-02
1
-1
/
+1
*
Don't try to expand non-string values
Chris Larson
2010-07-02
4
-19
/
+21
*
Move the python version check into the python package
Chris Larson
2010-07-02
2
-5
/
+5
*
Drop an unnecessary second python version check and use the less ugly sys.ver...
Chris Larson
2010-07-02
1
-6
/
+2
*
Bump version to 1.11.0
Chris Larson
2010-07-02
2
-2
/
+2
*
Move the python version check before the module imports, in case the modules ...
Chris Larson
2010-07-02
1
-4
/
+7
*
Search up the directory tree for bblayers.conf
Chris Larson
2010-07-02
1
-2
/
+12
*
Add a hack to avoid the req that all vars using LAYERDIR be immediately expanded
Chris Larson
2010-07-02
1
-0
/
+14
*
Move the unset BBPATH sanity check after the bblayers processing
Chris Larson
2010-07-02
2
-4
/
+4
*
Kill unnecessary usages of the types module
Chris Larson
2010-07-02
5
-22
/
+22
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
26
-269
/
+268
*
Add __contains__ to COWDictMeta
Chris Larson
2010-07-02
1
-0
/
+3
*
Drop unused bb.data.expandData function
Chris Larson
2010-07-02
1
-16
/
+0
*
Ignore deprecation warnings for now
Chris Larson
2010-07-02
1
-0
/
+1
*
Switch some references to moved functions
Chris Larson
2010-07-02
4
-7
/
+11
*
Add a missing import of print_function
Chris Larson
2010-07-02
1
-0
/
+1
*
Apply the 2to3 print function transform
Chris Larson
2010-07-02
17
-218
/
+220
*
Deprecate the usage of certain objects via certain modules
Chris Larson
2010-07-02
2
-4
/
+42
*
Exception handling fixups
Chris Larson
2010-07-02
1
-2
/
+2
*
Add some missing docstrings
Chris Larson
2010-07-02
1
-0
/
+3
*
Drop __all__ usage
Chris Larson
2010-07-02
3
-34
/
+0
*
Drop some unused functions
Chris Larson
2010-07-02
1
-28
/
+0
*
Drop some unused classes
Chris Larson
2010-07-02
2
-4
/
+0
*
Drop some unused vars
Chris Larson
2010-07-02
1
-1
/
+1
*
Import fixups
Chris Larson
2010-07-02
15
-41
/
+34
*
Formatting cleanups
Chris Larson
2010-07-02
41
-622
/
+595
*
Drop doctest, as we aren't utilizing it
Chris Larson
2010-07-02
3
-175
/
+14
*
Don't run metadata event handlers for bb.msg events
Chris Larson
2010-07-02
1
-0
/
+4
*
Stop using functions via 'bb' that were moved from there to other modules
Chris Larson
2010-07-02
3
-7
/
+9
*
Add a function to get the debug level, without poking into debug_levels manually
Chris Larson
2010-07-02
1
-0
/
+3
*
Fix invalid logging domain warning
Chris Larson
2010-07-02
1
-3
/
+3
*
Bump minimum python version check to 2.6.
Chris Larson
2010-07-02
1
-2
/
+2
*
Make the default domain a proper domain, not a string
Chris Larson
2010-07-02
1
-26
/
+29
*
Implement bb.msg.domain as a named tuple, drop the Enum class
Chris Larson
2010-07-02
2
-59
/
+21
*
Fix an error in the ncurses UI
Chris Larson
2010-07-02
1
-3
/
+3
*
Display python warnings via bb.msg
Chris Larson
2010-07-02
1
-2
/
+18
*
Immediately display messages if no UI handlers are installed yet
Chris Larson
2010-07-02
1
-3
/
+12
*
Use __import__ for the ui rather than exec
Chris Larson
2010-07-02
1
-6
/
+6
*
Fix the task event handling in the ncurses UI
Chris Larson
2010-07-02
1
-1
/
+1
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
6
-14
/
+14
*
bb.event: NotHandled and Handled are on the way out
Chris Larson
2010-07-02
2
-5
/
+7
*
Rename the finalise method for consistency
Chris Larson
2010-07-02
1
-4
/
+4
*
Move update_data into the DataSmart class as a finalize() method
Chris Larson
2010-07-02
2
-136
/
+67
*
Initialize pkgs_to_build in the BBConfiguration constructor
Chris Larson
2010-07-02
1
-1
/
+1
[prev]
[next]