#
be27f2e9 |
| 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: I133f4f43d4955ba1b86b924fc741aa5a56f34239 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
bde1bfa1 |
| 18-Aug-2023 |
kasunath <kasunath@google.com> |
Get metadata for bejNull type
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I08d0c8f26e1ed64f67cfcf857fbdd8573dae75d4
|
#
de02e7da |
| 18-Aug-2023 |
kasunath <kasunath@google.com> |
Get metadata for bejReal type
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Ib5de2d4fde4a129cb32988268c3289ba06572b16
|
#
b250dd54 |
| 01-Aug-2023 |
kasunath <kasunath@google.com> |
Get metadata for bejEnum type
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I6c135c8ff67952efa59143a37e60020cf8a1f492
|
#
061fbc6f |
| 01-Aug-2023 |
kasunath <kasunath@google.com> |
Get metadata for BEJ integer, string and bool
This change adds the support to derive bejInteger, bejString and bejBool node metadata.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id
Get metadata for BEJ integer, string and bool
This change adds the support to derive bejInteger, bejString and bejBool node metadata.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Ib6efcd29bf7cb2acc9913f95756e60ee65f16c6d
show more ...
|
#
f68be959 |
| 01-Aug-2023 |
kasunath <kasunath@google.com> |
Initialize a parent node metadata
This adds the support needed to initialize a parent node metadata properties.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Ibb90665064904cc7fe1
Initialize a parent node metadata
This adds the support needed to initialize a parent node metadata properties.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Ibb90665064904cc7fe1bde6dd5590545592f7d41
show more ...
|
#
99bd6c90 |
| 30-Jul-2023 |
kasunath <kasunath@google.com> |
Add the framework needed for BEJ encoding
This change adds the framework needed for BEJ encoding. Inorder to keep the patch smaller, I only added the basic framework needed to understand how the enc
Add the framework needed for BEJ encoding
This change adds the framework needed for BEJ encoding. Inorder to keep the patch smaller, I only added the basic framework needed to understand how the encoding is done. Rest of the functionality and testing will be added in the later patches.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: If2bd315fe5a3e6c7afff2af1750434042517790b
show more ...
|