Conversation
unistd.h -- non UNIX portabilityunistd.h, for portability beyond UNIX
unistd.h, for portability beyond UNIXunistd.h, for portability beyond UNIX
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #255 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 24 24
Lines 4564 4566 +2
Branches 894 894
=======================================
+ Hits 4558 4560 +2
Partials 6 6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
34cc0d2 to
fc6f8a2
Compare
unistd.h, for portability beyond UNIXd4fcfc4 to
7481e01
Compare
ed6bb18 to
322a765
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Various changes to enable non-UNIX builds, esp. with MSVC.
unistd.hincludes. It's a UNIX-specific header, and it turns out we did not need it at all._stricmp()and_strincmp()instead of the UNIXstrcasecmp()andstrncasecmp(), when compiling with MSC.timespec_get()instead of the UNIX-specificclock_gettime()when appropriate.novas_set_max_iter()to set the globalnovas_inv_max_itervariable (since MSVC does not seem to export the variable).