summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* codeparser: accept a name for better messagesChristopher Larson2011-11-101-1/+1
* data_smart.py: make use of expand cache in getVar()Dongxiao Xu2011-08-291-1/+6
* bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie2011-07-051-8/+4
* bitbake/data_smart: Don't track overrides in deleted variable namesRichard Purdie2011-06-281-1/+4
* bitbake/data_smart: Don't export deleted/empty entries in the list of keysRichard Purdie2011-06-281-0/+2
* bitbake/data_smart: Optimise the data store iteratorRichard Purdie2011-06-281-10/+12
* bitbake/data_smart: Change overrides behaviour to remove expanded variables f...Richard Purdie2011-06-091-1/+3
* data_smart: Adding overrides of zero length is pointless so lets notRichard Purdie2011-06-011-3/+4
* More 'is' fixupsChris Larson2011-03-311-2/+2
* bitbake/data_smart: Improve Variable expansion error handlingRichard Purdie2011-02-231-2/+14
* bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie2011-02-231-0/+2
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-7/+8
* Move LAYERDIR expansion hack into DataSmartChris Larson2011-01-041-0/+21
* build: use bb.process instead of os.systemChris Larson2011-01-041-2/+2