History log of /openbmc/ipmi-fru-parser/fru_area.cpp (Results 1 – 11 of 11)
Revision Date Author Comments
# a3cc2286 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: I98f262c24e427f4228b184715d7ad88b0d7060f6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# cfa96afa 10-May-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I59041b73cc8b15c2a3800911540e1a10011f6150
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 1816ff30 21-Oct-2018 Patrick Venture <venture@google.com>

IPMIFruArea: Add doxygen to class

Add doxygen to IPMIFruArea class.

Change-Id: Ie28dd84c25df939671771741d7e4faca931e613e
Signed-off-by: Patrick Venture <venture@google.com>


# a2bed54e 21-Oct-2018 Patrick Venture <venture@google.com>

IPMIFruArea: Drop unused dbus debug

Drop unused dbus debug code. There were no calls to set the values and
the debug printing them would therefore always print empty strings.

C

IPMIFruArea: Drop unused dbus debug

Drop unused dbus debug code. There were no calls to set the values and
the debug printing them would therefore always print empty strings.

Change-Id: I767baf9f3450c9944396930069089a6bbb6e5c6a
Signed-off-by: Patrick Venture <venture@google.com>

show more ...


# 1d00178a 21-Oct-2018 Patrick Venture <venture@google.com>

IPMIFruArea: use default destructor

Use default destructor now that there isn't a raw pointer.

Change-Id: I3b28a99ca27a9e5dd15de9809e882cab02eedf75
Signed-off-by: Patrick Ventur

IPMIFruArea: use default destructor

Use default destructor now that there isn't a raw pointer.

Change-Id: I3b28a99ca27a9e5dd15de9809e882cab02eedf75
Signed-off-by: Patrick Venture <venture@google.com>

show more ...


# f0f1ab9f 21-Oct-2018 Patrick Venture <venture@google.com>

IPMIFruArea: use vector instead of raw byte pointer

Use vector of bytes instead of raw byte pointer.

Change-Id: I20a2beec3cbbc44c8cc3a48cefd73f3f27bdcc8f
Signed-off-by: Patrick

IPMIFruArea: use vector instead of raw byte pointer

Use vector of bytes instead of raw byte pointer.

Change-Id: I20a2beec3cbbc44c8cc3a48cefd73f3f27bdcc8f
Signed-off-by: Patrick Venture <venture@google.com>

show more ...


# 9f65a08f 21-Oct-2018 Patrick Venture <venture@google.com>

IPMIFruArea: rename member variables per openbmc style

OpenBMC style dictates member variables be lower camel and not snake
case.

Change-Id: I3e217b51f910612c3e5ecf1480340a27ef2

IPMIFruArea: rename member variables per openbmc style

OpenBMC style dictates member variables be lower camel and not snake
case.

Change-Id: I3e217b51f910612c3e5ecf1480340a27ef29d774
Signed-off-by: Patrick Venture <venture@google.com>

show more ...


# f22b36a0 20-Oct-2018 Patrick Venture <venture@google.com>

IPMIFruArea: apply naming convention to member functions

Apply naming convention to member functions.

Change-Id: I3b0516592dd4225f7be43c3d9cdcc9c8853d20b7
Signed-off-by: Patrick

IPMIFruArea: apply naming convention to member functions

Apply naming convention to member functions.

Change-Id: I3b0516592dd4225f7be43c3d9cdcc9c8853d20b7
Signed-off-by: Patrick Venture <venture@google.com>

show more ...


# b9d33736 20-Oct-2018 Patrick Venture <venture@google.com>

IPMIFruArea: drop iv prefix from members

Drop iv_ prefix from class members.
Renamed class members where necessary and updated some method
parameters to avoid name conflicts.

IPMIFruArea: drop iv prefix from members

Drop iv_ prefix from class members.
Renamed class members where necessary and updated some method
parameters to avoid name conflicts.

Change-Id: Id888dab9fcc020c4dff68d689a38f869c0de3525
Signed-off-by: Patrick Venture <venture@google.com>

show more ...


# 98de3b3e 20-Oct-2018 Patrick Venture <venture@google.com>

IPMIFruArea: move assignments to constructor list

Move member assignment to constructor list.

Change-Id: I140aabc92533c07f6c50eb19a323e6c52dbf43a4
Signed-off-by: Patrick Venture

IPMIFruArea: move assignments to constructor list

Move member assignment to constructor list.

Change-Id: I140aabc92533c07f6c50eb19a323e6c52dbf43a4
Signed-off-by: Patrick Venture <venture@google.com>

show more ...


# a19bd0c5 20-Oct-2018 Patrick Venture <venture@google.com>

IPMIFruArea: move source into separate fru_area.cpp

Move the implementation of the class into its own source file.

Change-Id: I02d941dd8173f0cede8cdfe8af1fdc5f5418abb4
Signed-of

IPMIFruArea: move source into separate fru_area.cpp

Move the implementation of the class into its own source file.

Change-Id: I02d941dd8173f0cede8cdfe8af1fdc5f5418abb4
Signed-off-by: Patrick Venture <venture@google.com>

show more ...