summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
AgeCommit message (Expand)Author
2019-06-28bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-04-30bitbake: BBHandler: Fix addtask and deltaskRobert Yang
2019-02-06bitbake: bitbake: ConfHandler: Don't strip leading spacesRobert Yang
2019-01-16bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-12-05bitbake: bitbake: BBHandler: Check tab indentation for python codeRobert Yang
2018-11-19bitbake: BBHandler: Fix __python_func_regexp__ for comment linesRobert Yang
2018-11-19bitbake: parse/ast: fix line number for anonymous functionRobert Yang
2018-08-24bitbake: parse/ast: ensure saved event handlers really do get restoredPaul Eggleton
2018-03-04bitbake: parse/ast: Abstract anonymous function execution into a functionRichard Purdie
2018-02-14bitbake: bitbake: parse: fixes for resolve_file()Robert Yang
2017-08-13bitbake: cooker: Improve inotify overflow handlingRichard Purdie
2017-07-08bitbake: BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz
2017-06-13bitbake: ConfHandler.py: allow require or include with multiple parametersPatrick Ohly
2017-06-13bitbake: ConfHandler.py: allow require or include without parameterPatrick Ohly
2017-06-05bitbake: ConfHandler: Require whitespace between export and variable nameOla x Nilsson
2017-03-13bitbake: ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt
2017-02-15bitbake: lib: Drop now unneeded update_data callsRichard Purdie
2017-01-20bitbake: event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie
2016-12-16bitbake: BBHandler: use with instead of open/close2.3_M1Ross Burton
2016-11-30bitbake: ast: remove BBVERSIONS supportRoss Burton
2016-11-30bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-09-02bitbake: cookerdata/ast: Fail gracefully if event handler function is not foundMarkus Lehtonen
2016-08-18bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen
2016-08-18bitbake: cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie
2016-06-15bitbake: parse/ast, event: Ensure we reset registered handlers during parsingRichard Purdie
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-06-02bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-02-10bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie
2016-02-04bitbake: parse/ast: Mark anonymous functions as python functionsRichard Purdie
2016-02-04bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-06bitbake: ast: Add filename/lineno to mapped functionsRichard Purdie
2015-12-22bitbake: BBHandler: Improve IN_PYTHON_EOF handlingRichard Purdie
2015-12-18bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie
2015-11-16bitbake: parse: Don't try to expand __base_depends/__dependsRichard Purdie
2015-09-03bitbake: build: delete tasks thoroughlyChristopher Larson
2015-08-19bitbake: lib/bb/parse: properly handle OSError when updating mtime cachePaul Eggleton
2015-08-01bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson
2015-07-12bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVarRichard Purdie
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-06-05bitbake: parse/BBHandler: Avoid repeatedly resetting FILERichard Purdie
2015-05-29bitbake: ConfHandler: Fix bogus dependency problemsRichard Purdie
2015-05-29bitbake: BBHandler: Drop cwd from search pathRichard Purdie
2015-05-15bitbake: BBHandler: Error for incomplete function definitionsRichard Purdie
2015-01-29bitbake: parse/ast: Fix issue if path contains '&'Pascal Bach
2015-01-16bitbake: ConfHandler: Clean up bogus importsRichard Purdie