Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
4b322f79
Commit
4b322f79
authored
Nov 11, 2015
by
Jan Möbius
Browse files
Switched Release version to 5.0 and updated changelog
parent
7a2f9710
Changes
5
Hide whitespace changes
Inline
Side-by-side
Doc/changelog.docu
View file @
4b322f79
...
...
@@ -7,7 +7,7 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>
4.2
</b> (?/?/?)</td><td>
<tr valign=top><td><b>
5.0
</b> (?/?/?)</td><td>
<b>General</b>
<ul>
...
...
@@ -19,6 +19,14 @@
<li>Fixed bug where range iterators contained an invalid element when the range was empty</li>
<li>Reintroduced and polished the StatusSet API (Thanks to Martin Marinov)</li>
<li>More efficient implementation of opposite_halfedge_handle (Less instructions required)</li>
<li>PolyMeshes: More robust algorithm for computing surface normals (Fixes bad normals on concave polygons)</li>
</ul>
<b>VectorT</b>
<ul>
<li>Modernized VectorT constructors for C++11 (Less redundancy, make some of the VectorT constructors constexpr)</li>
<li>C++11: Added _htmlColor literal operator.</li>
<li>C++11: Added explicit static_cast along with static SFINAE checks to VectorT constructor.</li>
</ul>
<b>IO</b>
...
...
README.md
View file @
4b322f79
# OpenMesh,
4.2
# OpenMesh,
5.0
## Getting OpenMesh
...
...
VERSION
View file @
4b322f79
VERSION=
4.2
MAJOR=
4
MINOR=
2
VERSION=
5.0
MAJOR=
5
MINOR=
0
PATCH=0
ID=OPENMESH
cmake/FindOpenMesh.cmake
View file @
4b322f79
...
...
@@ -63,6 +63,7 @@ IF (NOT OPENMESH_FOUND)
"
${
CMAKE_SOURCE_DIR
}
/OpenMesh/src/OpenMesh"
"
${
CMAKE_SOURCE_DIR
}
/libs_required/OpenMesh/src/OpenMesh"
"
${
CMAKE_SOURCE_DIR
}
/../OpenMesh/src/OpenMesh"
"C:/Program Files/OpenMesh 5.0"
"C:/Program Files/OpenMesh 4.2"
"C:/Program Files/OpenMesh 4.1"
"C:/Program Files/OpenMesh 4.0"
...
...
@@ -74,6 +75,9 @@ IF (NOT OPENMESH_FOUND)
"C:/Program Files/OpenMesh 2.4.1"
"C:/Program Files/OpenMesh 2.4"
"C:/Program Files/OpenMesh 2.0/include"
"C:/libs/OpenMesh 5.0"
"C:/libs/OpenMesh 4.2"
"C:/libs/OpenMesh 4.1"
"C:/libs/OpenMesh 4.0"
"C:/libs/OpenMesh 3.4"
"C:/libs/OpenMesh 3.3"
...
...
src/OpenMesh/Core/System/config.h
View file @
4b322f79
...
...
@@ -64,7 +64,8 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x40200
#define OM_VERSION 0x50000
//#define OM_VERSION 0x40200
// only defined, if it is a beta version
//#define OM_VERSION_BETA 4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment