Commit Graph

1775 Commits

Author SHA1 Message Date
Jan Möbius
705e1395b5 Merge branch 'fixOMinternal' into 'master'
added missing INCLUD_DIR variable that is set by finder but not in the simulation

See merge request !129
2017-03-15 23:23:33 +01:00
David Bommes
cc82fb7dd5 added missing INCLUD_DIR variable that is set by finder but not in the simulation 2017-03-15 15:38:50 +01:00
Jan Möbius
0411c56525 Merge branch 'fix_HalfedgeLoopCCWIter' into 'master'
Fix halfedge loop ccw iter

Closes #39

See merge request !128
2017-02-20 18:38:37 +01:00
Martin Schultz
1f331456e5 fix wrong behaviour of HalfedgeLoopIterators by changing the template parameter 2017-02-20 15:40:08 +01:00
Max Lyon
6fef88d56f fix halfedge indices in OpenMeshTrimeshCirculatorHalfedgeLoop CWAndCCWCheck 2017-02-17 18:20:46 +01:00
Jan Möbius
9d419fd6f6 Merge branch 'explicit-vector11t-ctor' into 'master'
make Vector11T converting ctor only accept at least 2 arguments

See merge request !127
2017-02-10 17:14:00 +01:00
Janis Born
0f42d48cfb make Vector11T converting ctor only accept at least 2 arguments
(hence making all single-argument ctors explicit)
2017-02-10 15:55:29 +01:00
Jan Möbius
6877007354 Merge branch 'ply_handle_extra_elements' into 'master'
adding support for additional elements in PLY files

See merge request !121
2017-02-09 10:23:39 +01:00
Jan Möbius
2f70e9a6ad Merge branch 'master' into ply_handle_extra_elements 2017-02-07 12:29:15 +01:00
Jan Möbius
7aee8c61f6 Merge branch 'fix_cpp_checks' into 'master'
Fix cpp checks

See merge request !126
2017-02-06 21:58:45 +01:00
Michael Krämer
308a280cd7 Add unit test with extra elements 2017-02-06 18:57:17 +01:00
Jan Möbius
9ba365743e Updated changelog 2017-02-06 13:19:22 +01:00
Jan Möbius
91887738ac Reduse allowed cppcheck error count 2017-02-06 13:12:41 +01:00
Jan Möbius
e956bace15 Silence warnings for timer implementation 2017-02-06 13:12:04 +01:00
Jan Möbius
a6a7322744 Merge branch 'Remove_cpp98' into 'master'
Remove cpp98

See merge request !125
2017-02-06 12:55:06 +01:00
Jan Möbius
aa6e1ece70 Merge branch 'master' into Remove_cpp98 2017-02-06 10:08:24 +01:00
Jan Möbius
aa08825075 Merge branch 'python_strip_string_fix' into 'master'
fix the stripping of the python libs version string

See merge request !122
2017-02-06 09:55:18 +01:00
Jan Möbius
825bd2a793 Merge branch 'Fix_cppcheck' into 'master'
Fixed explicit making cppcheck fail and some lineendings

See merge request !123
2017-02-06 09:55:05 +01:00
Jan Möbius
bc70351587 Allow some errors in cppcheck 2017-02-06 09:54:02 +01:00
Jan Möbius
9fbf5033b2 Allow some errors in cppcheck 2017-02-06 09:53:10 +01:00
Jan Möbius
ec50832e74 Merge branch 'master' into python_strip_string_fix 2017-02-06 09:44:14 +01:00
Jan Möbius
9c0d6cab5b Merge branch 'master' into Fix_cppcheck 2017-02-06 09:42:20 +01:00
Jan Möbius
b2db4f4d6a Merge branch 'Added_gtest-1.8' into 'master'
Updated finder to search for latest googletest as well

See merge request !124
2017-02-06 09:41:33 +01:00
Jan Möbius
fd5b60fcba Fixed explicit making cppcheck fail and some lineendings
(cherry picked from commit 25178d9dcb)
2017-02-06 09:22:25 +01:00
Jan Möbius
8712eac97d Updated finder to search for latest googletest as well 2017-02-06 09:16:49 +01:00
Michael Krämer
c23ed24aa0 return error when reaching EOF, skip reading extra elements after 'FACE' 2017-02-03 18:54:01 +01:00
Jan Möbius
bd4b1e6ffd Remove c++98 autobuilds and enable c++14 2017-02-02 14:02:28 +01:00
Jan Möbius
25178d9dcb Fixed explicit making cppcheck fail and some lineendings 2017-02-02 13:53:46 +01:00
Isaak Lim
5b9326a0dd fix the stripping of the python libs version string where
subsequent numbers after 'rc' (release candidate) were not matched correctly
2017-01-31 09:39:17 +01:00
Michael Krämer
1ae04a2284 adding support for additional elements 2017-01-20 17:39:09 +01:00
Jan Möbius
57bc372adc Merge branch 'midpoint_unittest' into 'master'
release status flags after usage in MidpointT

See merge request !120
2017-01-16 15:13:19 +01:00
Janis Born
faa7b3cb36 release status flags after usage in MidpointT 2017-01-16 11:56:31 +01:00
Jan Möbius
6b518742b4 Merge branch 'midpoint_unittest' into 'master'
Midpoint unittest

See merge request !119
2017-01-16 09:25:19 +01:00
Janis Born
ca7abc7e30 request mesh element status in MidpointT subdivision and fix a possible infinite loop 2017-01-13 17:22:06 +01:00
Janis Born
3dd0d209ff fix identation 2017-01-13 17:21:20 +01:00
Janis Born
1020e8b41a remove TriMesh test case for Midpoint subdivision 2017-01-13 16:56:29 +01:00
Janis Born
ad32b4f5e2 typo in comment 2017-01-13 16:56:02 +01:00
Jan Möbius
89df08faad Wrong type for polymesh 2017-01-13 10:24:15 +01:00
Jan Möbius
d70525af41 Polymesh version for midpoint 2017-01-13 09:46:31 +01:00
Jan Möbius
6937f3725e Added unittest for midpoint algorithm 2017-01-13 09:29:40 +01:00
Jan Möbius
b3bd58a378 Updated changelog 2017-01-13 08:44:36 +01:00
Jan Möbius
789ca69d20 Merge branch 'midpoint-subdivision' into 'master'
add Midpoint subdivision scheme

See merge request !117
2017-01-13 08:35:55 +01:00
Janis Born
e8247d6440 add documentation for MidpointT 2017-01-12 17:09:27 +01:00
Janis Born
ecb15612f1 even more C++98 compatibility 2017-01-12 15:19:18 +01:00
Janis Born
949e705082 more C++98 compatibility 2017-01-12 13:41:08 +01:00
Janis Born
3d1bf65c93 port MidpointT back to C++98 😢 2017-01-12 13:38:57 +01:00
Janis Born
50e3887abe add Midpoint uniform subdivision scheme 2017-01-11 17:27:44 +01:00
Janis Born
3179316c82 add calc_edge_midpoint methods for meshes 2017-01-11 17:27:11 +01:00
Janis Born
3b906e5119 use double as default RealType for subdividers 2017-01-11 17:26:28 +01:00
Jan Möbius
a1ee66ac2f Merge branch 'add_status_message' into 'master'
Switched warning level for google test framework

See merge request !116
2017-01-11 12:24:03 +01:00