index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
parse
/
ast.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-4
/
+8
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
1
-3
/
+3
*
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
1
-3
/
+7
*
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
1
-0
/
+2
*
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
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-1
/
+1
*
Import fixups
Chris Larson
2010-07-02
1
-0
/
+1
*
Formatting cleanups
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
1
-0
/
+114
*
Implement ??= operator
Chris Larson
2010-03-22
1
-0
/
+11
*
bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...
Chris Larson
2010-02-15
1
-22
/
+13
*
bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file
Holger Freyther
2010-02-15
1
-31
/
+13
*
bitbake: [parse] Move the last method to the AST...
Holger Freyther
2010-02-15
1
-1
/
+10
*
bitbake: [parser] Move more methods to the ast scheme
Holger Freyther
2010-02-15
1
-31
/
+48
*
bitbake: [parser] Move one more item to the ast
Holger Freyther
2010-02-15
1
-34
/
+41
*
bitbake: [parser] Move methodflags over to the ast
Holger Freyther
2010-02-15
1
-15
/
+23
*
bitbake: [parser] Build fix
Richard Purdie
2010-02-15
1
-2
/
+2
*
bitbake: [parser] Move more statements over the two phase AST
Holger Freyther
2010-02-15
1
-17
/
+40
*
bitbake: [parse] Change handling include through the AstNode
Holger Freyther
2010-02-15
1
-8
/
+2
*
bitbake: [parser] Call eval and remove non ast code
Holger Freyther
2010-02-15
1
-2
/
+1
*
bitbake: [parser] Call eval immeditaley to test this code
Holger Freyther
2010-02-15
1
-33
/
+4
*
bitbake: [parser] Prepare to cease out getFunc
Holger Freyther
2010-02-15
1
-12
/
+17
*
bitbake: [parser] Preserve include vs. require behaviour
Richard Purdie
2010-02-15
1
-3
/
+7
*
bitbake: [parser] Firs set of AST nodes with construction and eval
Holger Freyther
2010-02-15
1
-0
/
+78
*
bitbake: [parser] Move the finalise into the ast as well
Holger Freyther
2010-02-15
1
-0
/
+39
*
bitbake: [parser] Cary a Statement Node through the parsing
Holger Freyther
2010-02-15
1
-53
/
+61
*
bitbake: [parser] Move evaluating into the ast class...
Holger Freyther
2010-02-15
1
-0
/
+191