Skip to content
Merged
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
196 changes: 0 additions & 196 deletions .azure-pipelines.yml

This file was deleted.

30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ jobs:
ref: develop

- name: Setup C++
uses: alandefreitas/cpp-actions/setup-cpp@v1.8.8
uses: alandefreitas/cpp-actions/setup-cpp@v1.8.10
id: setup-cpp
with:
compiler: ${{ matrix.compiler }}
Expand All @@ -838,7 +838,7 @@ jobs:
trace-commands: true

- name: Install packages
uses: alandefreitas/cpp-actions/package-install@v1.8.8
uses: alandefreitas/cpp-actions/package-install@v1.8.10
id: package-install
with:
apt-get-add-architecture: 'i386'
Expand All @@ -847,12 +847,12 @@ jobs:
build-essential

- name: Clone Boost
uses: alandefreitas/cpp-actions/boost-clone@v1.8.8
uses: alandefreitas/cpp-actions/boost-clone@v1.8.10
id: boost-clone
with:
branch: ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}
boost-dir: boost-source
cache: false
cache: true
modules-exclude-paths: ''
scan-modules-dir: |
http-proto-root
Expand All @@ -862,7 +862,7 @@ jobs:
buffers

- name: Install zlib (Windows)
uses: alandefreitas/cpp-actions/package-install@v1.8.8
uses: alandefreitas/cpp-actions/package-install@v1.8.10
if: ${{ startsWith(matrix.runs-on, 'windows') && !matrix.skip-zlib }}
id: zlib-install
with:
Expand Down Expand Up @@ -927,7 +927,7 @@ jobs:
cp -r "$workspace_root"/buffers-root libs/buffers

- name: Boost B2 Workflow
uses: alandefreitas/cpp-actions/b2-workflow@v1.8.8
uses: alandefreitas/cpp-actions/b2-workflow@v1.8.10
if: ${{ !matrix.coverage && !matrix.time-trace }}
env:
ASAN_OPTIONS: ${{ ((matrix.compiler == 'apple-clang' || matrix.compiler == 'clang') && 'detect_invalid_pointer_pairs=0:strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1') || 'detect_invalid_pointer_pairs=2:strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1' }}
Expand All @@ -949,7 +949,7 @@ jobs:
extra-args: ${{ (matrix.valgrind && 'testing.launcher=valgrind' || '' )}}

- name: Boost CMake Workflow
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.8
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.10
if: ${{ matrix.coverage || matrix.time-trace || matrix.build-cmake || matrix.is-earliest }}
with:
source-dir: boost-root
Expand Down Expand Up @@ -986,7 +986,7 @@ jobs:
echo "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/.local/lib:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"

- name: Find Package Integration Workflow
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.8
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.10
if: ${{ matrix.build-cmake || matrix.is-earliest }}
with:
source-dir: boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
Expand All @@ -1010,7 +1010,7 @@ jobs:
toolchain: ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}

- name: Subdirectory Integration Workflow
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.8
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.10
if: ${{ matrix.build-cmake || matrix.is-earliest }}
with:
source-dir: boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
Expand All @@ -1031,7 +1031,7 @@ jobs:
toolchain: ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}

- name: Root Project CMake Workflow
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.8
uses: alandefreitas/cpp-actions/cmake-workflow@v1.8.10
if: ${{ matrix.build-cmake || matrix.is-earliest }}
with:
source-dir: boost-root/libs/${{ steps.patch.outputs.module }}
Expand All @@ -1055,7 +1055,7 @@ jobs:
toolchain: ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}

- name: FlameGraph
uses: alandefreitas/cpp-actions/flamegraph@v1.8.8
uses: alandefreitas/cpp-actions/flamegraph@v1.8.10
if: matrix.time-trace
with:
source-dir: boost-root/libs/http_proto
Expand Down Expand Up @@ -1108,7 +1108,7 @@ jobs:
fetch-depth: 100

- name: Changelog
uses: alandefreitas/cpp-actions/create-changelog@v1.8.8
uses: alandefreitas/cpp-actions/create-changelog@v1.8.10
with:
thank-non-regular: ${{ startsWith(github.ref, 'refs/tags/') }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -1131,7 +1131,7 @@ jobs:
shell: bash
steps:
- name: Install packages
uses: alandefreitas/cpp-actions/package-install@v1.8.8
uses: alandefreitas/cpp-actions/package-install@v1.8.10
with:
apt-get: git cmake

Expand All @@ -1148,12 +1148,12 @@ jobs:
ref: develop

- name: Clone Boost
uses: alandefreitas/cpp-actions/boost-clone@v1.8.8
uses: alandefreitas/cpp-actions/boost-clone@v1.8.10
id: boost-clone
with:
branch: ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}
boost-dir: boost-source
cache: false
cache: true
modules-exclude-paths: ''
scan-modules-dir: |
http-proto-root
Expand Down
3 changes: 1 addition & 2 deletions include/boost/http_proto/fields_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ namespace http_proto {

/** A read-only, forward range of HTTP fields
*/
class BOOST_SYMBOL_VISIBLE
fields_view
class fields_view
: public fields_view_base
{
friend class fields;
Expand Down
3 changes: 1 addition & 2 deletions include/boost/http_proto/message_view_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ namespace http_proto {

/** Provides message metadata for requests and responses
*/
class BOOST_SYMBOL_VISIBLE
message_view_base
class message_view_base
: public virtual fields_view_base
{
friend class request_view;
Expand Down
3 changes: 1 addition & 2 deletions include/boost/http_proto/parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ class filter;
according to the documented HTTP ABNFs is treated
as an unrecoverable error.
*/
class BOOST_SYMBOL_VISIBLE
parser
class parser
{
public:
/** Parser configuration settings.
Expand Down
3 changes: 1 addition & 2 deletions include/boost/http_proto/request_parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
namespace boost {
namespace http_proto {

class BOOST_SYMBOL_VISIBLE
request_parser
class request_parser
: public parser
{
public:
Expand Down
5 changes: 2 additions & 3 deletions include/boost/http_proto/request_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ namespace http_proto {

/** A read-only reference to an HTTP request
*/
class BOOST_SYMBOL_VISIBLE
request_view
class request_view
: public message_view_base
{
friend class request_base;
Expand Down Expand Up @@ -88,7 +87,7 @@ class BOOST_SYMBOL_VISIBLE
/** Return the request-target string
*/
core::string_view
target_text() const noexcept
target() const noexcept
{
return core::string_view(
ph_->cbuf +
Expand Down
3 changes: 1 addition & 2 deletions include/boost/http_proto/response_parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
namespace boost {
namespace http_proto {

class BOOST_SYMBOL_VISIBLE
response_parser
class response_parser
: public parser
{
public:
Expand Down
Loading
Loading