summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/codeparser.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake/codeparser: Ensure cached sheel entries return the correct dependenciesRichard Purdie2010-09-031-1/+1
* bitbake/codeparser: Implement persistent cacheRichard Purdie2010-08-311-10/+56
* bitbake: Add codeparser for parsing shell and python functionsRichard Purdie2010-08-311-0/+273