Commit Graph

259 Commits

Author SHA1 Message Date
Jan Möbius
f68f9575ff Fixed uninitialized normal 2019-01-15 11:13:37 +01:00
Jan Möbius
b3708fa4a7 - Removed VS2008 Visual Studio files 2018-12-14 09:20:52 +01:00
Jan Möbius
9a81b465e3 Linked SmartTagger docu into main docu pages 2018-06-19 15:12:41 +02:00
Jan Möbius
9f91de0d86 Added basic unittest for smarttagger on vertices 2018-06-19 14:39:59 +02:00
Jan Möbius
a2762b0562 Moved to OpenMesh namespace 2018-06-19 14:28:24 +02:00
Jan Möbius
2cb04f9988 Changed License Header
refs #57
2018-06-19 14:21:57 +02:00
Jan Möbius
3af06b689b Copied over SmartTagger 2018-06-19 14:20:35 +02:00
Jan Möbius
ab07fbb70e - Removed old qmake .pro files (Unmaintained for a long time) 2018-04-19 12:58:13 +02:00
Christian Mattes
377562d11a Fixed last occurences of non-free-function usage (at least as far as covered by the tests). 2018-04-12 15:16:50 +02:00
Jan Möbius
9a1247cc89 More cppcheck fixes 2018-04-05 09:33:56 +02:00
Jan Möbius
9856ed02a0 Small compilation fix for MINGW64 cross-compilation 2018-01-26 13:33:24 +01:00
Jan
acb62194f4 Fixed Build on gcc-7.2 2017-10-20 17:02:49 +02:00
Max Lyon
45f3b8187d enable more c++11 features for Visual Studio 2013 2017-04-25 16:03:19 +02:00
Jan Möbius
e956bace15 Silence warnings for timer implementation 2017-02-06 13:12:04 +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
Janis Born
faa7b3cb36 release status flags after usage in MidpointT 2017-01-16 11:56:31 +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
ad32b4f5e2 typo in comment 2017-01-13 16:56:02 +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
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
3b906e5119 use double as default RealType for subdividers 2017-01-11 17:26:28 +01:00
Jan Möbius
dd91155f2c Another cast 2016-11-07 15:33:20 +01:00
Jan Möbius
c1ad9f418c Some casts 2016-11-07 15:23:49 +01:00
Jan Möbius
7175cd8c6d Several warnings 2016-11-07 15:10:23 +01:00
Jan Möbius
79ce71f2d3 Another fix 2016-11-07 15:07:19 +01:00
Jan Möbius
aec2fa2442 Merge branch 'warnings' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh into warnings 2016-11-07 15:02:15 +01:00
Jan Möbius
74ada2eac0 Warning 2016-11-07 15:02:07 +01:00
Jan Möbius
d966d44a3f More fixes including Unit tests 2016-11-07 14:52:07 +01:00
Jan Möbius
7bcc3ec1a9 Fixed typo 2016-11-07 14:31:54 +01:00
Jan Möbius
e75a70774d Next bunch of warning fixes 2016-11-07 14:30:14 +01:00
Jan Möbius
85e183ae05 Fixed VS2015 warnings 2016-11-07 14:12:29 +01:00
Jan Möbius
066272a58e Warnings 2016-10-28 14:19:20 +02:00
Jan Möbius
01ab3eeff5 Warning 2016-10-28 14:07:08 +02:00
Jan Möbius
4377803708 More warnings fixed 2016-10-28 10:44:04 +02:00
Jan Möbius
08160c1584 More warning fixes 2016-10-28 08:59:36 +02:00
Jan Möbius
d767759862 Warning in subdivider fixed 2016-10-27 14:43:29 +02:00
Jan Möbius
b7aabbd912 Fixed some warnings 2016-10-24 14:01:06 +02:00
xan
8445bad3c3 Fix undefined MSVC macro warning 2016-08-14 09:21:31 +02:00
Janis Born
e029d33c2a document that DecimaterT::decimate does not perform garbage collection on the mesh 2016-07-22 16:34:39 +02:00
Jan Möbius
ec84b4750a More MINGW compatibility changes 2016-05-30 16:26:01 +02:00
Jan Möbius
b2f3d5eac4 Several changes to make Mingw happy 2016-05-30 14:00:43 +02:00
Jan Möbius
438410786f Fixed another warning 2016-05-11 11:11:53 +02:00
Jan Möbius
196dfedbbb Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh 2016-05-11 11:11:00 +02:00
Jan Möbius
37493141b1 Fixed another warning 2016-05-11 11:10:53 +02:00
Jan Möbius
d0f26a8044 Wrong init order fixed 2016-05-11 10:22:28 +02:00
Jan Möbius
161d6fe518 Fixed more cppcheck warnings 2016-05-10 15:02:02 +02:00
Jan Möbius
afc5101cc3 Decimater: Added missing preprocess collapse call in size_t DecimaterT<Mesh>::decimate(size_t _n_collapses) (Thanks to Andrej Ivanis for the hint)
(cherry picked from commit 0dee5a6199d278ff2fb4299cf2cef67ba16ded6e)
2016-04-05 15:04:09 +02:00
Jan Möbius
c5cfef8742 Fixed Typo in cmake install for smoother (Thanks to Takashi Michikawa for the fix). 2016-01-29 08:50:21 +01:00