summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/codeparser.py
AgeCommit message (Expand)Author
2024-01-02bitbake: bitbake/codeparser.py: address ast module deprecations in py 3.12Alexander Kanavin
2023-10-23bitbake: codeparser: add missing 'import os'Chris Laplante
2023-10-17bitbake: codeparser: replace deprecated ast.Str and 's'Chris Laplante
2023-09-22bitbake: codeparser: Update debug variable referenceRichard Purdie
2023-01-26bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie
2022-12-17bitbake: codeparser/data: Add vardepsexclude support to module dependency codeRichard Purdie
2022-12-17bitbake: ast/data/codeparser: Add dependencies from python module functionsRichard Purdie
2022-08-12bitbake: bitbake: Add copyright headers where missingRichard Purdie
2022-03-18bitbake: codeparser: Avoid log bufer overhead in cache caseRichard Purdie
2021-03-15bitbake: codeparser: Fix TypeError in bitbake debug modeTomasz Dziendzielski
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-01-08bitbake: codeparser: Switch to sha256 from md5Richard Purdie
2018-12-09bitbake: bitbake: pysh: Improve error handling for shell codeRobert Yang
2018-07-30bitbake: codeparser: Track oe.utils.conditional usageMartin Jansa
2017-04-05bitbake: codeparser: add some commentsPaul Eggleton
2017-04-05bitbake: codeparser: improve handling of contains_any() and filter()Paul Eggleton
2017-03-29bitbake: lib/bb/codeparser: ensure BufferedLogger respects target logging levelPaul Eggleton
2016-11-30bitbake: codeparser.py: support deeply nested tokensPatrick Ohly
2016-06-03bitbake: codeparser: Use hashlib for hashing, not hash()Richard Purdie
2016-06-03bitbake: codeparser: Small optimisation to stop repeated hash() callsRichard Purdie
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-19bitbake: codeparser: Increase cache version after code parser dependency changesRichard Purdie
2016-05-19bitbake: bb.codeparser: track variable flag referencesChristopher Larson
2016-02-18bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen
2016-02-04bitbake: codeparser: Improve handling of data.expand() dependenciesRichard Purdie
2016-01-06bitbake: codeparser: Add support for correct linenumbersRichard Purdie
2015-11-16bitbake: codeparser: Only load the codeparser cache onceRichard Purdie
2015-06-27bitbake: codeparser: Add repr() methodsRichard Purdie
2015-06-27bitbake: codeparser: Allow empty functionsRichard Purdie
2014-11-20bitbake: bb.codeparser.py: Remove reference for oe.utils.containsOtavio Salvador
2014-07-26bitbake: codeparser cache improvementsRichard Purdie
2014-05-03bitbake: codeparser: Fix to better catch all getVar referencesRichard Purdie
2014-04-29bitbake: bb.utils, bb.codeparser: Add bb.utils.contains_anyOtavio Salvador
2014-04-29bitbake: codeparser: don't interact with the cache for subshellsChristopher Larson
2014-03-02bitbake: codeparser: Fix var_execs to append to execs, not referencesRichard Purdie
2013-12-03bitbake: codeparser/data_smart: Optimise parsing speedRichard Purdie
2013-11-26bitbake: data/codeparser: Improve handling of contains functionsRichard Purdie
2013-11-26bitbake: codeparser: Drop unneeded variable separationRichard Purdie
2013-02-15bitbake: codeparser: Track bb.utils.contains usageRichard Purdie
2013-02-15bitbake: codeparser: Track appendVar and prependVar calls as we do for getVarRichard Purdie
2012-05-23bitbake: refactor out codeparser cache into a separate classPaul Eggleton
2012-03-12codeparser: Call intern over the set contents for better cache performanceRichard Purdie
2012-03-12codeparser: Compute extra cache components on the fly rather than laterRichard Purdie
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-10codeparser: silence non-literal warnings for vardepsChristopher Larson
2011-11-10codeparser: drop expand trackingChristopher Larson
2011-11-10codeparser: accept a name for better messagesChristopher Larson
2011-11-10codeparser: simplify how we compare the called node namesChristopher Larson
2011-11-10codeparser: merge the nested python parsing classesChristopher Larson