AVRO-2955: Avro-C: Support all Visual Studio versions from 2010 to 2019#977
AVRO-2955: Avro-C: Support all Visual Studio versions from 2010 to 2019#977kiyolee wants to merge 20 commits intoapache:mainfrom
Conversation
c57e983 to
bec97f9
Compare
27bb6dd to
088e817
Compare
b7404ab to
662fa52
Compare
9d01a5e to
6171123
Compare
500ffc2 to
68041cb
Compare
97f844c to
0801bac
Compare
d40cf8c to
b42ccb0
Compare
8b02ea9 to
14a992a
Compare
aacdba7 to
102b68f
Compare
878bbac to
93dc745
Compare
|
@kiyolee The PR is messed up somehow. It contains many unrelated commits.
|
|
@martin-g Didn't aware the last pull rebase was messed up. Now fixed.
The license per file does exist and are kept unchanged. What have I missed? |
The RAT test fails because the new files do not have the ASLv2 license. |
|
❌ Deploy Preview for avro-website-preview failed. 🔨 Explore the source changes: 8c926e1 🔍 Inspect the deploy log: https://app.netlify.com/sites/avro-website-preview/deploys/6206759aa1fb7b00077d0121 |
Import getopt_long() from FreeBSD.
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.