Fixed OpenMesh Version history
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@205 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -9,17 +9,21 @@
|
|||||||
|
|
||||||
<tr valign=top><td><b>2.0-RC4</b> (2009/?/?)</td><td>
|
<tr valign=top><td><b>2.0-RC4</b> (2009/?/?)</td><td>
|
||||||
<b>Core</b>
|
<b>Core</b>
|
||||||
|
<ul>
|
||||||
<li> Added function for direct access to property vectors</li>
|
<li> Added function for direct access to property vectors</li>
|
||||||
<li> Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.</li>
|
<li> Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<b>Readers/Writers</b>
|
<b>Readers/Writers</b>
|
||||||
|
<ul>
|
||||||
<li> Fixed reading ply files with unknown properties</li>
|
<li> Fixed reading ply files with unknown properties</li>
|
||||||
<li> Added support for texture coordinates in ply files</li>
|
<li> Added support for texture coordinates in ply files</li>
|
||||||
<li> OMFromat -> Fixed empty template parameter issue under msvc</li>
|
<li> OMFromat -> Fixed empty template parameter issue under msvc</li>
|
||||||
<li> OBJReader -> fixed loading multiple objs with material files</li>
|
<li> OBJReader -> fixed loading multiple objs with material files</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<b>Build system</b>
|
<b>Build system</b>
|
||||||
|
<ul>
|
||||||
<li> Added missing c files</li>
|
<li> Added missing c files</li>
|
||||||
<li> Build shared and static version under linux (cmake)</li>
|
<li> Build shared and static version under linux (cmake)</li>
|
||||||
<li> Added -DBUILD_APPS=OFF cmake flag to skip building of apps (cmake)</li>
|
<li> Added -DBUILD_APPS=OFF cmake flag to skip building of apps (cmake)</li>
|
||||||
@@ -29,14 +33,16 @@
|
|||||||
<li> Generate sonames under linux (cmake)</li>
|
<li> Generate sonames under linux (cmake)</li>
|
||||||
<li> Debian build dir for building Debian packages (Thanks to Jean Pierre Charalambos)</li>
|
<li> Debian build dir for building Debian packages (Thanks to Jean Pierre Charalambos)</li>
|
||||||
<li> Package generator for windows. Builds an setup file containing precompiled static libs and includes for windows.</li>
|
<li> Package generator for windows. Builds an setup file containing precompiled static libs and includes for windows.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<b>Documentation</b>
|
<b>Documentation</b>
|
||||||
|
<ul>
|
||||||
<li> Updated properties tutorial to include all request_... functions</li>
|
<li> Updated properties tutorial to include all request_... functions</li>
|
||||||
<li> Updates for build instructions</li>
|
<li> Updates for build instructions</li>
|
||||||
<li> Added Tutorial on deleting geometry</li>
|
<li> Added Tutorial on deleting geometry</li>
|
||||||
<li> Fixed Traits example</li>
|
<li> Fixed Traits example</li>
|
||||||
<li> Other minor fixes</li>
|
<li> Other minor fixes</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user