summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse
AgeCommit message (Expand)Author
2010-06-04Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-06-04Make the file not found error actually useable.Chris 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
2010-01-21[parser] Move more stuff out to separate methods...Holger Freyther
2010-01-21[parser] Move the handling of a method to a functionHolger Freyther
2010-01-21[parse] Unify opening a file...Holger Freyther
2010-01-21[parser] Kill obtain/localpath from the parserHolger Freyther
2010-01-20Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie
2010-01-19BBHandler: Only add do_ prefix to tasks if its not already present (from Poky)Richard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-11-03BBHandler.py: Use exec_func, not exec_func_pythonRichard Purdie
2009-11-03Improve anonymous python function handling sp functions use the methodpool an...Richard Purdie
2009-10-17BBHandler: Drop unused internal __functions__ variableRichard Purdie
2009-09-14Add a RecipeParsed event, which can be used as an alternative to anonymous fu...Chris Larson