summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/parse
AgeCommit message (Expand)AuthorFiles
2010-07-02Kill the unnecessary setVarFlag debugging messageChris Larson1
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer1
2010-07-02cache: use a set() for __dependsBernhard Reutner-Fischer1
2010-07-02Make the file not found error actually useable.Chris Larson1
2010-07-02Don't try to expand non-string valuesChris Larson1
2010-07-02Move the unset BBPATH sanity check after the bblayers processingChris Larson1
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson4
2010-07-02Deprecate the usage of certain objects via certain modulesChris Larson1
2010-07-02Drop __all__ usageChris Larson2
2010-07-02Import fixupsChris Larson3
2010-07-02Formatting cleanupsChris Larson3
2010-07-02Stop using functions via 'bb' that were moved from there to other modulesChris Larson2
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson1
2010-07-02Rename the finalise method for consistencyChris Larson1
2010-07-02Resurrect merged anonfunc executionChris Larson1
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson1
2010-03-25Implement BBVERSIONSChris Larson2
2010-03-22Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson1
2010-03-22Implement ??= operatorChris Larson2
2010-03-22Re-getVar BBCLASSEXTEND after finalise()Chris Larson1
2010-03-22Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson1
2010-02-15bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson1
2010-02-15bitbake: [parse] Use bb.which in resolve_fileChris Larson1
2010-02-15bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther3
2010-02-15bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther1
2010-02-15bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther1
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther4
2010-02-15bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2
2010-02-15bitbake: [parse] Don't use relative import of parse_py.Chris Larson1
2010-02-15bitbake: [parse] Move the last method to the AST...Holger Freyther1
2010-02-15bitbake: [parser] Move more methods to the ast schemeHolger Freyther1
2010-02-15bitbake: [parser] Move one more item to the astHolger Freyther1
2010-02-15bitbake: [parser] Move methodflags over to the astHolger Freyther1
2010-02-15bitbake: [parser] Build fixRichard Purdie1
2010-02-15bitbake: [parser] Move more statements over the two phase ASTHolger Freyther1
2010-02-15bitbake: [parse] Change handling include through the AstNodeHolger Freyther1
2010-02-15bitbake: [parser] Call eval and remove non ast codeHolger Freyther1
2010-02-15bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther1
2010-02-15bitbake: [parser] Prepare to cease out getFuncHolger Freyther1
2010-02-15bitbake: [parser] Preserve include vs. require behaviourRichard Purdie1
2010-02-15bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther1
2010-02-15bitbake: [parser] Add documentation about usage of this codeHolger Freyther1
2010-02-15bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther4
2010-02-15bitbake: [parser] Move evaluating into the ast class...Holger Freyther3
2010-02-10bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj1
2010-02-10bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa1
2010-02-10bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie1
2010-02-10bitbake: [parser] Move more stuff out the feederHolger Freyther1
2010-02-10bitbake: [parse] Move inherit handling to methodHolger Freyther1