aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/ast.py
AgeCommit message (Expand)Author
2012-08-22event/ast: Use better_exec instead of simple_execRichard Purdie
2012-07-19bitbake: Warn upon finding tab indentation in python functionsRichard Purdie
2012-03-15parse/ast: Expand inherit statements before splitting themRichard Purdie
2012-02-28bitbake: Added BBINCLUDED variable.Lianhao Lu
2012-02-23bitbake: add file and line number to ParseErrorPaul Eggleton
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-07-25bitbake/ast: include class name when arguments given in variantPaul Eggleton
2011-07-05bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie
2011-06-28bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie
2011-06-28bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-09bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie
2011-06-09track skipped packagesPaul Eggleton
2011-06-02parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson
2011-05-06bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie
2011-02-24bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-05parse: pass filename, lineno into the astChris Larson
2011-01-05parse.ast: drop __word__ regular expressionChris Larson
2011-01-05parse.ast: avoid code duplication for inheritChris Larson
2010-12-30parse: save python functions into the metadataRichard Purdie
2010-12-29Implement task signaturesRichard Purdie
2010-12-29data: Add emit_func and generate_dependenciesRichard Purdie
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-03Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-06-213.0 prepChris Larson
2010-06-21Apply some 2to3 refactoringsChris Larson
2010-06-10Kill the unnecessary setVarFlag debugging messageChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris 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-02-26Implement ??= operatorChris Larson
2010-02-12[parse] In ast, make StatementGroup inherit list, and add a AstNode base class.Chris Larson
2010-02-12[parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
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