summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* bitbake: bb.data_smart: only try to expand refs to valid variable namesChristopher Larson2019-01-211-1/+1
* bitbake: data/siggen: Switch md5 -> sha256Richard Purdie2019-01-081-1/+1
* bitbake: data_smart: Allow numeric characters in overridesRichard Purdie2018-12-141-1/+2
* bitbake: data_smart: Add missing regexp markupRichard Purdie2018-12-141-2/+2
* bitbake: data_smart: fix filename for compile()Robert Yang2018-11-191-1/+5
* bitbake: data_smart: Add original traceback to ExpansionErrorRobert Yang2018-11-191-1/+2
* bitbake: data_smart: Fix removal handling interaction issue with overridesRichard Purdie2018-10-201-4/+13
* bitbake: bitbake: data: Ensure task checksums account for remove dataRichard Purdie2018-10-181-9/+18
* bitbake: data/data_smart: Allow getVarFlag to return the variable parser objectRichard Purdie2018-10-181-5/+13
* bitbake: data_smart: Fix expand_cache and _remove operator interaction issuesRichard Purdie2018-10-181-27/+23
* bitbake: data_smart: Micro optimise _remove handlingRichard Purdie2018-10-181-1/+1
* bitbake: data: Fix whitespace on _remove operationsRichard Purdie2018-10-181-2/+3
* bitbake: data_smart: Preserve history when renaming variablesRichard Purdie2018-10-181-0/+11
* bitbake: data_smart: Don't cache/process capitalised overridesRichard Purdie2017-05-181-1/+1
* bitbake: data_smart: Ensure _remove operations on newly set variables are cle...Richard Purdie2017-04-121-0/+2
* bitbake: data_smart: implement missing remote datastore operationsPaul Eggleton2017-03-221-1/+28
* bitbake: tinfoil: fix override handling in remote datastoresPaul Eggleton2017-03-221-7/+8
* bitbake: lib: Drop now unneeded update_data callsRichard Purdie2017-02-151-1/+0
* bitbake: data_smart: Fix unneeded variable manipulationRichard Purdie2017-01-221-7/+8
* bitbake: data_smart: support serialisationPaul Eggleton2016-12-141-0/+13
* bitbake: tinfoil: pass datastore to server when expanding python referencesPaul Eggleton2016-12-141-1/+1
* bitbake: data_smart: implement remote datastore functionalityPaul Eggleton2016-12-141-6/+33
* bitbake: data_smart: fix resetting of reference on variablehistoryPaul Eggleton2016-12-141-1/+1
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-301-2/+2
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-6/+6
* bitbake: data_smart.py: don't reorder internal bitbake variables when calcula...Patrick Ohly2016-11-231-1/+0
* bitbake: data_smart: Default to expansion for getVar/getVarFlagsRichard Purdie2016-11-231-2/+2
* bitbake: data_smart/utils: Add 'd' to the context used for better_eval in pyt...Richard Purdie2016-06-131-1/+1
* bitbake: data_smart: Simplify ExpansionError exceptionRichard Purdie2016-06-021-2/+1
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-2/+2
* bitbake: bb.data_smart: use iter() for __len__Christopher Larson2016-05-061-1/+1
* 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