summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
Commit message (Expand)AuthorAgeFilesLines
...
* Kill the unnecessary setVarFlag debugging messageChris Larson2010-07-021-1/+0
* parser: fix harmless typo in variable nameBernhard Reutner-Fischer2010-07-021-4/+4
* cache: use a set() for __dependsBernhard Reutner-Fischer2010-07-021-2/+2
* Make the file not found error actually useable.Chris Larson2010-07-021-3/+5
* Don't try to expand non-string valuesChris Larson2010-07-021-1/+1
* Move the unset BBPATH sanity check after the bblayers processingChris Larson2010-07-021-4/+1
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-024-7/+7
* Deprecate the usage of certain objects via certain modulesChris Larson2010-07-021-1/+1
* Drop __all__ usageChris Larson2010-07-022-4/+0
* Import fixupsChris Larson2010-07-023-4/+5
* Formatting cleanupsChris Larson2010-07-023-3/+3
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-022-2/+4
* Ensure we always utilize the correct messaging domainsChris 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-252-24/+116
* Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson2010-03-221-14/+16
* Implement ??= operatorChris Larson2010-03-222-1/+12
* Re-getVar BBCLASSEXTEND after finalise()Chris Larson2010-03-221-3/+2
* Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson2010-03-221-5/+1
* bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson2010-02-151-22/+13
* bitbake: [parse] Use bb.which in resolve_fileChris Larson2010-02-151-7/+3
* bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther2010-02-153-16/+12
* bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther2010-02-151-14/+23
* bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther2010-02-151-11/+18
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-154-64/+51
* bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2010-02-152-21/+23
* bitbake: [parse] Don't use relative import of parse_py.Chris Larson2010-02-151-1/+1
* 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] Add documentation about usage of this codeHolger Freyther2010-02-151-0/+1
* bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2010-02-152-43/+41
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-154-79/+92
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-153-180/+207
* bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj2010-02-101-2/+2
* bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa2010-02-101-1/+1
* bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie2010-02-101-1/+4
* bitbake: [parser] Move more stuff out the feederHolger Freyther2010-02-101-38/+48
* bitbake: [parse] Move inherit handling to methodHolger Freyther2010-02-101-4/+6