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
2.2
2.4
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
/
lib
/
bb
/
parse
/
ast.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/event/ast: Add RecipePreFinalise event
Richard Purdie
2011-06-09
1
-6
/
+9
*
bitbake/parse/ast: We always need to finalize the default data since otherwis...
Richard Purdie
2011-06-09
1
-2
/
+1
*
track skipped packages
Paul Eggleton
2011-06-09
1
-6
/
+6
*
parse: pass a useful (if mangled) key to bb.data.expand for :=
Chris Larson
2011-06-02
1
-1
/
+1
*
bitbake/ast.py: Only run finalise() for the specified variant
Richard Purdie
2011-05-06
1
-2
/
+6
*
bitbake/data_smart: Improve the way lazyassignment works
Richard Purdie
2011-02-24
1
-8
/
+0
*
Merge branch 'poky-sync'
Chris Larson
2011-01-07
1
-6
/
+12
|
\
|
*
parse: save python functions into the metadata
Richard Purdie
2010-12-30
1
-4
/
+8
|
*
Implement task signatures
Richard Purdie
2010-12-29
1
-3
/
+3
|
*
data: Add emit_func and generate_dependencies
Richard Purdie
2010-12-29
1
-0
/
+2
*
|
parse: pass filename, lineno into the ast
Chris Larson
2011-01-05
1
-45
/
+52
*
|
parse.ast: drop __word__ regular expression
Chris Larson
2011-01-05
1
-4
/
+3
*
|
parse.ast: avoid code duplication for inherit
Chris Larson
2011-01-05
1
-6
/
+5
|
/
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2010-09-03
1
-4
/
+8
*
Add support for .bbappend files (see mailing lists for detais)
Richard Purdie
2010-08-03
1
-1
/
+5
*
3.0 prep
Chris Larson
2010-06-21
1
-0
/
+2
*
Apply some 2to3 refactorings
Chris Larson
2010-06-21
1
-6
/
+7
*
Kill the unnecessary setVarFlag debugging message
Chris Larson
2010-06-10
1
-1
/
+0
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-04-11
1
-1
/
+1
*
Import fixups
Chris Larson
2010-04-09
1
-0
/
+1
*
Formatting cleanups
Chris Larson
2010-04-09
1
-1
/
+1
*
Rename the finalise method for consistency
Chris Larson
2010-04-09
1
-4
/
+4
*
Resurrect merged anonfunc execution
Chris Larson
2010-03-31
1
-4
/
+9
*
Consolidate the exec/eval bits, switch anonfunc to better_exec, etc
Chris Larson
2010-03-30
1
-30
/
+6
*
Implement BBVERSIONS
Chris Larson
2010-03-23
1
-0
/
+114
*
Implement ??= operator
Chris Larson
2010-02-26
1
-0
/
+11
*
[parse] In ast, make StatementGroup inherit list, and add a AstNode base class.
Chris Larson
2010-02-12
1
-22
/
+13
*
[parser] Remove the "data" from feeder, evaluate after parsing a file
Holger Freyther
2010-02-12
1
-31
/
+13
*
[parse] Move the last method to the AST...
Holger Freyther
2010-02-12
1
-1
/
+10
*
[parser] Move more methods to the ast scheme
Holger Freyther
2010-02-12
1
-31
/
+48
*
[parser] Move one more item to the ast
Holger Freyther
2010-02-12
1
-34
/
+41
*
[parser] Move methodflags over to the ast
Holger Freyther
2010-02-12
1
-15
/
+23
*
[parser] Build fix
Richard Purdie
2010-02-12
1
-2
/
+2
*
[parser] Move more statements over the two phase AST
Holger Freyther
2010-02-12
1
-17
/
+40
*
[parse] Change handling include through the AstNode
Holger Freyther
2010-02-12
1
-8
/
+2
*
[parser] Call eval and remove non ast code
Holger Freyther
2010-02-12
1
-2
/
+1
*
[parser] Call eval immeditaley to test this code
Holger Freyther
2010-02-12
1
-33
/
+4
*
[parser] Prepare to cease out getFunc
Holger Freyther
2010-02-12
1
-12
/
+17
*
[parser] Preserve include vs. require behaviour
Richard Purdie
2010-02-12
1
-3
/
+7
*
[parser] Firs set of AST nodes with construction and eval
Holger Freyther
2010-02-12
1
-0
/
+78
*
[parser] Move the finalise into the ast as well
Holger Freyther
2010-02-12
1
-0
/
+39
*
[parser] Cary a Statement Node through the parsing
Holger Freyther
2010-02-12
1
-53
/
+61
*
[parser] Move evaluating into the ast class...
Holger Freyther
2010-02-12
1
-0
/
+191