2
0
mirror of https://github.com/boostorg/beast.git synced 2026-01-27 18:52:09 +00:00

11 Commits

Author SHA1 Message Date
Mohammad Nejati
f34fe9a35a chore: add compat to secondary dependencies list 2026-01-25 22:03:44 +03:30
Andrey Semashev
9579b34ab0 Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
2026-01-25 16:11:54 +03:30
Mohammad Nejati
03f0ff33cd Updade build.yml 2025-07-08 18:03:42 +03:30
Mohammad Nejati
075db2fc37 Add Boost.Scope to get-boost.sh 2024-02-22 10:11:30 +03:30
Klemens Morgenstern
0bf3d971a0 get-boost.sh fetches describe.
This is a new dependency in boost.json, which is uesd in examples.
2022-10-26 00:06:01 +08:00
Klemens Morgenstern
5db6da9aa4 libs/variant2 is available for windows ci runs. 2022-10-18 00:05:36 +08:00
Klemens Morgenstern
12c2d14ebc streaming JSON body is an example 2022-10-03 09:53:05 +08:00
Glen Fernandes
24275ac0c6 Use static_string from Boost.StaticString 2022-04-17 12:30:52 -04:00
Damian Jarek
86176786c3 Expand CI matrix using Azure Pipelines:
* Allow setting a seed in websocket prng to workaround a valgrind bug
  in Xenial.
* Coverage collection in Azp.
* Fixup blacklists to avoid zlib bugs.
* Use native b2 features for sanitizers and valgrind.
* Expanded Windows build matrix.
* Add additional clang (with libc++) builds.

Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2019-05-19 22:32:44 +02:00
Damian Jarek
fb7ed617cd Ensure beast is copied to libs/beast
The BUILD_DIR on Appveyor has different names sometimes, use a consistent
directory name to avoid build failures.

Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2019-04-18 16:42:27 -07:00
Damian Jarek
df0e9336bf Cleanup CI:
close #1558

- Parallelize submodule clone.
- Do a shallow submodule clone.
- Move submodule update code to a script.
- Build with BOOST_BEAST_USE_STD_STRING_VIEW on msvc

Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2019-04-15 08:17:42 -07:00