aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/ast.py
AgeCommit message (Expand)Author
2024-01-12ast/BBHandler: Add inherit_defer supportRichard Purdie
2024-01-10ast: Fix EXPORT_FUNCTIONS bugRichard Purdie
2023-03-21fetch2: Add autorev warning when it is set too lateRichard Purdie
2022-12-17ast/data/codeparser: Add dependencies from python module functionsRichard Purdie
2022-12-08parse: Add support for addpylib conf file directive and BB_GLOBAL_PYMODULESRichard Purdie
2022-04-14ast: Improve function flags handling for EXPORT_FUNCTIONSRichard Purdie
2022-02-21lib/bb: fix exit when found renamed variablesMarta Rybczynska
2021-11-10parse/ast: Show warnings for append/prepend/remove operators combined with +=/.=Richard Purdie
2021-08-02bitbake: Switch to using new override syntaxRichard Purdie
2021-07-29parse/ast: Substitute '~' when naming anonymous functionsPaul Barker
2021-07-20data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2021-02-11event: Prevent bitbake from executing event handler for wrong multiconfig targetTomasz Dziendzielski
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2020-07-21build: Allow deltask to take multiple tasknamesRichard Purdie
2020-05-21event/ast: Add RecipePostKeyExpansion eventRichard Purdie
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19lib: remove unused importsFrazer Clews
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-11-16parse/ast: fix line number for anonymous functionRobert Yang
2018-08-24parse/ast: ensure saved event handlers really do get restoredPaul Eggleton
2018-03-03parse/ast: Abstract anonymous function execution into a functionRichard Purdie
2017-02-13lib: Drop now unneeded update_data callsRichard Purdie
2017-01-19event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie
2016-11-30ast: remove BBVERSIONS supportRoss Burton
2016-11-30bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-09-02cookerdata/ast: Fail gracefully if event handler function is not foundMarkus Lehtonen
2016-08-17ast/ConfHandler: Add a syntax to clear variableJérémy Rosen
2016-08-17cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie
2016-06-14parse/ast, event: Ensure we reset registered handlers during parsingRichard Purdie
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-24bitbake: Drop futures usage since we're python 3Richard Purdie
2016-02-10BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie
2016-02-04parse/ast: Mark anonymous functions as python functionsRichard Purdie
2016-02-04lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-06ast: Add filename/lineno to mapped functionsRichard Purdie
2015-12-15ast/event/utils: Improve tracebacks to include file and line numbers more cor...Richard Purdie
2015-09-01build: delete tasks thoroughlyChristopher Larson
2015-07-12parse/ast/data_smart: Add parsing flag to getVar/setVarRichard Purdie
2015-06-19bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-01-29parse/ast: Fix issue if path contains '&'Pascal Bach
2015-01-08ast: Add error when trying to use dash in sh function namesRichard Purdie
2014-12-03data: rename defaultval to _defaultvalRoss Burton
2014-05-30event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-11parse/ast: Show append logging at lower log levelRichard Purdie
2014-04-21parse/ast: Optimise data finalisationRichard Purdie
2014-02-24ast: Fix support for anonymous methods in wildcard .bbappend filesJacob Kroon
2013-12-18build/ast: Create strong task add/del API in bb.buildRichard Purdie