summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
Commit message (Expand)AuthorAgeFilesLines
* bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie2011-02-231-8/+0
* bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie2011-02-221-2/+11
* BBHandler: remove bb.fetch referrenceYu Ke2011-01-101-1/+1
* parse: pass filename, lineno into the astChris Larson2011-01-103-60/+68
* parse.ast: drop __word__ regular expressionChris Larson2011-01-061-4/+3
* parse.ast: avoid code duplication for inheritChris Larson2011-01-061-6/+5
* ConfHandler: commentary typo fixesBernhard Reutner-Fischer2011-01-041-3/+3
* BBHandler: use basename directly in handler()Bernhard Reutner-Fischer2011-01-041-2/+2
* parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer2011-01-041-3/+4
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-4/+3
* parse: use bb.utils.whichChris Larson2011-01-041-1/+1
* BBHandler: use os.path in inherit()Bernhard Reutner-Fischer2011-01-041-1/+1
* BBHandler: simplify supports()Bernhard Reutner-Fischer2011-01-041-1/+2
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-044-12/+23
* bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie2010-09-291-2/+2
* bitbake: Implement signaturesRichard Purdie2010-09-032-3/+7
* 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-312-5/+10
* bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie2010-07-161-1/+5
* 3.0 prepChris Larson2010-07-023-7/+12
* Apply some 2to3 refactoringsChris Larson2010-07-021-6/+7
* 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