Removed the app builds for VS2013 to reduce workload and start removal of VS2013 as supported platform

This commit is contained in:
Jan Möbius
2018-12-03 11:22:55 +01:00
parent 77a5e1f4b7
commit 7e223084ab
2 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,11 @@
<tr valign=top><td><b>8.0</b> (?/?/?)</td><td> <tr valign=top><td><b>8.0</b> (?/?/?)</td><td>
<b>Breaking changes:</b>
<ul>
<li>Don't run and test on VS2013 anymore. As VS2013 still lacks some C++11 features, we remove it from our list of supported platforms</li>
</ul>
<b>Core</b> <b>Core</b>
<ul> <ul>
<li>TriConnectivity: Added two functions split_edge and split_edge_copy to mask the PolyConnectivity functions of the same name (Prevents creation of valence 2 vertices on trimeshes)</li> <li>TriConnectivity: Added two functions split_edge and split_edge_copy to mask the PolyConnectivity functions of the same name (Prevents creation of valence 2 vertices on trimeshes)</li>

View File

@@ -12,12 +12,11 @@ supports at least C++11
<table> <table>
<tr><td> Linux </td><td> <tr><td> Linux </td><td>
gcc >= 4.8.x<br> gcc >= 6.3<br>
clang >= 3.3<br> clang >= 3.3<br>
</td></tr> </td></tr>
<tr><td> Windows </td><td> <tr><td> Windows </td><td>
Microsoft Visual Studio 2013<br>
Microsoft Visual Studio 2015<br> Microsoft Visual Studio 2015<br>
Microsoft Visual Studio 2017<br> Microsoft Visual Studio 2017<br>
</td></tr> </td></tr>