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: codeparser: Allow code visitor expressions to be declared in metadata
Richard Purdie
2024-08-29
1
-4
/
+15
*
bitbake: codeparser: Skip non-local functions for module dependencies
Richard Purdie
2024-07-01
1
-0
/
+5
*
bitbake: codeparser/data: Ensure module function contents changing is account...
Richard Purdie
2024-07-01
1
-11
/
+17
*
bitbake: codeparser: remove redundant list conversion
Antonin Godard
2024-05-21
1
-1
/
+1
*
bitbake: codeparser: support shell substitutions in quotes
Antonin Godard
2024-05-21
1
-7
/
+22
*
bitbake: bitbake/codeparser.py: address ast module deprecations in py 3.12
Alexander Kanavin
2024-01-02
1
-10
/
+10
*
bitbake: codeparser: add missing 'import os'
Chris Laplante
2023-10-23
1
-0
/
+1
*
bitbake: codeparser: replace deprecated ast.Str and 's'
Chris Laplante
2023-10-17
1
-2
/
+2
*
bitbake: codeparser: Update debug variable reference
Richard Purdie
2023-09-22
1
-1
/
+1
*
bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...
Richard Purdie
2023-01-26
1
-4
/
+4
*
bitbake: codeparser/data: Add vardepsexclude support to module dependency code
Richard Purdie
2022-12-17
1
-0
/
+6
*
bitbake: ast/data/codeparser: Add dependencies from python module functions
Richard Purdie
2022-12-17
1
-5
/
+38
*
bitbake: bitbake: Add copyright headers where missing
Richard Purdie
2022-08-12
1
-0
/
+2
*
bitbake: codeparser: Avoid log bufer overhead in cache case
Richard Purdie
2022-03-18
1
-2
/
+18
*
bitbake: codeparser: Fix TypeError in bitbake debug mode
Tomasz Dziendzielski
2021-03-15
1
-3
/
+3
*
bitbake: lib: remove unused imports
Frazer Clews
2020-01-19
1
-24
/
+2
*
bitbake: bitbake: Add initial pass of SPDX license headers to source code
Richard Purdie
2019-05-04
1
-0
/
+4
*
bitbake: codeparser: Switch to sha256 from md5
Richard Purdie
2019-01-08
1
-2
/
+2
*
bitbake: bitbake: pysh: Improve error handling for shell code
Robert Yang
2018-12-09
1
-2
/
+3
*
bitbake: codeparser: Track oe.utils.conditional usage
Martin Jansa
2018-07-30
1
-2
/
+2
*
bitbake: codeparser: add some comments
Paul Eggleton
2017-04-05
1
-0
/
+23
*
bitbake: codeparser: improve handling of contains_any() and filter()
Paul Eggleton
2017-04-05
1
-3
/
+8
*
bitbake: lib/bb/codeparser: ensure BufferedLogger respects target logging level
Paul Eggleton
2017-03-29
1
-1
/
+2
*
bitbake: codeparser.py: support deeply nested tokens
Patrick Ohly
2016-11-30
1
-12
/
+17
*
bitbake: codeparser: Use hashlib for hashing, not hash()
Richard Purdie
2016-06-03
1
-2
/
+6
*
bitbake: codeparser: Small optimisation to stop repeated hash() calls
Richard Purdie
2016-06-03
1
-3
/
+4
*
bitbake: bitbake: Convert to python 3
Richard Purdie
2016-06-02
1
-10
/
+5
*
bitbake: codeparser: Increase cache version after code parser dependency changes
Richard Purdie
2016-05-19
1
-1
/
+1
*
bitbake: bb.codeparser: track variable flag references
Christopher Larson
2016-05-19
1
-3
/
+9
*
bitbake: bb/cache: drop some unused arguments
Markus Lehtonen
2016-02-18
1
-4
/
+4
*
bitbake: codeparser: Improve handling of data.expand() dependencies
Richard Purdie
2016-02-04
1
-0
/
+12
*
bitbake: codeparser: Add support for correct linenumbers
Richard Purdie
2016-01-06
1
-2
/
+8
*
bitbake: codeparser: Only load the codeparser cache once
Richard Purdie
2015-11-16
1
-0
/
+4
*
bitbake: codeparser: Add repr() methods
Richard Purdie
2015-06-27
1
-0
/
+5
*
bitbake: codeparser: Allow empty functions
Richard Purdie
2015-06-27
1
-0
/
+3
*
bitbake: bb.codeparser.py: Remove reference for oe.utils.contains
Otavio Salvador
2014-11-20
1
-1
/
+1
*
bitbake: codeparser cache improvements
Richard Purdie
2014-07-26
1
-34
/
+109
*
bitbake: codeparser: Fix to better catch all getVar references
Richard Purdie
2014-05-03
1
-3
/
+3
*
bitbake: bb.utils, bb.codeparser: Add bb.utils.contains_any
Otavio Salvador
2014-04-29
1
-1
/
+1
*
bitbake: codeparser: don't interact with the cache for subshells
Christopher Larson
2014-04-29
1
-9
/
+12
*
bitbake: codeparser: Fix var_execs to append to execs, not references
Richard Purdie
2014-03-02
1
-1
/
+1
*
bitbake: codeparser/data_smart: Optimise parsing speed
Richard Purdie
2013-12-03
1
-3
/
+6
*
bitbake: data/codeparser: Improve handling of contains functions
Richard Purdie
2013-11-26
1
-3
/
+11
*
bitbake: codeparser: Drop unneeded variable separation
Richard Purdie
2013-11-26
1
-3
/
+1
*
bitbake: codeparser: Track bb.utils.contains usage
Richard Purdie
2013-02-15
1
-2
/
+3
*
bitbake: codeparser: Track appendVar and prependVar calls as we do for getVar
Richard Purdie
2013-02-15
1
-1
/
+1
*
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
[next]