- Nov 10, 2016
-
-
- Oct 11, 2016
-
-
Dmitri Naumov authored
-
- Sep 05, 2016
-
-
The called getPropertyVector<T>() did not return a const reference optional, but an optional<T&>. With boost 1.61 this conversion is no longer possible. Fixes #1383
-
- Aug 16, 2016
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
# Conflicts: # MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp
-
Tom Fischer authored
-
Tom Fischer authored
# Conflicts: # MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp
-
Tom Fischer authored
-
Tom Fischer authored
[U/SimpleMeshCreation] Refactoring in tool.
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 28, 2016
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 21, 2016
-
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This avoids unnecessary copy initialization and value parameters.
-
Dmitri Naumov authored
Also remove unneeded default dtors.
-
Dmitri Naumov authored
-
- Jun 17, 2016
-
-
- Jun 14, 2016
-
-
Tom Fischer authored
-
- Jun 10, 2016
-
-
Norihiro Watanabe authored
-
- May 30, 2016
-
-
Dmitri Naumov authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Apr 06, 2016
-
-
Tom Fischer authored
-
- Mar 02, 2016
-
-
Christoph Lehmann authored
-
- Feb 26, 2016
-
-
Tom Fischer authored
-
- Feb 19, 2016
-
-
Tom Fischer authored
In the expressions "i+offset", "j+offset", ... the offset is converted to an 'unsigned int'. If the value of the offset variable is negative this leads to a very large 'unsigned int' value. The sum of i (j,...) and offset cannot be represented in type 'unsigned int'. This can be a problem.
-
- Feb 08, 2016
-
-
Karsten Rink authored
-
- Feb 03, 2016
-
-
Karsten Rink authored
-
- Feb 02, 2016
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 27, 2016
-
-
Karsten Rink authored
-