[ 
https://issues.apache.org/jira/browse/PROTON-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17155497#comment-17155497
 ] 

ASF subversion and git services commented on PROTON-2077:
---------------------------------------------------------

Commit abdfe9b8b620d331106365bb5aabb53d220a16cb in qpid-proton's branch 
refs/heads/master from Jiri Danek
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=abdfe9b ]

PROTON-2077: Test with VS 2015, 17 and 19 in .appveyor.yml

This borrows from changes originally proposed in GitHub PR #200.

This closes #249


> Change Minimum supported Visual Studio compiler to 2015
> -------------------------------------------------------
>
>                 Key: PROTON-2077
>                 URL: https://issues.apache.org/jira/browse/PROTON-2077
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: proton-c-0.27.0
>            Reporter: Jiri Daněk
>            Assignee: Andrew Stitcher
>            Priority: Major
>
> The primary goal here is so we can change the project C support to C99 
> everywhere.
> So we need to ensure that all the C Windows code is actually C99 or actually 
> compile it as C++.
> Because {{snprintf}} is only supported in Visual Studio 2015. Using 
> {{snprintf}} is the best fix for the buffer overrun in {{pn_proactor_addr}}, 
> as per [https://github.com/apache/qpid-proton/pull/176]
> Also, printf supports {{%zu}} for printing size_t (since Visual Studio 2013).
> Does anyone use anything older than Visual Studio 2015 with Proton, at this 
> point?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to