-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
AVRO-2955: Avro-C: Support all Visual Studio versions from 2010 to 2019 #977
Open
kiyolee
wants to merge
20
commits into
apache:main
Choose a base branch
from
kiyolee:vs-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
kiyolee
force-pushed
the
vs-support
branch
3 times, most recently
from
November 17, 2020 10:44
c57e983
to
bec97f9
Compare
kiyolee
force-pushed
the
vs-support
branch
3 times, most recently
from
November 24, 2020 12:32
27bb6dd
to
088e817
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
December 8, 2020 07:56
b7404ab
to
662fa52
Compare
kiyolee
force-pushed
the
vs-support
branch
3 times, most recently
from
January 19, 2021 10:32
9d01a5e
to
6171123
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
February 1, 2021 08:27
500ffc2
to
68041cb
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
February 8, 2021 12:12
97f844c
to
0801bac
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
February 25, 2021 10:50
d40cf8c
to
b42ccb0
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
March 18, 2021 07:16
8b02ea9
to
14a992a
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
April 2, 2021 11:10
aacdba7
to
102b68f
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
April 25, 2021 08:56
878bbac
to
93dc745
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
September 14, 2024 07:04
f8fcc79
to
95f33ba
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
September 27, 2024 11:23
471382a
to
b4cbbae
Compare
kiyolee
force-pushed
the
vs-support
branch
2 times, most recently
from
October 10, 2024 12:44
fab1d35
to
caceace
Compare
Import getopt_long() from FreeBSD.
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.
AVRO-2955: Avro-C: Support all Visual Studio versions from 2010 to 2019
Fix compiling using Visual Studio 2010|2013|2015|2017|2019.
Fix building using either cmake/ninja or cmake/visualstudio.
Fix testing using cmake/ninja.
Improve Windows compatibility.
All existing tests passed using all Visual Studio versions mentioned.
Make sure you have checked all steps below.
Jira
*** Imported a couple of files (getopt.h/getopt_long.c) from FreeBSD with modification for Windows. BSD licensed sources should be compatible with the license here.
Tests
*** No new functionality added. All existing tests passed.
Commits
Documentation
*** No new functionality added.