summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
AgeCommit message (Expand)Author
2015-04-15bitbake: bitbake: data_smart: split expanded removal values when handling _re...Ross Burton
2014-11-19bitbake: data_smart.py: fix variable splitting at _remove mechanismStefan Müller-Klieser
2014-09-16bitbake: data_smart: Clarify what 'computed' means in the data store history ...Richard Purdie
2014-09-13bitbake: data_smart: Fix remove operator and its interaction with data expansionRichard Purdie
2014-06-01bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-21bitbake: data_smart: Fix an unusual variable reference bugRichard Purdie
2014-05-07bitbake: data_smart: Ensure all possible overrides are cached including those...Richard Purdie
2014-03-25bitbake: data_smart: Fix caching issue for double remove referencesRichard Purdie
2013-12-13bitbake: data_smart: Fix hash corruption issueRichard Purdie
2013-12-03bitbake: codeparser/data_smart: Optimise parsing speedRichard Purdie
2013-11-26bitbake: data/codeparser: Improve handling of contains functionsRichard Purdie
2013-10-07bitbake: bitbake/hob: removing extra parameters from conf files using hobCristiana Voicu
2013-09-22bitbake: data_smart: Variable references don't contain newlines, spaces or tabsRichard Purdie
2013-09-18bitbake: data_smart: Fix variable reference issuesRichard Purdie
2013-09-17bitbake: data_smart: Cache the fact a variable accesses another even if its u...Richard Purdie
2013-09-17bitbake: data_smart: Allow flags to use the expand cacheRichard Purdie
2013-09-17bitbake: data_smart: Allow expansion of flags in getVarFlagsRichard Purdie
2013-09-17bitbake: data_smart: Add explict None checksAlexandru DAMIAN
2013-09-17bitbake: data: Cache an list of export variablesRichard Purdie
2013-09-17bitbake: data_smart: use the expand_cache in VariableParseRichard Purdie
2013-09-17bitbake: data_smart: Improve variable expansion regexpRichard Purdie
2013-09-12bitbake: data_smart: Account for changes in append/prepend/remove in the conf...Richard Purdie
2013-09-06bitbake: data_smart: Move getVar expand cache handing to fix _remove operationsRichard Purdie
2013-08-28bitbake: data_smart: allow removal of multiple words at once with _removeChristopher Larson
2013-08-28bitbake: data_smart: use a split/filter/rejoin for _removeChristopher Larson
2013-08-26bitbake: data_smart: Add _remove operatorRichard Purdie
2013-06-21bitbake: data_smart: Fix bug with overrides and weak default valuesRichard Purdie
2013-06-21bitbake: data_smart: Ensure variable flags are accounted for in config data hashRichard Purdie
2013-05-03bitbake: data_smart.py: add some internal bitbake variables to configuration ...Laurentiu Palcu
2013-01-31bitbake: bitbake & hob: implement functions to assure consistency for configu...Cristiana Voicu
2013-01-18bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2013-01-18bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...Peter Seebach
2012-12-14bitbake: data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie
2012-12-03bitbake: data_smart: Improve get_hash to account for overrides and key expansionRichard Purdie
2012-09-27bitbake: lib/bb/data.py: improve output for expansion errorsPaul Eggleton
2012-08-22bitbake: data_smart: skip all interal (underscored) flags in getVarFlagsRoss Burton
2012-08-22bitbake: data-smart: rename the 'content' internal variable to '_content'Ross Burton
2012-08-03bitbake: data_smart: Fix unanchored regexp causing strange parsing issueRichard Purdie
2012-07-05bitbake: data_smart: Fix multiple override interaction with append and prepen...Richard Purdie
2012-05-30lib/bb/data_smart.py: don't report variable in ExpansionError if not setPaul Eggleton
2012-04-17data_smart: Improve the calculation of config hashDongxiao Xu
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie
2012-02-27data_smart.py: Uses BB_HASHCONFIG_WHITELIST to filter unnecessary variablesDongxiao Xu
2012-02-23cache: Use configuration's hash value to validate cacheDongxiao Xu
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-10data_smart: Add appendVar/prependVar functionsRichard Purdie
2011-11-10codeparser: silence non-literal warnings for vardepsChristopher Larson
2011-11-10codeparser: accept a name for better messagesChristopher Larson
2011-08-29data_smart.py: make use of expand cache in getVar()Dongxiao Xu
2011-07-05bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie