aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py
AgeCommit message (Expand)Author
2013-01-22bitbake: parse_py: add ~ to config_regexpConstantin Musca
2013-01-21bitbake: BBHandler/ConfHandler: Merge fix for multiline commentsRichard Purdie
2013-01-21bitbake: bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie
2013-01-18bitbake: BBHandler/data: Standardise some setVar access formatsRichard Purdie
2012-12-14bitbake: data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie
2012-12-11bitbake: BBhandler/data: Fix __inherit_cache duplicationRichard Purdie
2012-12-11bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie
2012-12-07bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for...Richard Purdie
2012-12-07bitbake: BBHandler: Ensure parser state engine is correctly reset for new par...Richard Purdie
2012-09-28bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie
2012-08-23bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie
2012-05-25BBHandler: Tweak some data store access methods to the preferred syntaxRichard Purdie
2012-04-13ConfHandler.py: Add a hook for config parsingRichard Purdie
2012-03-15parse/ast: Expand inherit statements before splitting themRichard Purdie
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie
2012-02-29parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie
2012-02-28bitbake/ConfHandler: Be more strict about variable quotingRichard Purdie
2012-02-23bitbake: add file and line number to ParseErrorPaul Eggleton
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-18parse_py: Use absolute paths for FILERichard Purdie
2011-10-11Fix typos in local.conf.sample and local.conf.sample.extendedRobert Yang
2011-08-31bitbake: Correctly handle multiline comments including whitespaceRichard Purdie
2011-07-21parse/ConfHandler: Fix multiline variable corruptionRichard 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-04ConfHandler: commentary typo fixesBernhard Reutner-Fischer
2011-01-04BBHandler: use basename directly in handler()Bernhard Reutner-Fischer
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-08-31bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie
2010-07-023.0 prepChris Larson
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer
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-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: [parser] Make resolve_file only resolve the pathHolger Freyther
2010-02-15bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther