Update index page compiler versions and platform support#194
Update index page compiler versions and platform support#194sgerbino merged 1 commit intocppalliance:developfrom
Conversation
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.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
An automated preview of the documentation is available at https://194.corosio.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-03-06 20:51:55 UTC |
|
GCOVR code coverage report https://194.corosio.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-03-06 20:55:44 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #194 +/- ##
===========================================
+ Coverage 76.35% 76.40% +0.04%
===========================================
Files 99 99
Lines 10565 10565
Branches 2406 2406
===========================================
+ Hits 8067 8072 +5
+ Misses 1782 1778 -4
+ Partials 716 715 -1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.