summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther2010-02-151-33/+4
* bitbake: [parser] Prepare to cease out getFuncHolger Freyther2010-02-151-12/+17
* bitbake: [parser] Preserve include vs. require behaviourRichard Purdie2010-02-151-3/+7
* bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther2010-02-151-0/+78
* bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2010-02-151-0/+39
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-151-53/+61
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-151-0/+191