summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cache/ConfHandler: Drop TOPDIR/chdir manipulationsRichard Purdie2021-11-151-4/+1
* bitbake: parse/ast: Show warnings for append/prepend/remove operators combine...Richard Purdie2021-11-101-0/+4
* bitbake: parse_py: Drop deprecated function referenceRichard Purdie2021-09-101-3/+0
* bitbake: bitbake: Switch to using new override syntaxRichard Purdie2021-08-021-2/+0
* bitbake: parse/ast: Substitute '~' when naming anonymous functionsPaul Barker2021-07-291-1/+1
* bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie2021-07-203-2/+4
* bitbake: event: Prevent bitbake from executing event handler for wrong multic...Tomasz Dziendzielski2021-02-161-1/+1
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-104-5/+5
* bitbake: BBHandler: Don't classify shell functions that names start with "pyt...Tomasz Dziendzielski2021-02-101-1/+1
* bitbake: BBHandler: prompt error when task name contain expressionLee Chee Yang2020-11-081-1/+5
* bitbake: build: Allow deltask to take multiple tasknamesRichard Purdie2020-07-212-8/+7
* bitbake: event/ast: Add RecipePostKeyExpansion eventRichard Purdie2020-05-271-0/+3
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-10/+10
* bitbake: lib: remove unused importsFrazer Clews2020-01-192-6/+0
* bitbake: bitbake: ConfHandler: Use with to manage filehandle lifetimeOla x Nilsson2019-10-281-23/+23
* bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang2019-06-283-3/+0
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-044-8/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-045-64/+2
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-045-0/+10
* bitbake: BBHandler: Fix addtask and deltaskRobert Yang2019-04-301-1/+17
* 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: parse/ast: fix line number for anonymous functionRobert Yang2018-11-191-1/+1
* bitbake: parse/ast: ensure saved event handlers really do get restoredPaul Eggleton2018-08-241-18/+19
* bitbake: parse/ast: Abstract anonymous function execution into a functionRichard Purdie2018-03-041-4/+7
* bitbake: bitbake: parse: fixes for resolve_file()Robert Yang2018-02-143-7/+2
* bitbake: cooker: Improve inotify overflow handlingRichard Purdie2017-08-131-0/+4
* 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: lib: Drop now unneeded update_data callsRichard Purdie2017-02-151-3/+0
* bitbake: event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie2017-01-201-0/+1
* bitbake: BBHandler: use with instead of open/close2.3_M1Ross Burton2016-12-161-11/+11
* bitbake: ast: remove BBVERSIONS supportRoss Burton2016-11-301-67/+0
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-301-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-304-11/+11
* bitbake: cookerdata/ast: Fail gracefully if event handler function is not foundMarkus Lehtonen2016-09-021-0/+2
* bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen2016-08-182-0/+45
* bitbake: cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie2016-08-181-4/+0
* bitbake: parse/ast, event: Ensure we reset registered handlers during parsingRichard Purdie2016-06-151-1/+3
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-9/+9
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-022-3/+2
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-2/+2
* bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie2016-02-102-31/+17
* bitbake: parse/ast: Mark anonymous functions as python functionsRichard Purdie2016-02-041-2/+2
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-041-7/+7