Removed the app builds for VS2013 to reduce workload and start removal of VS2013 as supported platform
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user