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
/
codeparser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: refactor out codeparser cache into a separate class
Paul Eggleton
2012-05-23
1
-134
/
+57
*
codeparser: Call intern over the set contents for better cache performance
Richard Purdie
2012-03-12
1
-0
/
+21
*
codeparser: Compute extra cache components on the fly rather than later
Richard Purdie
2012-03-12
1
-21
/
+20
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-2
/
+2
*
codeparser: silence non-literal warnings for vardeps
Christopher Larson
2011-11-10
1
-5
/
+23
*
codeparser: drop expand tracking
Christopher Larson
2011-11-10
1
-11
/
+0
*
codeparser: accept a name for better messages
Christopher Larson
2011-11-10
1
-8
/
+10
*
codeparser: simplify how we compare the called node names
Christopher Larson
2011-11-10
1
-52
/
+20
*
codeparser: merge the nested python parsing classes
Christopher Larson
2011-11-10
1
-102
/
+87
*
codeparser: make var_expands actually hold useful information
Christopher Larson
2011-11-04
1
-1
/
+1
*
codeparser: When loading the cache, ignore ValueError
Richard Purdie
2011-06-15
1
-1
/
+1
*
bitbake/codeparser: Improve cache handling
Richard Purdie
2011-05-27
1
-10
/
+70
*
codeparser.py: fix syntax error in exception handling
Otavio Salvador
2011-05-24
1
-1
/
+1
*
codeparser.py: Ignore incomplete cache files
Richard Purdie
2011-05-12
1
-1
/
+1
*
bitbake/codeparser: Correctly handle a missing/empty cache file
Richard Purdie
2011-05-05
1
-2
/
+5
*
bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...
Richard Purdie
2011-05-05
1
-0
/
+14
*
codeparser: use ==, not 'is' to compare strings
Chris Larson
2011-03-31
1
-2
/
+2
*
bitbake/codeparser: fix raising of ShellSyntaxError
Joshua Lock
2011-02-25
1
-2
/
+2
*
codeparser: fix spacing in diagnostic messages
Bernhard Reutner-Fischer
2011-01-12
1
-2
/
+2
*
bitbake/codeparser: Fix import to match upstream bitbake
Richard Purdie
2011-01-10
1
-1
/
+2
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-17
/
+23
*
Move the pysh package into the bb package
Chris Larson
2011-01-04
1
-1
/
+1
*
codeparser.py: Fix storing of hash values as object references can be corrupted
Richard Purdie
2010-09-28
1
-8
/
+11
*
bitbake/codeparser: Deal with functions with trailing whitespace
Richard Purdie
2010-09-07
1
-1
/
+8
*
bitbake/codeparser: Ensure cached sheel entries return the correct dependencies
Richard Purdie
2010-09-03
1
-1
/
+1
*
bitbake/codeparser: Implement persistent cache
Richard Purdie
2010-08-31
1
-10
/
+56
*
bitbake: Add codeparser for parsing shell and python functions
Richard Purdie
2010-08-31
1
-0
/
+273