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
254 changes: 144 additions & 110 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ these per-commit analyses:
* Compilation and tests on Drone.io, Azure Pipelines, Appveyor
* Fuzzing using clang-llvm and machine learning

=== Visual Studio Solution Generation

```
cmake -G "Visual Studio 17 2022" -A win32 -B bin -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE="C:/Users/vinnie/src/boost/libs/http_proto/cmake/toolchains/msvc.cmake"
cmake -G "Visual Studio 17 2022" -A x64 -B bin64 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE="C:/Users/vinnie/src/boost/libs/http_proto/cmake/toolchains/msvc.cmake"
```

=== License

Distributed under the Boost Software License, Version 1.0.
Expand Down
3 changes: 0 additions & 3 deletions doc/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ ext:
cpp-reference:
config: doc/mrdocs.yml
cpp-tagfiles:
files:
- file: ./doc/tagfiles/boost-http_proto-doxygen.tag.xml
base_url: 'xref:reference:'
using-namespaces:
- boost::http_proto
2 changes: 1 addition & 1 deletion doc/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* xref:2.messages.adoc[]
* xref:sans_io_philosophy.adoc[]
* xref:http_protocol_basics.adoc[]
* xref:header_containers.adoc[]
// * xref:header_containers.adoc[]
* xref:message_bodies.adoc[]
* Serializing
* Parsing
Expand Down
2,082 changes: 682 additions & 1,400 deletions doc/package-lock.json

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions doc/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"devDependencies": {
"@antora/cli": "3.1.3",
"@antora/site-generator": "3.1.3",
"antora": "3.1.3"
"@antora/cli": "3.1.14",
"@antora/site-generator": "3.1.14",
"antora": "3.1.14"
},
"dependencies": {
"@cppalliance/antora-cpp-reference-extension": "^0.0.6",
"@cppalliance/antora-cpp-tagfiles-extension": "^0.0.4",
"@cppalliance/asciidoctor-boost-links": "^0.0.2",
"@antora/expand-path-helper": "^2.0.0",
"@antora/lunr-extension": "^1.0.0-alpha.8",
"@asciidoctor/tabs": "^1.0.0-beta.3"
"@antora/expand-path-helper": "^3.0.0",
"@antora/lunr-extension": "^1.0.0-alpha.12",
"@asciidoctor/tabs": "^1.0.0-beta.6",
"@cppalliance/antora-cpp-reference-extension": "^0.1.0",
"@cppalliance/antora-cpp-tagfiles-extension": "^0.1.0",
"@cppalliance/antora-downloads-extension": "^0.0.2",
"@cppalliance/asciidoctor-boost-links": "^0.0.2"
}
}
Loading
Loading