• src/ssh/CMakeLists.txt

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Saturday, April 25, 2026 23:07:30
    https://gitlab.synchro.net/main/sbbs/-/commit/b994e8f0aef7fa3f6b2494aa
    Modified Files:
    src/ssh/CMakeLists.txt
    Log Message:
    Add /experimental:c11atomics for MSVC compile command-line

    This is needed.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, April 29, 2026 14:39:54
    https://gitlab.synchro.net/main/sbbs/-/commit/3b08712d694390999aa081c1
    Modified Files:
    src/ssh/CMakeLists.txt
    Log Message:
    DeuceSSH: drop blanket -Werror outside Debug builds

    Default CMAKE_BUILD_TYPE to Release for single-config generators so the
    user gets one predictable optimized build instead of three different
    defaults (empty/Debug/Release) producing three different compiles.

    Blanket -Werror now applies only to CMAKE_BUILD_TYPE=Debug. Targeted -Werror=format-security/=implicit/=incompatible-pointer-types/
    =int-conversion stay on in every config — those catch C-obsolete
    constructs and security-relevant misuse, not stylistic diagnostics
    that a future compiler might broaden. Promoting every new compiler
    warning to a fatal error in a release tarball is hostile to packagers.

    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net