index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/data_smart: Improve the way lazyassignment works
Richard Purdie
2011-02-23
1
-8
/
+0
*
bitbake/BBHandler: Improve handling of multiline comments and warn users of t...
Richard Purdie
2011-02-22
1
-2
/
+11
*
BBHandler: remove bb.fetch referrence
Yu Ke
2011-01-10
1
-1
/
+1
*
parse: pass filename, lineno into the ast
Chris Larson
2011-01-10
3
-60
/
+68
*
parse.ast: drop __word__ regular expression
Chris Larson
2011-01-06
1
-4
/
+3
*
parse.ast: avoid code duplication for inherit
Chris Larson
2011-01-06
1
-6
/
+5
*
ConfHandler: commentary typo fixes
Bernhard Reutner-Fischer
2011-01-04
1
-3
/
+3
*
BBHandler: use basename directly in handler()
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
parse: Use constants from stat instead of magic numbers
Bernhard Reutner-Fischer
2011-01-04
1
-3
/
+4
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-4
/
+3
*
parse: use bb.utils.which
Chris Larson
2011-01-04
1
-1
/
+1
*
BBHandler: use os.path in inherit()
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
BBHandler: simplify supports()
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+2
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
4
-12
/
+23
*
bitbake/siggen: Ensure full signature data is not held unless needed, reducin...
Richard Purdie
2010-09-29
1
-2
/
+2
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
2
-3
/
+7
*
bitbake/ast: Ensure function definitions are always added to the dictonary
Richard Purdie
2010-09-03
1
-4
/
+4
*
bitbake/data.py: Add emit_func() and generate_dependencies() functions
Richard Purdie
2010-08-31
1
-0
/
+2
*
bitbake/BBHandler: Save python functions into the dictonary
Richard Purdie
2010-08-31
2
-5
/
+10
*
bitbake: Add support for .bbappend files (see mailing lists for detais)
Richard Purdie
2010-07-16
1
-1
/
+5
*
3.0 prep
Chris Larson
2010-07-02
3
-7
/
+12
*
Apply some 2to3 refactorings
Chris Larson
2010-07-02
1
-6
/
+7
*
Kill the unnecessary setVarFlag debugging message
Chris Larson
2010-07-02
1
-1
/
+0
*
parser: fix harmless typo in variable name
Bernhard Reutner-Fischer
2010-07-02
1
-4
/
+4
*
cache: use a set() for __depends
Bernhard Reutner-Fischer
2010-07-02
1
-2
/
+2
*
Make the file not found error actually useable.
Chris Larson
2010-07-02
1
-3
/
+5
*
Don't try to expand non-string values
Chris Larson
2010-07-02
1
-1
/
+1
*
Move the unset BBPATH sanity check after the bblayers processing
Chris Larson
2010-07-02
1
-4
/
+1
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
4
-7
/
+7
*
Deprecate the usage of certain objects via certain modules
Chris Larson
2010-07-02
1
-1
/
+1
*
Drop __all__ usage
Chris Larson
2010-07-02
2
-4
/
+0
*
Import fixups
Chris Larson
2010-07-02
3
-4
/
+5
*
Formatting cleanups
Chris Larson
2010-07-02
3
-3
/
+3
*
Stop using functions via 'bb' that were moved from there to other modules
Chris Larson
2010-07-02
2
-2
/
+4
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
1
-1
/
+1
*
Rename the finalise method for consistency
Chris Larson
2010-07-02
1
-4
/
+4
*
Resurrect merged anonfunc execution
Chris Larson
2010-07-02
1
-4
/
+9
*
Consolidate the exec/eval bits, switch anonfunc to better_exec, etc
Chris Larson
2010-07-02
1
-30
/
+6
*
Implement BBVERSIONS
Chris Larson
2010-03-25
2
-24
/
+116
*
Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...
Chris Larson
2010-03-22
1
-14
/
+16
*
Implement ??= operator
Chris Larson
2010-03-22
2
-1
/
+12
*
Re-getVar BBCLASSEXTEND after finalise()
Chris Larson
2010-03-22
1
-3
/
+2
*
Error early if BBPATH is unset, rather than falling back to share/bitbake
Chris Larson
2010-03-22
1
-5
/
+1
*
bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...
Chris Larson
2010-02-15
1
-22
/
+13
*
bitbake: [parse] Use bb.which in resolve_file
Chris Larson
2010-02-15
1
-7
/
+3
*
bitbake: [parser] Make resolve_file only resolve the path
Holger Freyther
2010-02-15
3
-16
/
+12
*
bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedup
Holger Freyther
2010-02-15
1
-14
/
+23
*
bitbake: [parser] prepare to cache some .bbcclass and .inc files
Holger Freyther
2010-02-15
1
-11
/
+18
*
bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file
Holger Freyther
2010-02-15
4
-64
/
+51
*
bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.
Chris Larson
2010-02-15
2
-21
/
+23
[next]