summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/codeparser.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* codeparser: make var_expands actually hold useful informationChristopher Larson2011-11-041-1/+1
* codeparser: When loading the cache, ignore ValueErrorRichard Purdie2011-06-151-1/+1
* bitbake/codeparser: Improve cache handlingRichard Purdie2011-05-271-10/+70
* codeparser.py: fix syntax error in exception handlingOtavio Salvador2011-05-241-1/+1
* codeparser.py: Ignore incomplete cache filesRichard Purdie2011-05-121-1/+1
* bitbake/codeparser: Correctly handle a missing/empty cache fileRichard Purdie2011-05-051-2/+5
* bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie2011-05-051-0/+14
* codeparser: use ==, not 'is' to compare stringsChris Larson2011-03-311-2/+2
* bitbake/codeparser: fix raising of ShellSyntaxErrorJoshua Lock2011-02-251-2/+2
* codeparser: fix spacing in diagnostic messagesBernhard Reutner-Fischer2011-01-121-2/+2
* bitbake/codeparser: Fix import to match upstream bitbakeRichard Purdie2011-01-101-1/+2
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-17/+23
* Move the pysh package into the bb packageChris Larson2011-01-041-1/+1
* codeparser.py: Fix storing of hash values as object references can be corruptedRichard Purdie2010-09-281-8/+11
* bitbake/codeparser: Deal with functions with trailing whitespaceRichard Purdie2010-09-071-1/+8