Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ ignore:
- extra/**/*
- test/*
- test/**/*
- tools/*
- tools/**/*
4 changes: 3 additions & 1 deletion doc/qbk/02_examples/_examples.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ used to evaluate robustness. All asynchronous clients support timeouts.
[]
][
[HTTP json_body (synchronous)]
[[path_link example/http/client/body/json_client.cpp json_client.cpp]]
[[path_link example/http/client/body/json_body.hpp json_body.hpp]
[path_link example/http/client/body/json_client.cpp json_client.cpp]]
[]
][
[HTTP client for all methods (synchronous)]
[[path_link example/http/client/methods/http_client_methods.cpp http_client_methods.cpp]]
Expand Down
1 change: 1 addition & 0 deletions tools/get-boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ git submodule update --init --depth 20 --jobs 4 \
libs/ratio \
libs/rational \
libs/regex \
libs/static_assert \
libs/thread \
libs/tuple \
libs/type_index \
Expand Down