Skip to content

Commit d9f2057

Browse files
committed
Update index page compiler versions and platform support
Correct stale compiler minimums to match CI matrix (GCC 12+, Clang 17+, MSVC 14.34+) and add missing compilers (Apple Clang, Clang-CL, MinGW). Replace placeholder platform claims with actual backends (epoll, IOCP, kqueue, select) and add FreeBSD.
1 parent 0870b05 commit d9f2057

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

doc/modules/ROOT/pages/index.adoc

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,20 @@ and xref:4.guide/4b.concurrent-programming.adoc[Concurrent Programming] for back
7575

7676
=== Tested Compilers
7777

78-
* GCC 11+
79-
* Clang 14+
80-
* MSVC 19.29+ (Visual Studio 2019 16.10+)
78+
* GCC 12+
79+
* Clang 17+
80+
* Apple Clang (latest Xcode on macOS 14, 15, 26)
81+
* MSVC 14.34+ (Visual Studio 2022 17.4+)
82+
* Clang-CL (Visual Studio 2022)
83+
* MinGW (latest)
8184

8285
=== Platform Support
8386

84-
* Windows (IOCP)
85-
* Linux (planned: io_uring)
86-
* macOS (planned: kqueue)
87+
* Linux — epoll backend (x86_64, ARM64); io_uring planned
88+
* Windows — IOCP backend
89+
* macOS — kqueue backend (ARM64)
90+
* FreeBSD — kqueue backend
91+
* Linux, macOS, and FreeBSD also support the select backend
8792

8893
== Code Convention
8994

0 commit comments

Comments
 (0)