History log of /openbmc/google-misc/subprojects/nemora-postd/src/serializer.cpp (Results 1 – 3 of 3)
Revision Date Author Comments
# bb53161d 16-Jul-2023 Willy Tu <wltu@google.com>

cleanup fmt::format for std::format

Update the code to use std::format since gcc13 supports it now. Also
cleaned up some unused headers.

Change-Id: Ief2ad4df9e8b8227168f4f98213da8b3978fda03
Signed-

cleanup fmt::format for std::format

Update the code to use std::format since gcc13 supports it now. Also
cleaned up some unused headers.

Change-Id: Ief2ad4df9e8b8227168f4f98213da8b3978fda03
Signed-off-by: Willy Tu <wltu@google.com>

show more ...


# 580abaff 06-Jul-2023 Willy Tu <wltu@google.com>

build: Fix build warnings

```
../subprojects/metrics-ipmi-blobs/util.hpp:32:5: error: 'uint64_t' does not name a type
32 | uint64_t firmwareTime = 0;
| ^~~~~~~~
../subprojects/metri

build: Fix build warnings

```
../subprojects/metrics-ipmi-blobs/util.hpp:32:5: error: 'uint64_t' does not name a type
32 | uint64_t firmwareTime = 0;
| ^~~~~~~~
../subprojects/metrics-ipmi-blobs/util.hpp:18:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
17 | #include <string>
+++ |+#include <cstdint>
18 | #include <string_view>
...
../subprojects/nemora-postd/src/serializer.cpp:66:28: error: call of overloaded 'format(const char [15], std::string)' is ambiguous
66 | log<level::INFO>(format("NemoraEvent {}", pb.DebugString()).c_str());
```

Change-Id: Id7da1567cdf8cd74d94bd71fa338099b1f0b861e
Signed-off-by: Willy Tu <wltu@google.com>

show more ...


# 14fe6698 08-Jun-2021 Nan Zhou <nanzhoumails@gmail.com>

nemora-postd: import from gBMC

This is the POST code portion of nemorad.

Signed-off-by: Nan Zhou <nanzhoumails@gmail.com>
Google-Bug-Id: 179618653
Change-Id: Icf68fe8adf62c646238cf8235918a13effa857

nemora-postd: import from gBMC

This is the POST code portion of nemorad.

Signed-off-by: Nan Zhou <nanzhoumails@gmail.com>
Google-Bug-Id: 179618653
Change-Id: Icf68fe8adf62c646238cf8235918a13effa857f8

show more ...