summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach2013-01-181-37/+219
* bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...Peter Seebach2013-01-181-0/+46
* bitbake: data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie2012-12-141-0/+2
* bitbake: data_smart: Improve get_hash to account for overrides and key expansionRichard Purdie2012-12-031-3/+7
* bitbake: lib/bb/data.py: improve output for expansion errorsPaul Eggleton2012-09-271-1/+4
* bitbake: data_smart: skip all interal (underscored) flags in getVarFlagsRoss Burton2012-08-221-1/+1
* bitbake: data-smart: rename the 'content' internal variable to '_content'Ross Burton2012-08-221-8/+8
* bitbake: data_smart: Fix unanchored regexp causing strange parsing issueRichard Purdie2012-08-031-1/+1
* bitbake: data_smart: Fix multiple override interaction with append and prepen...Richard Purdie2012-07-051-1/+6
* lib/bb/data_smart.py: don't report variable in ExpansionError if not setPaul Eggleton2012-05-301-1/+4
* data_smart: Improve the calculation of config hashDongxiao Xu2012-04-171-3/+4
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-1/+1
* data_smart.py: Uses BB_HASHCONFIG_WHITELIST to filter unnecessary variablesDongxiao Xu2012-02-271-12/+4
* cache: Use configuration's hash value to validate cacheDongxiao Xu2012-02-231-0/+21
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-1/+1
* data_smart: Add appendVar/prependVar functionsRichard Purdie2011-11-101-0/+16
* codeparser: silence non-literal warnings for vardepsChristopher Larson2011-11-101-1/+7