Skip to content

v1.22.3: fix Asio detection and stabilize P2P build#205

Merged
GaspardKirira merged 4 commits into
mainfrom
dev
Jan 27, 2026
Merged

v1.22.3: fix Asio detection and stabilize P2P build#205
GaspardKirira merged 4 commits into
mainfrom
dev

Conversation

@GaspardKirira

Copy link
Copy Markdown
Member

v1.22.3 — 2026-01-27

Fixed

  • cmake(umbrella): fix Asio detection and fallback handling
    • Ensure standalone Asio is correctly detected from third_party/asio
    • Prevent hard failure when Asio is missing on CI runners
    • Centralize Asio include path via vix::thirdparty_asio interface target
    • Stabilize P2P build by fixing Asio integration at umbrella level

Notes

  • No API changes
  • Infra / build-system only
  • Safe to squash merge

…module

- Add professional documentation for Vix Console (Node-like, dev-proof, zero-config)
- Describe guarantees, performance model, I/O constraints, and anti-spam behavior
- Register updated core module containing vix::console implementation
- Clarify that console is runtime/dev-only and not a production logger
- Explicitly document that Vix Console is intentionally minimal and Node-like in spirit
- Clarify that advanced console features (table, group, time, count, assert) are out of scope
- Direct users to vix::utils::Logger for structured, performance, and production-grade debugging
- Document precedence between VIX_CONSOLE_LEVEL and VIX_LOG_LEVEL to avoid ambiguity
- Reinforce stable, dev-proof usage guidelines
- Ensure standalone Asio is correctly detected from third_party/asio
- Prevent hard failure when Asio is missing on CI runners
- Centralize Asio include path via vix::thirdparty_asio interface target
- Stabilize P2P build by fixing Asio integration at umbrella level
@GaspardKirira GaspardKirira merged commit 5f75027 into main Jan 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant