summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/parse_py
AgeCommit message (Expand)Author
2020-01-19lib: remove unused importsFrazer Clews
2019-10-23bitbake: ConfHandler: Use with to manage filehandle lifetimeOla x Nilsson
2019-06-27bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-04-30BBHandler: Fix addtask and deltaskRobert Yang
2019-02-05bitbake: ConfHandler: Don't strip leading spacesRobert Yang
2019-01-14bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-12-01bitbake: BBHandler: Check tab indentation for python codeRobert Yang
2018-11-16BBHandler: Fix __python_func_regexp__ for comment linesRobert Yang
2018-02-09bitbake: parse: fixes for resolve_file()Robert Yang
2017-07-07BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz
2017-06-12ConfHandler.py: allow require or include with multiple parametersPatrick Ohly
2017-06-12ConfHandler.py: allow require or include without parameterPatrick Ohly
2017-06-02ConfHandler: Require whitespace between export and variable nameOla x Nilsson
2017-03-11ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt
2016-12-16BBHandler: use with instead of open/closeRoss Burton
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
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