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

Gdamore/win clock fix #1834

Merged
merged 2 commits into from
May 22, 2024
Merged

Gdamore/win clock fix #1834

merged 2 commits into from
May 22, 2024

Commits on May 22, 2024

  1. Windows: add a check for broken legacy environments without timespec_…

    …get.
    
    If you want to build on Windows use a toolchain that supports modern APIs.
    This means, for Microsoft, UCRT (Universal C Runtime), which is supported
    by default on modern Visual Studio.  MinGW users may have to go out of their
    way to enable it.  (New -D_UCRT flag or something.)
    
    The supported toolchain for building on Windows is Visual Studio.  Use of
    other tool chains is not officially supported or guaranteed to work.  YMMV.
    gdamore committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1dbd9ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a0227 View commit details
    Browse the repository at this point in the history