summaryrefslogtreecommitdiffstats
path: root/lib/bb/data_smart.py
AgeCommit message (Expand)Author
2021-07-30data_smart: Allow colon in variable expansion regexRichard Purdie
2021-07-30data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2020-12-19data_smart: Ensure hash reflects vardepvalue flags correctlyRichard Purdie
2020-08-25lib: fix most undefined code picked up by pylintFrazer Clews
2020-04-24data_smart: Handle hashing of datastores within datastores correctlyRichard Purdie
2020-03-24tinfoil: Simplify remote datastore connectionsRichard Purdie
2020-03-23data_smart: Don't pass unneeded datastoreRichard Purdie
2020-02-19data: Don't allow renameVar calls with equivalent keysKyle Russell
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-01-18bb.data_smart: only try to expand refs to valid variable namesChristopher Larson
2019-01-08data/siggen: Switch md5 -> sha256Richard Purdie
2018-12-14data_smart: Allow numeric characters in overridesRichard Purdie
2018-12-14data_smart: Add missing regexp markupRichard Purdie
2018-11-16data_smart: fix filename for compile()Robert Yang
2018-11-16data_smart: Add original traceback to ExpansionErrorRobert Yang
2018-10-19data_smart: Fix removal handling interaction issue with overridesRichard Purdie
2018-10-17bitbake: data: Ensure task checksums account for remove dataRichard Purdie
2018-10-17data/data_smart: Allow getVarFlag to return the variable parser objectRichard Purdie
2018-10-17data_smart: Fix expand_cache and _remove operator interaction issuesRichard Purdie
2018-10-17data_smart: Micro optimise _remove handlingRichard Purdie
2018-10-16data: Fix whitespace on _remove operationsRichard Purdie
2018-10-16data_smart: Preserve history when renaming variablesRichard Purdie
2017-05-16data_smart: Don't cache/process capitalised overridesRichard Purdie
2017-04-11data_smart: Ensure _remove operations on newly set variables are clearedRichard Purdie
2017-03-21data_smart: implement missing remote datastore operationsPaul Eggleton
2017-03-21tinfoil: fix override handling in remote datastoresPaul Eggleton
2017-02-13lib: Drop now unneeded update_data callsRichard Purdie
2017-01-20data_smart: Fix unneeded variable manipulationRichard Purdie
2016-12-14data_smart: support serialisationPaul Eggleton
2016-12-14tinfoil: pass datastore to server when expanding python referencesPaul Eggleton
2016-12-14data_smart: implement remote datastore functionalityPaul Eggleton
2016-12-14data_smart: fix resetting of reference on variablehistoryPaul Eggleton
2016-11-30bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-23data_smart.py: don't reorder internal bitbake variables when calculating hashPatrick Ohly
2016-11-23data_smart: Default to expansion for getVar/getVarFlagsRichard Purdie
2016-06-13data_smart/utils: Add 'd' to the context used for better_eval in python expan...Richard Purdie
2016-06-01data_smart: Simplify ExpansionError exceptionRichard Purdie
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-06bb.data_smart: use iter() for __len__Christopher Larson
2016-04-09data_smart: Restrict expansion regexp to not include : charactersRichard Purdie
2016-02-18data_smart: Drop default expand=False to getVarFlag [API change]Richard Purdie
2016-02-18data_smart: Drop default expand=False to getVar [API change]Richard Purdie
2016-02-10data_smart: Avoid expanding anonymous python functionsRichard Purdie
2016-02-04lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-02-04data_smart: Add missing expand parameter to getVar callRichard Purdie
2016-01-22data_smart: Don't show exceptions for EOL literalsRichard Purdie
2015-11-16data_smart: Only support lowercase OVERRIDESRichard Purdie