aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/codeparser.py
AgeCommit message (Expand)Author
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
2011-11-04codeparser: make var_expands actually hold useful informationChristopher Larson
2011-06-15codeparser: When loading the cache, ignore ValueErrorRichard Purdie
2011-05-27bitbake/codeparser: Improve cache handlingRichard Purdie
2011-05-24codeparser.py: fix syntax error in exception handlingOtavio Salvador
2011-05-12codeparser.py: Ignore incomplete cache filesRichard Purdie
2011-05-05bitbake/codeparser: Correctly handle a missing/empty cache fileRichard Purdie
2011-05-05bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie
2011-03-31codeparser: use ==, not 'is' to compare stringsChris Larson
2011-02-25bitbake/codeparser: fix raising of ShellSyntaxErrorJoshua Lock
2011-01-12codeparser: fix spacing in diagnostic messagesBernhard Reutner-Fischer
2011-01-10bitbake/codeparser: Fix import to match upstream bitbakeRichard Purdie
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04Move the pysh package into the bb packageChris Larson
2010-09-28codeparser.py: Fix storing of hash values as object references can be corruptedRichard Purdie
2010-09-07bitbake/codeparser: Deal with functions with trailing whitespaceRichard Purdie
2010-09-03bitbake/codeparser: Ensure cached sheel entries return the correct dependenciesRichard Purdie
2010-08-31bitbake/codeparser: Implement persistent cacheRichard Purdie
2010-08-31bitbake: Add codeparser for parsing shell and python functionsRichard Purdie