Skip to content
Merged

work #133

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
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,6 @@ jobs:
shared: true
build-type: "Release"

- compiler: "mingw"
version: "*"
cxxstd: "20"
latest-cxxstd: "20"
cxx: "g++"
cc: "gcc"
runs-on: "windows-2022"
b2-toolset: "gcc"
generator: "MinGW Makefiles"
is-latest: true
is-earliest: true
name: "MinGW: C++20"
shared: false
build-type: "Release"
build-cmake: true

# macOS (2 configurations)

- compiler: "apple-clang"
Expand Down
9 changes: 9 additions & 0 deletions doc/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,13 @@
** xref:examples/custom-dynamic-buffer.adoc[Custom Dynamic Buffer]
** xref:examples/echo-server-corosio.adoc[Echo Server with Corosio]
** xref:examples/stream-pipeline.adoc[Stream Pipeline]
* Design
** xref:design/ReadStream.adoc[ReadStream]
** xref:design/ReadSource.adoc[ReadSource]
** xref:design/BufferSource.adoc[BufferSource]
** xref:design/WriteStream.adoc[WriteStream]
** xref:design/WriteSink.adoc[WriteSink]
** xref:design/BufferSink.adoc[BufferSink]
** xref:design/RunApi.adoc[Run API]
** xref:design/TypeEraseAwaitable.adoc[Type-Erasing Awaitables]
* xref:reference:boost/capy.adoc[Reference]
Loading
Loading