summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/ast.py
AgeCommit message (Expand)Author
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
2013-12-18ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie
2013-06-27bitbake: python funcname can not include special character @Li Wang
2013-06-14bitbake: Add event mask flag supportBogdan Marinescu
2013-05-23methodpool: Retire it, remove global method scopeRichard Purdie
2013-01-18bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2012-12-11BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie
2012-08-23ast: Store anonymous python function contents in the datstoreRichard Purdie
2012-08-23ast: Extract text variable in PythonMethodNodeRichard Purdie
2012-08-23ast: Rename PythonMethodNode define variable to modulenameRichard Purdie
2012-08-23methodpool: Clean up the parsed module list handling to be slightly less insaneRichard Purdie
2012-08-22event/ast: Use better_exec instead of simple_execRichard Purdie
2012-07-19bitbake: Warn upon finding tab indentation in python functionsRichard Purdie
2012-03-15parse/ast: Expand inherit statements before splitting themRichard Purdie
2012-02-28bitbake: Added BBINCLUDED variable.Lianhao Lu
2012-02-23bitbake: add file and line number to ParseErrorPaul Eggleton
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-07-25bitbake/ast: include class name when arguments given in variantPaul Eggleton
2011-07-05bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie
2011-06-28bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie
2011-06-28bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-09bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie
2011-06-09track skipped packagesPaul Eggleton
2011-06-02parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson
2011-05-06bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie
2011-02-24bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-05parse: pass filename, lineno into the astChris Larson
2011-01-05parse.ast: drop __word__ regular expressionChris Larson
2011-01-05parse.ast: avoid code duplication for inheritChris Larson
2010-12-30parse: save python functions into the metadataRichard Purdie
2010-12-29Implement task signaturesRichard Purdie
2010-12-29data: Add emit_func and generate_dependenciesRichard Purdie
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson