forked from digarok/gsplus
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Address known issues through 2020 #2
Merged
Merged
Conversation
This file contains 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
Replaced strncpy where it was unnecessary with memory safe strcpy and reviewed any remaining instances of strncpy
It's unclear that space bar is used to select Host FST path. This minor update seeks to correct that with better clarity.
Incorporates fix from digarok#98 Add posix timing as clock ticks for non x86 systems digarok#98
Resolves Issue digarok#104: digarok#104
And removed deprecated constants
One less compiler warning
One less compiler warning
RAWNET support is one directive away. Added to documentation
Compiler directives weren't fully merged. Fixed.
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.
This pull request wraps up a batch of updates that address issues submitted through the end of 2020 to https://github.com/digarok/gsplus.
GSPlus
next-version
branch used as starting point, since it matches master, with an additional 6 commitsThen grab useful comments and pulls from this repository as well as GSPort
GSPlus digarok#108 (Unix networking)
GSPlus digarok#107 (Process all sound; Pull: ksherlock:doc-patch-1)
GSPlus digarok#106 (Sound on Pi)
GSPlus digarok#105 (Socket debugger fixes; Pull: jeremypenner:master)
GSPlus digarok#104 (Linux Host FST support; Pull: vavruska:master)
GSPlus digarok#103 (Fantavision from GSPort)
GSPlus digarok#98 (POSIX Timing; Pull: julianaito:master)
Test compile: SUCCESS