summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/codeparser.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake/codeparser.py: address ast module deprecations in py 3.12Alexander Kanavin2024-01-021-10/+10
* bitbake: codeparser: add missing 'import os'Chris Laplante2023-10-231-0/+1
* bitbake: codeparser: replace deprecated ast.Str and 's'Chris Laplante2023-10-171-2/+2
* bitbake: codeparser: Update debug variable referenceRichard Purdie2023-09-221-1/+1
* bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie2023-01-261-4/+4
* bitbake: codeparser/data: Add vardepsexclude support to module dependency codeRichard Purdie2022-12-171-0/+6
* bitbake: ast/data/codeparser: Add dependencies from python module functionsRichard Purdie2022-12-171-5/+38
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-08-121-0/+2
* bitbake: codeparser: Avoid log bufer overhead in cache caseRichard Purdie2022-03-181-2/+18
* bitbake: codeparser: Fix TypeError in bitbake debug modeTomasz Dziendzielski2021-03-151-3/+3
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-24/+2
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+4
* bitbake: codeparser: Switch to sha256 from md5Richard Purdie2019-01-081-2/+2
* bitbake: bitbake: pysh: Improve error handling for shell codeRobert Yang2018-12-091-2/+3
* bitbake: codeparser: Track oe.utils.conditional usageMartin Jansa2018-07-301-2/+2
* bitbake: codeparser: add some commentsPaul Eggleton2017-04-051-0/+23
* bitbake: codeparser: improve handling of contains_any() and filter()Paul Eggleton2017-04-051-3/+8
* bitbake: lib/bb/codeparser: ensure BufferedLogger respects target logging levelPaul Eggleton2017-03-291-1/+2
* bitbake: codeparser.py: support deeply nested tokensPatrick Ohly2016-11-301-12/+17
* bitbake: codeparser: Use hashlib for hashing, not hash()Richard Purdie2016-06-031-2/+6
* bitbake: codeparser: Small optimisation to stop repeated hash() callsRichard Purdie2016-06-031-3/+4
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-10/+5
* bitbake: codeparser: Increase cache version after code parser dependency changesRichard Purdie2016-05-191-1/+1
* bitbake: bb.codeparser: track variable flag referencesChristopher Larson2016-05-191-3/+9
* bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen2016-02-181-4/+4
* bitbake: codeparser: Improve handling of data.expand() dependenciesRichard Purdie2016-02-041-0/+12
* bitbake: codeparser: Add support for correct linenumbersRichard Purdie2016-01-061-2/+8
* bitbake: codeparser: Only load the codeparser cache onceRichard Purdie2015-11-161-0/+4
* bitbake: codeparser: Add repr() methodsRichard Purdie2015-06-271-0/+5
* bitbake: codeparser: Allow empty functionsRichard Purdie2015-06-271-0/+3
* bitbake: bb.codeparser.py: Remove reference for oe.utils.containsOtavio Salvador2014-11-201-1/+1
* bitbake: codeparser cache improvementsRichard Purdie2014-07-261-34/+109
* bitbake: codeparser: Fix to better catch all getVar referencesRichard Purdie2014-05-031-3/+3
* bitbake: bb.utils, bb.codeparser: Add bb.utils.contains_anyOtavio Salvador2014-04-291-1/+1
* bitbake: codeparser: don't interact with the cache for subshellsChristopher Larson2014-04-291-9/+12
* bitbake: codeparser: Fix var_execs to append to execs, not referencesRichard Purdie2014-03-021-1/+1
* bitbake: codeparser/data_smart: Optimise parsing speedRichard Purdie2013-12-031-3/+6
* bitbake: data/codeparser: Improve handling of contains functionsRichard Purdie2013-11-261-3/+11
* bitbake: codeparser: Drop unneeded variable separationRichard Purdie2013-11-261-3/+1
* bitbake: codeparser: Track bb.utils.contains usageRichard Purdie2013-02-151-2/+3
* bitbake: codeparser: Track appendVar and prependVar calls as we do for getVarRichard Purdie2013-02-151-1/+1
* bitbake: refactor out codeparser cache into a separate classPaul Eggleton2012-05-231-134/+57
* codeparser: Call intern over the set contents for better cache performanceRichard Purdie2012-03-121-0/+21
* codeparser: Compute extra cache components on the fly rather than laterRichard Purdie2012-03-121-21/+20
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-2/+2
* codeparser: silence non-literal warnings for vardepsChristopher Larson2011-11-101-5/+23
* codeparser: drop expand trackingChristopher Larson2011-11-101-11/+0
* codeparser: accept a name for better messagesChristopher Larson2011-11-101-8/+10
* codeparser: simplify how we compare the called node namesChristopher Larson2011-11-101-52/+20
* codeparser: merge the nested python parsing classesChristopher Larson2011-11-101-102/+87