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

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented May 22, 2024

No description provided.

…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.
Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.45%. Comparing base (aac4dc3) to head (b7a0227).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1834      +/-   ##
==========================================
+ Coverage   79.32%   79.45%   +0.12%     
==========================================
  Files          95       95              
  Lines       21491    21487       -4     
==========================================
+ Hits        17048    17072      +24     
+ Misses       4443     4415      -28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gdamore
Copy link
Contributor Author

gdamore commented May 22, 2024

There are still use after-free bugs in WIndows. But this is low hanging fruit so merging. Working on a refactor to address the use-after-free.

@gdamore gdamore merged commit e46b41a into master May 22, 2024
15 of 18 checks passed
@gdamore gdamore deleted the gdamore/win-clock-fix branch May 22, 2024 07:06
@itayzafrir itayzafrir mentioned this pull request Jun 2, 2024
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