summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse
AgeCommit message (Expand)Author
2017-08-09cooker: Improve inotify overflow handlingRichard Purdie
2017-07-07BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz
2017-06-12ConfHandler.py: allow require or include with multiple parametersPatrick Ohly
2017-06-12ConfHandler.py: allow require or include without parameterPatrick Ohly
2017-06-02ConfHandler: Require whitespace between export and variable nameOla x Nilsson
2017-03-11ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt
2017-02-13lib: Drop now unneeded update_data callsRichard Purdie
2017-01-19event/ast: Add RecipeTaskPreProcess event before task finalisationRichard Purdie
2016-12-16BBHandler: use with instead of open/closeRoss Burton
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-05-09bitbake: Update logger.warn() -> logger.warning()Richard 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-22BBHandler: Improve IN_PYTHON_EOF handlingRichard Purdie
2015-12-15ast/event/utils: Improve tracebacks to include file and line numbers more cor...Richard Purdie
2015-11-16parse: Don't try to expand __base_depends/__dependsRichard Purdie
2015-09-01build: delete tasks thoroughlyChristopher Larson
2015-08-18lib/bb/parse: properly handle OSError when updating mtime cachePaul Eggleton
2015-08-01bb.parse: properly error out on filesystem errorsChristopher 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-06-05parse/BBHandler: Avoid repeatedly resetting FILERichard Purdie
2015-05-29ConfHandler: Fix bogus dependency problemsRichard Purdie
2015-05-29BBHandler: Drop cwd from search pathRichard Purdie
2015-05-14BBHandler: Error for incomplete function definitionsRichard Purdie
2015-01-29parse/ast: Fix issue if path contains '&'Pascal Bach
2015-01-15ConfHandler: Clean up bogus importsRichard Purdie
2015-01-15ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie
2015-01-13cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie
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: Improve file inheritance loggingRichard Purdie
2014-05-11parse/ast: Show append logging at lower log levelRichard Purdie
2014-04-21parse/ast: Optimise data finalisationRichard Purdie
2014-03-21ConfHandlerr: Use full path in variable historyMarius Avram
2014-02-24ast: Fix support for anonymous methods in wildcard .bbappend filesJacob Kroon
2014-02-17parse: make vars_from_file return None for non-recipesPaul Eggleton
2013-12-18build/ast: Create strong task add/del API in bb.buildRichard Purdie
2013-12-18ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie