History log of /openbmc/libbej/meson.build (Results 1 – 6 of 6)
Revision Date Author Comments
# 0686fd9f 12-Jul-2023 Patrick Williams <patrick@stwcx.xyz>

build: upgrade to C++23

Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of
the standard has been implemented. Upgrade the build to leverage it.

Change-Id: I1233e212f7970796e770a

build: upgrade to C++23

Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of
the standard has been implemented. Upgrade the build to leverage it.

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

show more ...


# ec85e113 28-Nov-2022 kasunath <kasunath@google.com>

Update include directories

Needs to add the "include" directory to libbej includes to prevent a
clang-tidy failure in bios-bmc-smm-error-logger.

Signed-off-by: Kasun Athukorala <kasunath@google.com

Update include directories

Needs to add the "include" directory to libbej includes to prevent a
clang-tidy failure in bios-bmc-smm-error-logger.

Signed-off-by: Kasun Athukorala <kasunath@google.com>
Change-Id: I5b0576f2956ccb2d16963ee2b26bf2e1586a9d09

show more ...


# 80ad94fc 31-Oct-2022 kasunath <kasunath@google.com>

Move headers into libbej folder

This change moves the libbej headers into its own libbej folder
(similar to libpldm) and install the headers under libbej directory.

Signed-off-by: Kasun Athukorala

Move headers into libbej folder

This change moves the libbej headers into its own libbej folder
(similar to libpldm) and install the headers under libbej directory.

Signed-off-by: Kasun Athukorala <kasunath@google.com>
Change-Id: I59ccb599bb042596a2d6bea620b83e3f8ce9f37d

show more ...


# cc4098e1 23-Jun-2022 Willy Tu <wltu@google.com>

libbej: Export the package for other repo to use

Make the library non-static so that other repo can be linked to
it. Also install the headers for libbej.

Change-Id: I89dba36859b569283b61d3ac448f232

libbej: Export the package for other repo to use

Make the library non-static so that other repo can be linked to
it. Also install the headers for libbej.

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

show more ...


# 5433c175 09-Jun-2022 Willy Tu <wltu@google.com>

test: Disable test if it is used as subproject

This prevent other projects that depends on this to run its tests. These
tests are not guarantee to work as subproject.

Change-Id: I0743266211427e1ce2

test: Disable test if it is used as subproject

This prevent other projects that depends on this to run its tests. These
tests are not guarantee to work as subproject.

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

show more ...


# 7ffd30aa 10-May-2022 kasunath <kasunath@google.com>

Add common data structures

This adds some common data structures and functions needed for RDE BEJ.

The decoder core is written in C so that we can use this with some other
future platforms.
clang-t

Add common data structures

This adds some common data structures and functions needed for RDE BEJ.

The decoder core is written in C so that we can use this with some other
future platforms.
clang-tidy is complaining about C style header. I tried adding a
.clang-tidy-ignore file but it did not work. And since this is mainly a
C library, I deleted the .clang-tidy.

Signed-off-by: Kasun Athukorala <kasunath@google.com>
Change-Id: Ice07527b23cd00c65cd11ed114ea4faefcc085fb

show more ...