Commit Graph

2995 Commits

Author SHA1 Message Date
Jan Möbius
d53a9c99fc Use st algorithm 2023-08-23 10:50:13 +02:00
Jan Möbius
5512673fc4 Added missing # 2023-08-23 10:33:29 +02:00
Jan Möbius
da7f28e996 Lowerd max allowed warnings for cppcheck 2023-08-23 10:31:56 +02:00
Jan Möbius
be8d238005 Removed c style cast 2023-08-23 10:31:00 +02:00
Jan Möbius
38e5a2313b Get rid of some old c style casts 2023-08-23 10:16:01 +02:00
Jan Möbius
931368f0ba Skip unused define 2023-08-23 10:07:59 +02:00
Jan Möbius
40cdb14b6a Removed unused private function 2023-08-23 10:06:56 +02:00
Jan Möbius
a94dc3dabe more const refs 2023-08-23 10:06:40 +02:00
Jan Möbius
e7406f22fc More explicit constructors 2023-08-23 10:06:04 +02:00
Jan Möbius
45d158717a More const refs 2023-08-23 09:45:49 +02:00
Jan Möbius
43e13b6e7d Removed unused private functions 2023-08-23 09:38:27 +02:00
Jan Möbius
df85af6ade More const refs 2023-08-23 09:32:18 +02:00
Jan Möbius
5096de5e19 Explicit constructor for ExtStatusSetT 2023-08-23 09:28:18 +02:00
Jan Möbius
a1cddd860b More const refs 2023-08-23 09:28:01 +02:00
Jan Möbius
652f14afc8 Explicit constructor for heap 2023-08-23 09:21:16 +02:00
Jan Möbius
10c0d57469 Mark more variables as const 2023-08-23 09:20:55 +02:00
Jan Möbius
785cdb2f91 Simplified loop 2023-08-23 09:10:03 +02:00
Jan Möbius
a18b0d8c5a Use more references for vectors 2023-08-23 09:09:44 +02:00
Jan Möbius
6390bd2634 Renamed some traits 2023-08-23 09:09:16 +02:00
Jan Möbius
ae05c0b946 Fixed shadowed variables 2023-08-23 09:08:43 +02:00
Jan Möbius
b0cdf58d11 Lower max allowed warnings 2023-08-22 18:51:24 +02:00
Jan Möbius
335d5157aa Lowerd max allowed warnings for cppcheck 2023-08-22 16:47:17 +02:00
Jan Möbius
0182ada6ff Fixed all swap shadowing variables 2023-08-22 16:47:00 +02:00
Jan Möbius
e3bd67d6c9 Removed unused variables 2023-08-22 16:44:07 +02:00
Jan Möbius
7ac3520d4c Made constructor explicit 2023-08-22 16:41:37 +02:00
Jan Möbius
41d6176c3b Fixed cppcheck warning 2023-08-22 16:40:33 +02:00
Jan Möbius
f55975e6b5 Fixed uninitialized variable 2023-08-22 16:40:21 +02:00
Jan Möbius
418a9b7762 Correctly marked functions explicit or override 2023-08-22 15:34:45 +02:00
Jan Möbius
225dba1490 Fixed cppcheck warning shadowing swap 2023-08-22 15:34:15 +02:00
Jan Möbius
9dffc9cecb Fixed cppcheck warning shadowing swap 2023-08-22 15:33:53 +02:00
Jan Möbius
9b59627e27 Made some variables const 2023-08-22 15:33:28 +02:00
Jan Möbius
ef4230893e Fixed warning due to signed unsigned comparison 2023-08-22 15:23:43 +02:00
Jan Möbius
d81afb036b Fixed some cppcheck warnings 2023-08-22 15:20:53 +02:00
Jan Möbius
1e450579c5 Fixed warning due to signed unsigned comparison 2023-08-22 15:20:27 +02:00
Jan Möbius
1f376e2cea Some cppcheck fixes 2023-08-22 15:08:50 +02:00
Jan Möbius
ae14da24d0 Raised warning count for cppcheck 2023-08-22 15:03:05 +02:00
Jan Möbius
ff8d78415b Changesd cppcheck builder 2023-08-22 14:01:59 +02:00
Jan Möbius
08ed7dd80e Merge branch 'ambiguous-legacy-vector-constructor' into 'master'
Resolving Ambiguous Constructor Call in Legacy Vector Initialization

See merge request OpenMesh/OpenMesh!336
2023-08-22 11:54:51 +00:00
Qiaozhi Lei
21b4bde190 init normal with 3 scalars instead of 1 2023-08-22 10:35:29 +01:00
Jan Möbius
b7b0027d4b legacy vector min max should take const args 2023-08-21 14:12:54 +02:00
Jan Möbius
22475bd9d9 Merge branch 'legacy-vector-min-max-const-args' into 'master'
legacy vector min max should take const args

See merge request OpenMesh/OpenMesh!335
2023-08-21 12:09:58 +00:00
Qiaozhi Lei
f8a118b2b0 legacy vector min max should take const args 2023-08-21 10:52:02 +01:00
Daniel Savchenko
676b4d2aae Fixed: PrevHalfedge is optinal again 2023-08-18 16:03:07 +02:00
Jan Möbius
4b997fd7da Update file changelog.docu 2023-07-22 17:40:30 +00:00
Jan Möbius
00bbfd622c Merge branch 'feature/extend-meshchecker' into 'master'
Extend MeshChecker to detect more invalid configurations.

See merge request OpenMesh/OpenMesh!334
2023-07-22 17:38:41 +00:00
Martin Heistermann
6e2d5a8548 MeshChecker: rewrite a check with modern APIs, make error message more verbose. 2023-07-21 17:25:42 +02:00
Martin Heistermann
197a80bcb8 Extend MeshChecker to detect more invalid configurations. 2023-07-20 20:28:49 +02:00
Jan Möbius
85a971f6bd Fixed misleading indentation 2023-06-29 11:17:22 +02:00
Jan Möbius
ef4da2c028 Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh 2023-06-27 10:56:15 +02:00
Jan Möbius
6e389b82e6 Updated changelog 2023-06-27 10:56:06 +02:00