aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
AgeCommit message (Expand)Author
2011-02-23bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-01-10parse: pass filename, lineno into the astChris Larson
2011-01-06parse.ast: drop __word__ regular expressionChris Larson
2011-01-06parse.ast: avoid code duplication for inheritChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-09-03bitbake/ast: Ensure function definitions are always added to the dictonaryRichard Purdie
2010-08-31bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie
2010-08-31bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-023.0 prepChris Larson
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Kill the unnecessary setVarFlag debugging messageChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Rename the finalise method for consistencyChris Larson
2010-07-02Resurrect merged anonfunc executionChris Larson
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-03-25Implement BBVERSIONSChris Larson
2010-03-22Implement ??= operatorChris Larson
2010-02-15bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
2010-02-15bitbake: [parse] Move the last method to the AST...Holger Freyther
2010-02-15bitbake: [parser] Move more methods to the ast schemeHolger Freyther
2010-02-15bitbake: [parser] Move one more item to the astHolger Freyther
2010-02-15bitbake: [parser] Move methodflags over to the astHolger Freyther
2010-02-15bitbake: [parser] Build fixRichard Purdie
2010-02-15bitbake: [parser] Move more statements over the two phase ASTHolger Freyther
2010-02-15bitbake: [parse] Change handling include through the AstNodeHolger Freyther
2010-02-15bitbake: [parser] Call eval and remove non ast codeHolger Freyther
2010-02-15bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther
2010-02-15bitbake: [parser] Prepare to cease out getFuncHolger Freyther
2010-02-15bitbake: [parser] Preserve include vs. require behaviourRichard Purdie
2010-02-15bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther
2010-02-15bitbake: [parser] Move the finalise into the ast as wellHolger Freyther
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther
2010-02-15bitbake: [parser] Move evaluating into the ast class...Holger Freyther