Commit Graph

1726 Commits

Author SHA1 Message Date
Jan Möbius
56e967da79 Fixed cppcheck warning 2023-08-23 11:00:36 +02:00
Jan Möbius
d53a9c99fc Use st algorithm 2023-08-23 10:50:13 +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
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
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
Qiaozhi Lei
21b4bde190 init normal with 3 scalars instead of 1 2023-08-22 10:35:29 +01: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
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
3db3606841 Merge branch 'test_emplace' into 'master'
Use emplace_back instead of push_back

See merge request OpenMesh/OpenMesh!333
2023-06-27 08:02:01 +00:00
Jan Möbius
998eec1390 Use emplace_back instead of push_back 2023-06-26 16:16:47 +02:00
Jan Möbius
e23d3f90e5 Added warning for garbage collection 2023-06-06 14:22:40 +02:00
Jan Möbius
bb6cad41c9 Merge branch 'cpp_check' into 'master'
Some more cppcheck fixes

See merge request OpenMesh/OpenMesh!331
2023-03-01 13:15:30 +00:00
Jan Möbius
11c55759f7 Updated and unified license headers 2023-03-01 13:03:33 +01:00
Jan Möbius
12e1efdb8a Some more cppcheck fixes 2023-03-01 12:58:05 +01:00
Martin Heistermann
cbf40b5c6b Fix #85: OBJ export: do not store halfedge texture coordinates of boundary halfedges 2023-03-01 10:42:50 +01:00
Jan Möbius
b1fddbcd77 Merge branch 'master' of gitlab.vci.rwth-aachen.de:OpenMesh/OpenMesh 2023-02-28 15:05:14 +01:00
Jan Möbius
7c08a066ad Fixed version number 2023-02-28 14:44:24 +01:00
Jan Möbius
af7e7183be Some cppcheck fixes 2023-02-28 12:20:22 +01:00
Jan Möbius
318d035c97 Missed two outputs 2023-02-28 09:39:52 +01:00
Jan Möbius
aad3dd0b30 Cleanup debug output 2023-02-28 09:13:26 +01:00