History log of /openbmc/kcsbridge/meson.build (Results 1 – 6 of 6)
Revision Date Author Comments
# a46dd8f0 01-Feb-2025 Patrick Williams <patrick@stwcx.xyz>

meson: reformat with meson formatter

Apply the `meson format` results.

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


# 9a324232 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: Ib6a192fb0077b4ac8c7e7

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: Ib6a192fb0077b4ac8c7e7546befd1e893c475533
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# e8d514f1 12-Apr-2023 Patrick Williams <patrick@stwcx.xyz>

meson: remove deprecated get_pkgconfig_variable

Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In
meson 0.58 the `get_variable` was enhanced to no longer require the
`pkgconfig

meson: remove deprecated get_pkgconfig_variable

Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In
meson 0.58 the `get_variable` was enhanced to no longer require the
`pkgconfig` keyword argument. Ensure meson 0.58 is required and update
the usage of all `get_pkgconfig_variable` and `get_variable` to be the
modern variant.

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

show more ...


# e2938496 11-May-2021 William A. Kennington III <wak@google.com>

build: Install bridge in libexec

Users aren't intended to run the server directly so it shouldn't be
included in their PATH.

Change-Id: Idc49664a7a07142ee27aac1318066bba6f67a6fd
Signed-off-by: Will

build: Install bridge in libexec

Users aren't intended to run the server directly so it shouldn't be
included in their PATH.

Change-Id: Idc49664a7a07142ee27aac1318066bba6f67a6fd
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# 1cbb5849 11-May-2021 William A. Kennington III <wak@google.com>

build: Make a src subdirectory

This will allow us to organize our c++ source separately from our
top-level metadata.

Change-Id: I3141fa63bf9be2ae1b1efee7a6f95ba53a569f5d
Signed-off-by: William A. K

build: Make a src subdirectory

This will allow us to organize our c++ source separately from our
top-level metadata.

Change-Id: I3141fa63bf9be2ae1b1efee7a6f95ba53a569f5d
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# 362d087d 11-May-2021 William A. Kennington III <wak@google.com>

build: Add meson

Change-Id: Ic58b2ec92c185faa5efe0f40b2bbf6e21d6ed70c
Signed-off-by: William A. Kennington III <wak@google.com>