summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/parse
AgeCommit message (Expand)AuthorFiles
2010-03-25Implement BBVERSIONSChris Larson2
2010-03-22Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson1
2010-03-22Implement ??= operatorChris Larson2
2010-03-22Re-getVar BBCLASSEXTEND after finalise()Chris Larson1
2010-03-22Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson1
2010-02-15bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson1
2010-02-15bitbake: [parse] Use bb.which in resolve_fileChris Larson1
2010-02-15bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther3
2010-02-15bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther1
2010-02-15bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther1
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther4
2010-02-15bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2
2010-02-15bitbake: [parse] Don't use relative import of parse_py.Chris Larson1
2010-02-15bitbake: [parse] Move the last method to the AST...Holger Freyther1
2010-02-15bitbake: [parser] Move more methods to the ast schemeHolger Freyther1
2010-02-15bitbake: [parser] Move one more item to the astHolger Freyther1
2010-02-15bitbake: [parser] Move methodflags over to the astHolger Freyther1
2010-02-15bitbake: [parser] Build fixRichard Purdie1
2010-02-15bitbake: [parser] Move more statements over the two phase ASTHolger Freyther1
2010-02-15bitbake: [parse] Change handling include through the AstNodeHolger Freyther1
2010-02-15bitbake: [parser] Call eval and remove non ast codeHolger Freyther1
2010-02-15bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther1
2010-02-15bitbake: [parser] Prepare to cease out getFuncHolger Freyther1
2010-02-15bitbake: [parser] Preserve include vs. require behaviourRichard Purdie1
2010-02-15bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther1
2010-02-15bitbake: [parser] Add documentation about usage of this codeHolger Freyther1
2010-02-15bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther4
2010-02-15bitbake: [parser] Move evaluating into the ast class...Holger Freyther3
2010-02-10bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj1
2010-02-10bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa1
2010-02-10bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie1
2010-02-10bitbake: [parser] Move more stuff out the feederHolger Freyther1
2010-02-10bitbake: [parse] Move inherit handling to methodHolger Freyther1
2010-02-10bitbake: [parsers] Move out more functionsHolger Freyther1
2010-02-10bitbake: [parser] Move more stuff out to separate methods...Holger Freyther1
2010-02-10bitbake: [parser] Move the handling of a method to a functionHolger Freyther1
2010-02-10bitbake: [parse] Unify opening a file...Holger Freyther3
2010-02-10bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2
2009-12-18bitbake/BBHandler: Only add do_ prefix to tasks if its not already presentRichard Purdie1
2009-11-13bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie1
2009-10-13bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie1
2009-10-13bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie1
2009-05-11bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2
2009-01-03bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie1
2009-01-02bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie1
2008-11-06bitbake: Improve error message for missing class filesRichard Purdie1
2008-09-30bitbake/bitbake-dev: Sync with upstreamRichard Purdie1
2008-09-16ConfHandler.py: revert accidental commitRichard Purdie1