Commit Graph

246 Commits

Author SHA1 Message Date
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
Jan Möbius
9e3f43a6bf Workaround for strange compiler error on VS2015 Update 1 2015-12-16 10:57:15 +01:00
Jan Möbius
585298cff2 2 missing includes of cstring 2015-11-30 12:20:59 +01:00
Martin
e6967dfe8b reduced includes by means of static code analysis 2015-11-30 09:48:42 +01:00
Jan Möbius
f907bd9bd5 Switch all checks for c++11 to support vs2015 2015-11-25 13:55:19 +01:00
Hans-Christian Ebke
201dee45fb HeapT: New optimization should compile in C++98 as well... 2015-11-23 21:16:34 +01:00
Hans-Christian Ebke
422b3dc62e Tweaks to HeapT.hh. 2015-11-23 20:50:48 +01:00
Jan Möbius
f0c20b4493 Removed fixbundle calls if not building apps.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1314 fdac6126-5c0c-442c-9429-916003d36597
2015-07-24 10:09:33 +00:00
Jan Möbius
ac23cb90bb Fixed warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1301 fdac6126-5c0c-442c-9429-916003d36597
2015-06-25 10:45:05 +00:00
Jan Möbius
d5c2ea433a missing typename
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1300 fdac6126-5c0c-442c-9429-916003d36597
2015-06-25 09:25:57 +00:00
Jan Möbius
6fe4849378 Fixed warning
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1299 fdac6126-5c0c-442c-9429-916003d36597
2015-06-25 09:08:02 +00:00
Jan Möbius
af0ad80a97 Rduce int to float conversions
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1297 fdac6126-5c0c-442c-9429-916003d36597
2015-06-23 13:46:07 +00:00
Matthias Möller
8c11800eea fix mesh write on 64-bit systems
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1280 fdac6126-5c0c-442c-9429-916003d36597
2015-06-09 09:45:06 +00:00
Jan Möbius
ffb2576776 Move to omerr
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1279 fdac6126-5c0c-442c-9429-916003d36597
2015-06-09 09:42:12 +00:00