summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
AgeCommit message (Expand)Author
2021-07-30bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2020-07-21bitbake: build: Allow deltask to take multiple tasknamesRichard Purdie
2020-05-27bitbake: event/ast: Add RecipePostKeyExpansion eventRichard Purdie
2020-01-19bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19bitbake: lib: remove unused importsFrazer Clews
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
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
2017-02-15bitbake: lib: Drop now unneeded update_data callsRichard Purdie
2017-01-20bitbake: event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie
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-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-18bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie
2015-09-03bitbake: build: delete tasks thoroughlyChristopher 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-01-29bitbake: parse/ast: Fix issue if path contains '&'Pascal Bach
2015-01-08bitbake: ast: Add error when trying to use dash in sh function namesRichard Purdie
2014-12-03bitbake: data: rename defaultval to _defaultvalRoss Burton
2014-06-01bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-11bitbake: parse/ast: Show append logging at lower log levelRichard Purdie
2014-04-23bitbake: parse/ast: Optimise data finalisationRichard Purdie
2014-02-24bitbake: ast: Fix support for anonymous methods in wildcard .bbappend filesJacob Kroon
2013-12-18bitbake: build/ast: Create strong task add/del API in bb.buildRichard Purdie
2013-12-18bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie
2013-06-27bitbake: bitbake: python funcname can not include special character @Li Wang
2013-06-14bitbake: bitbake: Add event mask flag supportBogdan Marinescu
2013-05-24bitbake: methodpool: Retire it, remove global method scopeRichard Purdie
2013-01-18bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2012-12-11bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie
2012-08-23bitbake: ast: Store anonymous python function contents in the datstoreRichard Purdie
2012-08-23bitbake: ast: Extract text variable in PythonMethodNodeRichard Purdie
2012-08-23bitbake: ast: Rename PythonMethodNode define variable to modulenameRichard Purdie
2012-08-23bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie
2012-08-22bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie
2012-07-19bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie