summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: ast: Store anonymous python function contents in the datstoreRichard Purdie2012-08-231-0/+1
* bitbake: ast: Extract text variable in PythonMethodNodeRichard Purdie2012-08-231-2/+3
* bitbake: ast: Rename PythonMethodNode define variable to modulenameRichard Purdie2012-08-231-6/+6
* bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie2012-08-231-1/+0
* bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie2012-08-221-1/+1
* bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie2012-07-191-2/+2
* parse/ast: Expand inherit statements before splitting themRichard Purdie2012-03-151-2/+2
* bitbake: Added BBINCLUDED variable.Lianhao Lu2012-02-281-0/+2
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-231-4/+4
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-50/+50
* bitbake/ast: include class name when arguments given in variantPaul Eggleton2011-07-251-6/+8
* bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie2011-07-051-2/+2
* bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie2011-06-281-3/+21
* bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie2011-06-281-2/+1
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-6/+9
* bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie2011-06-091-2/+1
* track skipped packagesPaul Eggleton2011-06-091-6/+6
* parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson2011-06-071-1/+1
* bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie2011-05-051-2/+6
* bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie2011-02-231-8/+0
* parse: pass filename, lineno into the astChris Larson2011-01-101-49/+56
* parse.ast: drop __word__ regular expressionChris Larson2011-01-061-4/+3
* parse.ast: avoid code duplication for inheritChris Larson2011-01-061-6/+5
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-4/+8
* bitbake: Implement signaturesRichard Purdie2010-09-031-3/+3
* bitbake/ast: Ensure function definitions are always added to the dictonaryRichard Purdie2010-09-031-4/+4
* bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie2010-08-311-0/+2
* bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie2010-08-311-3/+7
* bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie2010-07-161-1/+5
* 3.0 prepChris Larson2010-07-021-0/+2
* Apply some 2to3 refactoringsChris Larson2010-07-021-6/+7
* Kill the unnecessary setVarFlag debugging messageChris Larson2010-07-021-1/+0
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-1/+1
* Import fixupsChris Larson2010-07-021-0/+1
* Formatting cleanupsChris Larson2010-07-021-1/+1
* Rename the finalise method for consistencyChris Larson2010-07-021-4/+4
* Resurrect merged anonfunc executionChris Larson2010-07-021-4/+9
* Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson2010-07-021-30/+6
* Implement BBVERSIONSChris Larson2010-03-251-0/+114
* Implement ??= operatorChris Larson2010-03-221-0/+11
* bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson2010-02-151-22/+13
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-151-31/+13
* bitbake: [parse] Move the last method to the AST...Holger Freyther2010-02-151-1/+10
* bitbake: [parser] Move more methods to the ast schemeHolger Freyther2010-02-151-31/+48
* bitbake: [parser] Move one more item to the astHolger Freyther2010-02-151-34/+41
* bitbake: [parser] Move methodflags over to the astHolger Freyther2010-02-151-15/+23
* bitbake: [parser] Build fixRichard Purdie2010-02-151-2/+2
* bitbake: [parser] Move more statements over the two phase ASTHolger Freyther2010-02-151-17/+40
* bitbake: [parse] Change handling include through the AstNodeHolger Freyther2010-02-151-8/+2
* bitbake: [parser] Call eval and remove non ast codeHolger Freyther2010-02-151-2/+1