summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: data_smart: Restrict expansion regexp to not include : charactersRichard Purdie2016-04-091-1/+1
* bitbake: data_smart: Drop default expand=False to getVarFlag [API change]Richard Purdie2016-02-181-1/+1
* bitbake: data_smart: Drop default expand=False to getVar [API change]Richard Purdie2016-02-181-1/+1
* bitbake: data_smart: Avoid expanding anonymous python functionsRichard Purdie2016-02-101-1/+1
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-041-4/+4
* bitbake: data_smart: Add missing expand parameter to getVar callRichard Purdie2016-02-041-1/+1
* bitbake: data_smart: Don't show exceptions for EOL literalsRichard Purdie2016-01-221-1/+6
* bitbake: data_smart: Only support lowercase OVERRIDESRichard Purdie2015-11-161-2/+2
* bitbake: data_smart: Ensure OVERRIDES dependencies account for contains()Richard Purdie2015-09-181-2/+6
* bitbake: data_smart: Correctly handle OVERRIDE values set using ??=Richard Purdie2015-09-181-0/+2
* bitbake: data_smart: When considering OVERRIDE dependencies, do so recursivelyRichard Purdie2015-09-181-1/+7
* bitbake: data_smart: Expand overrides cache recursivelyRichard Purdie2015-09-181-3/+12
* bitbake: data_smart: Separate out update_overridevars into separate functionRichard Purdie2015-09-181-5/+6
* bitbake: bb.data_smart: retain traceback from ExpansionErrorChristopher Larson2015-09-041-1/+2
* bitbake: bitbake-layers: fix mapping files to layersPaul Eggleton2015-08-191-0/+25
* bitbake: data_smart: Improve override history loggingRichard Purdie2015-07-241-10/+13
* bitbake: data_smart: Improve performance of infer_caller_details()Richard Purdie2015-07-241-8/+17
* 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