Merge branch 'Changelog' into 'master'

Changelog



See merge request !8
This commit is contained in:
Jan Möbius
2015-10-01 16:48:26 +02:00

View File

@@ -7,7 +7,17 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>4.2</b> (?/?/?,Rev.1333)</td><td> <tr valign=top><td><b>4.2</b> (?/?/?)</td><td>
<b>General</b>
<ul>
<li>Moved repository to git</li>
</ul>
<b>Core</b>
<ul>
<li>Fixed bug where range iterators contained an invalid element when the range was empty</li>
</ul>
<b>IO</b> <b>IO</b>
<ul> <ul>
@@ -17,12 +27,15 @@
<li>PLY Writer: add custom property (with pod data type) support for binary ply files closes #2496</li> <li>PLY Writer: add custom property (with pod data type) support for binary ply files closes #2496</li>
<li>remove redundant code refs #2525</li> <li>remove redundant code refs #2525</li>
<li>Off Writer: Removed redundant code</li> <li>Off Writer: Removed redundant code</li>
<li>Made STLReader, OBJReader reuse stringstreams to improve performance</li>
</ul> </ul>
<b>Unittests</b> <b>Unittests</b>
<ul> <ul>
<li>add obj writer unittest</li> <li>add obj writer unittest</li>
<li>add unittest for write stla</li> <li>add unittest for write stla</li>
<li>Fixed bug where Some C++11 unittests were not build and used</li>
<li>Added more unittests c++11 ranges vvrange and vertexrange</li>
</ul> </ul>