summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/parse_py
AgeCommit message (Expand)Author
2016-08-17ast/ConfHandler: Add a syntax to clear variableJérémy Rosen
2016-05-24bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-02-10BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie
2015-12-22BBHandler: Improve IN_PYTHON_EOF handlingRichard Purdie
2015-08-01bb.parse: properly error out on filesystem errorsChristopher Larson
2015-06-19bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-06-05parse/BBHandler: Avoid repeatedly resetting FILERichard Purdie
2015-05-29ConfHandler: Fix bogus dependency problemsRichard Purdie
2015-05-29BBHandler: Drop cwd from search pathRichard Purdie
2015-05-14BBHandler: Error for incomplete function definitionsRichard Purdie
2015-01-15ConfHandler: Clean up bogus importsRichard Purdie
2015-01-15ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie
2014-05-30event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-11parse: Improve file inheritance loggingRichard Purdie
2014-03-21ConfHandlerr: Use full path in variable historyMarius Avram
2013-12-18ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie
2013-11-29parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie
2013-08-24parse: Return IOError when including file with absolute pathMartin Jansa
2013-05-23methodpool: Retire it, remove global method scopeRichard Purdie
2013-05-09lib: Clean up various file access syntaxRichard Purdie
2013-02-15ConfHandler: Use re.X to make long regexp more readableOlof Johansson
2013-02-14ConfHandler: Improve regexp to fix mis-parsing of += and no whitespaceRichard Purdie
2013-01-22parse_py: add ~ to config_regexpConstantin Musca
2013-01-21BBHandler/ConfHandler: Merge fix for multiline commentsRichard Purdie
2013-01-21bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie
2013-01-18BBHandler/data: Standardise some setVar access formatsRichard Purdie
2012-12-14data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie
2012-12-11BBhandler/data: Fix __inherit_cache duplicationRichard Purdie
2012-12-11BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie
2012-12-07Revert "BBHandler: Ensure parser state engine is correctly reset for new pars...Richard Purdie
2012-12-07BBHandler: Ensure parser state engine is correctly reset for new parsingRichard Purdie
2012-09-28parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie
2012-08-23methodpool: Clean up the parsed module list handling to be slightly less insaneRichard Purdie
2012-05-24BBHandler: 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-03bitbake: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard 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-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-18parse_py: Use absolute paths for FILERichard Purdie
2011-08-31bitbake: Correctly handle multiline comments including whitespaceRichard Purdie
2011-07-21parse/ConfHandler: Fix multiline variable corruptionRichard Purdie
2011-02-10BBHandler: remove bb.fetch referrenceYu Ke
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-05parse: 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