History log of /openbmc/bmcweb/src/boost_beast.cpp (Results 1 – 3 of 3)
Revision Date Author Comments
# 89492a15 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: I75f89d2959b0f1338c20d72ad669fbdc1d720835
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# f70a6d9c 08-Feb-2022 Ed Tanous <edtanous@google.com>

Implement TODO in beast source file

Now that https://github.com/chriskohlhoff/asio/issues/533 is resolved
and https://github.com/boostorg/beast/pull/2331
and https://github.com/boostorg/beast/pull/2

Implement TODO in beast source file

Now that https://github.com/chriskohlhoff/asio/issues/533 is resolved
and https://github.com/boostorg/beast/pull/2331
and https://github.com/boostorg/beast/pull/2337

Are merged and updated into yocto, we can get rid of this ugliness, and
do as the author intends.

Tested: Unit tests pass, code compiles. Header changes only.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: Ifa61053c5a7e7fe9b5b0232614e8daa9741b1d6c

show more ...


# 2107fe18 09-Oct-2021 Ed Tanous <edtanous@google.com>

Enable beast separate compilation

This commit enables separate compilation for asio and beast. Details on
how this option works are here:
https://www.boost.org/doc/libs/1_77_0/doc/h

Enable beast separate compilation

This commit enables separate compilation for asio and beast. Details on
how this option works are here:
https://www.boost.org/doc/libs/1_77_0/doc/html/boost_asio/using.html

This allows separating out the build of the boost components from the
rest of the components, which should decrease our intermediate build
times in the future as we start breaking things up better.

Tested:
Code builds.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I1614bb4ccddebcf1d4858112a25a870378497ecc

show more ...