Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
6b8587fc
Commit
6b8587fc
authored
Sep 27, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated changelog
parent
03c35391
Pipeline
#2904
passed with stage
in 22 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
Doc/changelog.docu
Doc/changelog.docu
+23
-0
No files found.
Doc/changelog.docu
View file @
6b8587fc
...
...
@@ -13,6 +13,7 @@
<ul>
<li>Fixed type pun warning with gcc-6</li>
<li>Fixed incorrect type of hash function for boost causing a warning with clang</li>
<li>gcc 4.7 fix</li>
</ul>
<b>IO</b>
...
...
@@ -20,15 +21,37 @@
<li>STL Reader: Identify stl files containing solid keyword as ASCII type</li>
</ul>
<b>Utils</b>
<ul>
<li>PropertyManager: Add C++11 range-based set_range() version.</li>
<li>PropertyManager: Add initializing createIfNotExists() versions.</li>
</ul>
<b>General</b>
<ul>
<li>Fixed undefined MSVC macro warning (Thanks to Xan for the patch)</li>
</ul>
<b>Python</b>
<ul>
<li>Added link directories and log file to build system</li>
<li>Made member function pointer types explicit. This gets rid of a preprocessor conditional and prevents bug in msvc.</li>
</ul>
<b>Unittests</b>
<ul>
<li>Added unittest to trigger gcc alignment bug</li>
</ul>
<b>Documentation</b>
<ul>
<li>Updated documentation of BaseKernel's property functions to hint at PropertyManager.</li>
</ul>
<b>Build System</b>
<ul>
<li>Removed unnecessary include dir from Core Cmakelist (Thanks to Xan for the patch)</li>
<li>Added a little safeguard against GCC optimizer bug to CMakeLists.txt</li>
</ul>
</tr>
...
...
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