Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add tests for various MSYS2 environments #132

Closed
wants to merge 3 commits into from

Commits on Jan 8, 2024

  1. aklomp#127: bin/base64: fix compilation on MinGW

    As of v0.5.1, the `base64' demo program no longer compiled under MinGW because
    MinGW does not emulate the `writev(2)' system call.
    
    Fix this by detecting MinGW at compile time and optionally emulating
    `writev(2)' as a series of `write(2)' calls.
    
    Resolves aklomp#127.
    aklomp authored and mayeut committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    24ab1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07eb1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2c8ca4 View commit details
    Browse the repository at this point in the history