summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: data_smart: Add CoW approach for overridedataRichard Purdie2015-07-231-1/+10
* bitbake: data_smart: Use deepcopy for overridedataRichard Purdie2015-07-211-1/+1
* bitbake: data_smart: Fix appendVar/prependVarRichard Purdie2015-07-121-4/+2
* bitbake: data_smart: Fix data expansion cache issuesRichard Purdie2015-07-121-1/+1
* bitbake: data_smart: Fix keys() missing overridesRichard Purdie2015-07-121-0/+15
* bitbake: data_smart: Cache set(self.overrides)Richard Purdie2015-07-121-5/+9
* bitbake: data_smart: Improve override recursion handlingRichard Purdie2015-07-121-0/+6
* bitbake: data_smart: Tweak OVERRIDES value cache for performanceRichard Purdie2015-07-121-4/+12
* bitbake: data_smart: Seperate out the override cacheRichard Purdie2015-07-121-14/+41
* bitbake: data_smart: VariableHistory: Ignore override duplicates and overlap ...Richard Purdie2015-07-121-0/+5
* bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVarRichard Purdie2015-07-121-15/+21
* bitbake: data_smart: Move override handling to getVarRichard Purdie2015-07-121-70/+61
* bitbake: data_smart: Cache overrides and fix data storeRichard Purdie2015-07-121-8/+27
* bitbake: data_smart: Fix cache clearance problemsRichard Purdie2015-07-121-0/+4
* bitbake: data_smart: Improve override handlingRichard Purdie2015-07-121-96/+60
* bitbake: data_smart: Remove need for update_data callsRichard Purdie2015-07-121-4/+15
* bitbake: data_smart: Defer append/prepend handlingRichard Purdie2015-07-121-5/+22
* bitbake: data_smart: split expanded removal values when handling _removeRoss Burton2015-02-031-1/+2
* bitbake: data_smart: Don't use mutable objects as default argsRichard Purdie2015-01-291-1/+6
* bitbake: data_smart: Ensure d.keys() doesn't list deleted variablesRichard Purdie2014-12-251-0/+4
* bitbake: data: rename defaultval to _defaultvalRoss Burton2014-12-031-3/+3
* bitbake: data_smart.py: fix variable splitting at _remove mechanismStefan Müller-Klieser2014-11-081-1/+1
* bitbake: data_smart: Clarify what 'computed' means in the data store history ...Richard Purdie2014-09-161-1/+1
* bitbake: data_smart: Fix remove operator and its interaction with data expansionRichard Purdie2014-09-131-1/+2
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-1/+1
* bitbake: data_smart: Fix an unusual variable reference bugRichard Purdie2014-05-211-1/+1
* bitbake: data_smart: Ensure all possible overrides are cached including those...Richard Purdie2014-05-071-1/+6
* bitbake: data_smart: Fix caching issue for double remove referencesRichard Purdie2014-03-251-0/+4
* bitbake: data_smart: Fix hash corruption issueRichard Purdie2013-12-131-1/+1
* bitbake: codeparser/data_smart: Optimise parsing speedRichard Purdie2013-12-031-4/+6
* bitbake: data/codeparser: Improve handling of contains functionsRichard Purdie2013-11-261-0/+4
* bitbake: bitbake/hob: removing extra parameters from conf files using hobCristiana Voicu2013-10-071-2/+6
* bitbake: data_smart: Variable references don't contain newlines, spaces or tabsRichard Purdie2013-09-221-1/+1
* bitbake: data_smart: Fix variable reference issuesRichard Purdie2013-09-181-4/+3
* bitbake: data_smart: Cache the fact a variable accesses another even if its u...Richard Purdie2013-09-171-1/+1
* bitbake: data_smart: Allow flags to use the expand cacheRichard Purdie2013-09-171-1/+3
* bitbake: data_smart: Allow expansion of flags in getVarFlagsRichard Purdie2013-09-171-2/+3
* bitbake: data_smart: Add explict None checksAlexandru DAMIAN2013-09-171-2/+2
* bitbake: data: Cache an list of export variablesRichard Purdie2013-09-171-0/+7
* bitbake: data_smart: use the expand_cache in VariableParseRichard Purdie2013-09-171-0/+5
* bitbake: data_smart: Improve variable expansion regexpRichard Purdie2013-09-171-1/+1
* bitbake: data_smart: Account for changes in append/prepend/remove in the conf...Richard Purdie2013-09-121-3/+6
* bitbake: data_smart: Move getVar expand cache handing to fix _remove operationsRichard Purdie2013-09-061-7/+6
* bitbake: data_smart: allow removal of multiple words at once with _removeChristopher Larson2013-08-281-1/+1
* bitbake: data_smart: use a split/filter/rejoin for _removeChristopher Larson2013-08-281-7/+3
* bitbake: data_smart: Add _remove operatorRichard Purdie2013-08-261-5/+18
* bitbake: data_smart: Fix bug with overrides and weak default valuesRichard Purdie2013-06-211-5/+12
* bitbake: data_smart: Ensure variable flags are accounted for in config data hashRichard Purdie2013-06-211-0/+6
* bitbake: data_smart.py: add some internal bitbake variables to configuration ...Laurentiu Palcu2013-05-031-0/+10
* bitbake: bitbake & hob: implement functions to assure consistency for configu...Cristiana Voicu2013-01-311-0/+22