summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-193-38/+1
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-193-0/+6
* bitbake: bitbake: ConfHandler: Don't strip leading spacesRobert Yang2019-02-061-1/+1
* bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie2019-01-161-9/+9
* bitbake: bitbake: BBHandler: Check tab indentation for python codeRobert Yang2018-12-051-0/+11
* bitbake: BBHandler: Fix __python_func_regexp__ for comment linesRobert Yang2018-11-191-1/+1
* bitbake: bitbake: parse: fixes for resolve_file()Robert Yang2018-02-142-6/+0
* bitbake: BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz2017-07-081-1/+1
* bitbake: ConfHandler.py: allow require or include with multiple parametersPatrick Ohly2017-06-131-8/+12
* bitbake: ConfHandler.py: allow require or include without parameterPatrick Ohly2017-06-131-0/+4
* bitbake: ConfHandler: Require whitespace between export and variable nameOla x Nilsson2017-06-051-1/+1
* bitbake: ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt2017-03-131-4/+4
* bitbake: BBHandler: use with instead of open/close2.3_M1Ross Burton2016-12-161-11/+11
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-302-4/+4
* bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen2016-08-181-0/+12
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-021-1/+1
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-2/+2
* bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie2016-02-101-3/+2
* bitbake: BBHandler: Improve IN_PYTHON_EOF handlingRichard Purdie2015-12-221-14/+4
* bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson2015-08-011-7/+14
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-232-6/+6
* bitbake: parse/BBHandler: Avoid repeatedly resetting FILERichard Purdie2015-06-051-2/+2
* bitbake: ConfHandler: Fix bogus dependency problemsRichard Purdie2015-05-291-1/+0
* bitbake: BBHandler: Drop cwd from search pathRichard Purdie2015-05-291-2/+1
* bitbake: BBHandler: Error for incomplete function definitionsRichard Purdie2015-05-151-7/+12
* bitbake: ConfHandler: Clean up bogus importsRichard Purdie2015-01-161-6/+4
* bitbake: ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie2015-01-161-5/+5
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-1/+1
* bitbake: parse: Improve file inheritance loggingRichard Purdie2014-05-111-7/+1
* bitbake: ConfHandlerr: Use full path in variable historyMarius Avram2014-03-211-1/+1
* bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie2013-12-181-0/+6
* bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie2013-11-302-2/+12
* bitbake: parse: Return IOError when including file with absolute pathMartin Jansa2013-08-261-1/+1
* bitbake: methodpool: Retire it, remove global method scopeRichard Purdie2013-05-241-4/+0
* bitbake: lib: Clean up various file access syntaxRichard Purdie2013-05-092-0/+3
* bitbake: ConfHandler: Use re.X to make long regexp more readableOlof Johansson2013-02-151-1/+24
* bitbake: ConfHandler: Improve regexp to fix mis-parsing of += and no whitespaceRichard Purdie2013-02-141-1/+1
* bitbake: parse_py: add ~ to config_regexpConstantin Musca2013-01-221-1/+1
* bitbake: BBHandler/ConfHandler: Merge fix for multiline commentsRichard Purdie2013-01-212-2/+2
* bitbake: bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie2013-01-212-4/+14
* bitbake: BBHandler/data: Standardise some setVar access formatsRichard Purdie2013-01-181-3/+3
* bitbake: data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie2012-12-141-1/+6
* bitbake: BBhandler/data: Fix __inherit_cache duplicationRichard Purdie2012-12-111-0/+7
* bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie2012-12-111-10/+5
* bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for...Richard Purdie2012-12-071-3/+2
* bitbake: BBHandler: Ensure parser state engine is correctly reset for new par...Richard Purdie2012-12-071-2/+3
* bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie2012-09-281-1/+1
* bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie2012-08-231-1/+1
* BBHandler: Tweak some data store access methods to the preferred syntaxRichard Purdie2012-05-251-4/+4
* ConfHandler.py: Add a hook for config parsingRichard Purdie2012-04-131-0/+11