summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: data_smart: Avoid multiple getVarFlag callsRichard Purdie2022-03-181-3/+4
* bitbake: data_smart: Skip commonly accessed variables from variable data cont...Richard Purdie2022-03-181-0/+3
* bitbake: data_smart: Avoid exceptions for non string dataRichard Purdie2022-02-221-1/+1
* bitbake: lib/bb: fix exit when found renamed variablesMarta Rybczynska2022-02-211-0/+4
* bitbake: data_smart: Add support to BB_RENAMED_VARIABLES for custom stringsRichard Purdie2022-02-211-14/+21
* bitbake: data_smart: Allow rename mechanism to show full expressionsRichard Purdie2022-02-211-2/+4
* bitbake: bitbake: Rename allowed multiple provider variableScott Murray2022-02-211-0/+1
* bitbake: bitbake: Rename setscene enforce filtering variableScott Murray2022-02-211-0/+1
* bitbake: bitbake: Rename configuration hash filtering variableScott Murray2022-02-211-2/+3
* bitbake: bitbake: Rename environment filtering variablesScott Murray2022-02-211-0/+2
* bitbake: bitbake: Rename basehas and taskhash filtering variablesScott Murray2022-02-211-0/+2
* bitbake: data_smart/cookerdata: Add variable remapping supportRichard Purdie2022-02-211-0/+36
* bitbake: data_smart: Add hasOverrides method to public datastore APIRichard Purdie2022-02-171-0/+2
* bitbake: data_smart: Fix overrides file/line message additionsRichard Purdie2022-02-171-4/+4
* 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