History log of /openbmc/kcsbridge/src/meson.build (Results 1 – 5 of 5)
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>


# e0602aaf 17-Jul-2023 Patrick Williams <patrick@stwcx.xyz>

remove use of fmt

All uses of fmt can be replaced with either std::format directly
or a tentative implementation of std::print (which we can use
until GCC supports std::print). Remove the extra dep

remove use of fmt

All uses of fmt can be replaced with either std::format directly
or a tentative implementation of std::print (which we can use
until GCC supports std::print). Remove the extra dependency.

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

show more ...


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

kcsbridge: Daemon rewrite

This focuses on improving compile time, output size, and correctness
of command handling. Notably, it adds the ability for the host to cancel
outstanding IPMI calls when th

kcsbridge: Daemon rewrite

This focuses on improving compile time, output size, and correctness
of command handling. Notably, it adds the ability for the host to cancel
outstanding IPMI calls when the host decides they should time out. It
ensures that canceled calls do not end up writing over the response for
an incoming request. Since the host can now cancel calls, we remove
internal DBus timeouts and instead require the host to drive any timeout
logic it desires for communications. This gives the host more control
and better adheres to the wishes of the specification.

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

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 ...