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