History log of /openbmc/entity-manager/src/entity_manager/log_device_inventory.hpp (Results 1 – 2 of 2)
Revision Date Author Comments
# 4e1142d6 25-Jul-2025 Alexander Hansen <alexander.hansen@9elements.com>

copyright: move to SPDX-License-Identifier

Using SPDX-License-Identifier is more compact and leaves more space on
the screen.

Following the example of bmcweb here and replacing all the old copyrigh

copyright: move to SPDX-License-Identifier

Using SPDX-License-Identifier is more compact and leaves more space on
the screen.

Following the example of bmcweb here and replacing all the old copyright
headers with SPDX.

Change-Id: Iace8c887d58e554e0521b040d332c624a20a3aa8
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>

show more ...


# f57a2596 27-Jun-2025 Alexander Hansen <alexander.hansen@9elements.com>

entity-manager: move logDeviceAdded/Removed

functions do not need to be 'inline' and since they are normal
functions, they can go into a .cpp file to be compiled separately.

Functions otherwise unc

entity-manager: move logDeviceAdded/Removed

functions do not need to be 'inline' and since they are normal
functions, they can go into a .cpp file to be compiled separately.

Functions otherwise unchanged.

Tested: Inspection only.

References:
[1] https://en.cppreference.com/w/cpp/language/inline.html

Change-Id: I194d86f17f90d54d6be2286a52482457435f4c36
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>

show more ...