aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
AgeCommit message (Expand)Author
2011-02-23bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-02-22bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie
2011-01-10BBHandler: remove bb.fetch referrenceYu Ke
2011-01-10parse: pass filename, lineno into the astChris Larson
2011-01-06parse.ast: drop __word__ regular expressionChris Larson
2011-01-06parse.ast: avoid code duplication for inheritChris Larson
2011-01-04ConfHandler: commentary typo fixesBernhard Reutner-Fischer
2011-01-04BBHandler: use basename directly in handler()Bernhard Reutner-Fischer
2011-01-04parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04parse: use bb.utils.whichChris Larson
2011-01-04BBHandler: use os.path in inherit()Bernhard Reutner-Fischer
2011-01-04BBHandler: simplify supports()Bernhard Reutner-Fischer
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-09-29bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-09-03bitbake/ast: Ensure function definitions are always added to the dictonaryRichard Purdie
2010-08-31bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie
2010-08-31bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-023.0 prepChris Larson
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Kill the unnecessary setVarFlag debugging messageChris Larson
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer
2010-07-02cache: use a set() for __dependsBernhard Reutner-Fischer
2010-07-02Make the file not found error actually useable.Chris Larson
2010-07-02Don't try to expand non-string valuesChris Larson
2010-07-02Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Deprecate the usage of certain objects via certain modulesChris Larson
2010-07-02Drop __all__ usageChris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson
2010-07-02Rename the finalise method for consistencyChris Larson
2010-07-02Resurrect merged anonfunc executionChris Larson
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-03-25Implement BBVERSIONSChris Larson
2010-03-22Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson
2010-03-22Implement ??= operatorChris Larson
2010-03-22Re-getVar BBCLASSEXTEND after finalise()Chris Larson
2010-03-22Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson
2010-02-15bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson
2010-02-15bitbake: [parse] Use bb.which in resolve_fileChris Larson
2010-02-15bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther
2010-02-15bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther
2010-02-15bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
2010-02-15bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson