#
69c945ea |
| 26-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
fix GCC 13 issues
GCC 13 has moved `uint*_t` family from being included in a default include tree. Explicitly add `#include <cstdint>` to give these types.
Also remove one useless `std::move`.
Si
fix GCC 13 issues
GCC 13 has moved `uint*_t` family from being included in a default include tree. Explicitly add `#include <cstdint>` to give these types.
Also remove one useless `std::move`.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3e69ff4d3aa4a52856fc57b8d8babd32693324ee
show more ...
|
#
0b02be92 |
| 31-Aug-2018 |
Patrick Venture <venture@google.com> |
add .clang-format
Change-Id: I7c2a527b4751a560703a61fcbe9638b150546af5 Signed-off-by: Patrick Venture <venture@google.com>
|
#
26f80ab2 |
| 31-Aug-2018 |
Patrick Venture <venture@google.com> |
add missing header: map
Change-Id: I453bad9fa811934daea59fdb9a2cc51524403783 Signed-off-by: Patrick Venture <venture@google.com>
|
#
d8249ee0 |
| 12-Apr-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Remove trailing spaces
Change-Id: I3a58137b3300fcfe51a4182eb304a1b70885ad30 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
#
7d9157ed |
| 01-Jul-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
construct IPMI FRU Info data based on inventory data
Change-Id: If8ee75b48323d29b568ef807d381a3e5600527d5 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
|