Tagged release Date

This commit is contained in:
Jan Möbius
2020-04-23 10:31:34 +02:00
parent 9074272042
commit db8c060883
2 changed files with 4 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ mv LICENSE $VERSION/
mv README.md $VERSION/ mv README.md $VERSION/
mv src $VERSION/ mv src $VERSION/
mv VERSION $VERSION/ mv VERSION $VERSION/
mv openmesh.pc.in $VERSION/
mv build-doc/Build/share/OpenMesh/Doc/html/ $VERSION/Documentation mv build-doc/Build/share/OpenMesh/Doc/html/ $VERSION/Documentation

View File

@@ -6,7 +6,7 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>8.1</b> (?/?/?)</td><td> <tr valign=top><td><b>8.1</b> (2020/04/23)</td><td>
<b>Breaking Changes</b> <b>Breaking Changes</b>
<ul> <ul>
@@ -19,7 +19,7 @@
<li>Property System: Get rid of the OM_FORCE_STATIC_CAST defines. We use the type ids to check if the cast is valid or not. This will add more type safety. </li> <li>Property System: Get rid of the OM_FORCE_STATIC_CAST defines. We use the type ids to check if the cast is valid or not. This will add more type safety. </li>
<li>Default Traits: Added DefaultTraitsDouble as a version of the default traits that uses double precision for positions and normals as well as float for colors. </li> <li>Default Traits: Added DefaultTraitsDouble as a version of the default traits that uses double precision for positions and normals as well as float for colors. </li>
<li>Default Mesh Types: Added typdefs for a Triangle Mesh and a PolyMesh which use DefaultTraitsDouble and can be used as default mesh type be the user. </li> <li>Default Mesh Types: Added typdefs for a Triangle Mesh and a PolyMesh which use DefaultTraitsDouble and can be used as default mesh type be the user. </li>
<li>Template Programming Convenience: Added n_elements which returns the number of elements corresponding to the handle type given as template argument. Also added elements and all_elements methods returning ranges of the elements corresponding to the handle type given as template argument.</li> <li>Template Programming Convenience: Added n_elements which returns the number of elements corresponding to the handle type given as template argument. Also added elements and all_elements methods returning ranges of the elements corresponding to the handle type given as template argument. See the Smart Handles Section under Tutorials in the Documentation.</li>
<li>Smart Handles: Most userfacing functions returning handles should now return smart handles instead. Smart handles know their corresponding mesh and give convenient access to mesh navigation methods. <li>Smart Handles: Most userfacing functions returning handles should now return smart handles instead. Smart handles know their corresponding mesh and give convenient access to mesh navigation methods.
<li>Smart Ranges: OpenMesh ranges now provide a few methods that simplify a few calculations. See documentation for more details. <li>Smart Ranges: OpenMesh ranges now provide a few methods that simplify a few calculations. See documentation for more details.
</ul> </ul>
@@ -53,6 +53,7 @@
<ul> <ul>
<li>Generate OpenMeshConfig.cmake (Thanks to Thibault Payet for the patch)</li> <li>Generate OpenMeshConfig.cmake (Thanks to Thibault Payet for the patch)</li>
<li>Support building on FreeBSD (Thanks to Thibault Payet for the patch)</li> <li>Support building on FreeBSD (Thanks to Thibault Payet for the patch)</li>
<li>Fixed Qt App Problems with cmake >= 3.17</li>
</ul> </ul>
</tr> </tr>