summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: data_smart.py: Skip old override syntax checking for anonymous funct...Robert Yang2021-11-261-1/+1
* bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie2021-11-031-3/+3
* bitbake: data_smart: Don't add None to ExpansionError varlistRichard Purdie2021-09-211-2/+3
* bitbake: bitbake: adjust parser error check for python 3.10 compatibilityAlexander Kanavin2021-09-171-1/+1
* bitbake: bitbake: correct the collections vs collections.abc deprecationAlexander Kanavin2021-09-171-1/+1
* bitbake: data_smart: Improve error display for handled exceptionsRichard Purdie2021-09-111-0/+2
* bitbake: data_smart: Make ExpansionErrors more readableRichard Purdie2021-09-111-2/+9
* bitbake: data_smart: Fix inactive overide accidental variable value corruptionRichard Purdie2021-08-041-4/+4
* bitbake: bitbake: Switch to using new override syntaxRichard Purdie2021-08-021-58/+55
* bitbake: data_smart: Allow colon in variable expansion regexRichard Purdie2021-07-291-1/+1
* bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie2021-07-201-0/+12
* bitbake: data_smart: Ensure hash reflects vardepvalue flags correctlyRichard Purdie2020-12-191-1/+1
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-251-1/+1
* bitbake: data_smart: Handle hashing of datastores within datastores correctlyRichard Purdie2020-04-241-1/+4
* bitbake: tinfoil: Simplify remote datastore connectionsRichard Purdie2020-03-241-50/+3
* bitbake: data_smart: Don't pass unneeded datastoreRichard Purdie2020-03-241-1/+2
* bitbake: data: Don't allow renameVar calls with equivalent keysKyle Russell2020-02-191-0/+4
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-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