summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-195-64/+2
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-195-0/+10
* 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
* bitbake: ast: Add filename/lineno to mapped functionsRichard Purdie2016-01-061-0/+2
* bitbake: BBHandler: Improve IN_PYTHON_EOF handlingRichard Purdie2015-12-221-14/+4
* bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie2015-12-181-5/+11
* bitbake: parse: Don't try to expand __base_depends/__dependsRichard Purdie2015-11-161-2/+2
* bitbake: build: delete tasks thoroughlyChristopher Larson2015-09-031-2/+1
* bitbake: lib/bb/parse: properly handle OSError when updating mtime cachePaul Eggleton2015-08-191-1/+6
* bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson2015-08-012-10/+18
* bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVarRichard Purdie2015-07-121-7/+7
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-234-19/+19
* 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: parse/ast: Fix issue if path contains '&'Pascal Bach2015-01-291-1/+1
* 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: cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie2015-01-141-0/+5
* bitbake: ast: Add error when trying to use dash in sh function namesRichard Purdie2015-01-081-0/+2