summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/BBHandler.py
AgeCommit message (Expand)Author
2021-07-30bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2021-07-30bitbake: BBHandler: Don't classify shell functions that names start with "pyt...Tomasz Dziendzielski
2020-07-21bitbake: build: Allow deltask to take multiple tasknamesRichard Purdie
2020-01-19bitbake: lib: remove unused importsFrazer Clews
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-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-02-14bitbake: bitbake: parse: fixes for resolve_file()Robert Yang
2017-07-08bitbake: BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz
2016-12-16bitbake: BBHandler: use with instead of open/close2.3_M1Ross Burton
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-06-02bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie
2016-02-10bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie
2015-12-22bitbake: BBHandler: Improve IN_PYTHON_EOF handlingRichard 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: BBHandler: Drop cwd from search pathRichard Purdie
2015-05-15bitbake: BBHandler: Error for incomplete function definitionsRichard Purdie
2014-06-01bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-11bitbake: parse: Improve file inheritance loggingRichard Purdie
2013-12-18bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie
2013-11-30bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie
2013-05-24bitbake: methodpool: Retire it, remove global method scopeRichard Purdie
2013-05-09bitbake: lib: Clean up various file access syntaxRichard Purdie
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-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-03-15parse/ast: Expand inherit statements before splitting themRichard 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-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-04BBHandler: use basename directly in handler()Bernhard Reutner-Fischer
2011-01-04BBHandler: use os.path in inherit()Bernhard Reutner-Fischer