#
a0c724d3 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: I1d204ff0a167c43688f2217e9dee5504c71cd4f0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
9980d489 |
| 28-Jan-2022 |
Zane Shelley <zshelle@us.ibm.com> |
moved Priority class to enum class
The class was over-architected and inflexible. Converted to a simpler enum class.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I0515753136d9f78a0d2
moved Priority class to enum class
The class was over-architected and inflexible. Converted to a simpler enum class.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I0515753136d9f78a0d21b6c22794d521fb180df3
show more ...
|
#
a4134770 |
| 10-Jan-2022 |
Zane Shelley <zshelle@us.ibm.com> |
Add support for PartCalloutResolution
Change-Id: Ia9ab315e43d98a742d2ad88ba2fb33bd3e56ee86 Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
|
#
e13a9f95 |
| 16-Dec-2021 |
Zane Shelley <zshelle@us.ibm.com> |
created PluginResolution class
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I68560934b487f12b6b95dc73a93bb049f7777656
|
#
4757a7bc |
| 20-Sep-2021 |
Zane Shelley <zshelle@us.ibm.com> |
Bus callout resolution support
Change-Id: I516d151350ac0d2342c966266f2e90bae8572c37 Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
|
#
5d63cefc |
| 17-Sep-2021 |
Zane Shelley <zshelle@us.ibm.com> |
ConnectedCalloutResolution support
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Id1b215d70ca98ae18528f91162ff4d99de9e9ce8
|
#
96d5486c |
| 17-Sep-2021 |
Zane Shelley <zshelle@us.ibm.com> |
More test cases for Resolution class
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ic887f97c4aae8d194657f9925cbd8336d3e0feef
|
#
84721d90 |
| 08-Sep-2021 |
Zane Shelley <zshelle@us.ibm.com> |
Add support for clock callout resolutions
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I67f02a2fafaa63a0bafaa1116150da35ef4dece1
|
#
c85716ca |
| 17-Aug-2021 |
Zane Shelley <zshelle@us.ibm.com> |
Moved Callout class logic to Resolution classes
This simplified the confusion between the Callout and Resolution classes because there was a lot of overlap.
Signed-off-by: Zane Shelley <zshelle@us.
Moved Callout class logic to Resolution classes
This simplified the confusion between the Callout and Resolution classes because there was a lot of overlap.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Iea0fb30a1577869ebfe5b2b195fee832a694adb5
show more ...
|
#
2f92130c |
| 09-Aug-2021 |
Zane Shelley <zshelle@us.ibm.com> |
Refined guard type in HardwareCalloutResolution
A resolution guard type needs to be evaluated during the resolve() function and not when the resolution is created.
Signed-off-by: Zane Shelley <zshe
Refined guard type in HardwareCalloutResolution
A resolution guard type needs to be evaluated during the resolve() function and not when the resolution is created.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ia597ed93567b27c2cd9423f6fb0f7e75158fc315
show more ...
|
#
723fa239 |
| 09-Aug-2021 |
Zane Shelley <zshelle@us.ibm.com> |
Replace LinkResolution with ResolutionList
It's just easier to manage a list instead of chaining all the resolutions together.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I392fa49d2
Replace LinkResolution with ResolutionList
It's just easier to manage a list instead of chaining all the resolutions together.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I392fa49d2fe05d22ae82f7eed9cb120872904a08
show more ...
|
#
0b8368cb |
| 18-Mar-2021 |
Zane Shelley <zshelle@us.ibm.com> |
Initial classes for callout resolutions
Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I5df0c1cc59facc5c36aac20ca52503d20ae0f76a
|