- Sep 24, 2024
-
-
Oliver Sander authored
Quantities like the maximum number of corners per side where previously set to the 3d value, which is much too large in 2d. Give the correct values depending on the dimension.
-
- Sep 20, 2024
-
-
Oliver Sander authored
The split is historical, and serves no purpose anymore.
-
Oliver Sander authored
Instead of in a method. That's more direct and readable.
-
Oliver Sander authored
The old implementation was over-engineered: An edge always has exactly 2 corners.
-
Oliver Sander authored
They were merely copies of the code & documentation in gm.h.
-
Oliver Sander authored
It was never actually used. ... which explains why it could be set to '0' for prisms and pyramids without causing any bad effects.
-
Oliver Sander authored
Designated initalizers are easier to read, and they allow the compiler to catch more bugs.
-
Oliver Sander authored
-
- Sep 04, 2024
-
-
Oliver Sander authored
Update to 2.11 See merge request !244
-
Oliver Sander authored
-
Oliver Sander authored
-
- Aug 29, 2024
-
-
Oliver Sander authored
Add max buffer size to printf functions See merge request !241
-
- Aug 23, 2024
-
-
Santiago Ospina De Los Ríos authored
Unbounded buffers triggers warnings in Apple clang
-
- Aug 09, 2024
-
-
Oliver Sander authored
Write a README.md file See merge request !240
-
Oliver Sander authored
To help people understand what this module is about.
-
- Aug 03, 2024
-
-
Oliver Sander authored
Mark various pointers const See merge request !239
-
- Aug 02, 2024
-
-
Christoph Grüninger authored
Found by Cppcheck (constVariablePointer)
-
Christoph Grüninger authored
Fixes Cppcheck warnings constVariablePointer
-
Christoph Grüninger authored
Found by clang-tidy (readability-non-const-parameter)
-
Christoph Grüninger authored
Found by Cppcheck (constParameterPointer).
-
- Jul 30, 2024
-
-
Christoph Grüninger authored
Improve refine.cc See merge request !238
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Add braces to help human readers
-
- Jul 13, 2024
-
-
Christoph Grüninger authored
Move many declarations into for loops.
-
Christoph Grüninger authored
Found by Cppcheck (constVariablePointer, constParameterPointer).
-
- Jul 09, 2024
-
-
Christoph Grüninger authored
Replace C array by C++ std::array where possible See merge request !237
-
- Jul 08, 2024
-
-
Christoph Grüninger authored
Without a performance penalty, std::array knows its size and offers a more modern and less error-prone interface. Found by clang-tidy (modernize-avoid-c-arrays).
-
- Jun 24, 2024
-
-
Oliver Sander authored
Reduce scope of variables, make pointer vars const See merge request !236
-
- Jun 21, 2024
-
-
Christoph Grüninger authored
Move variables into for loops. Move variable declaration closer to first use.
-
Christoph Grüninger authored
Fix mulitple Cppcheck warnings (constVariablePointer).
-
Christoph Grüninger authored
Mainly moving variable declarations into for loops. Fix a warning found by Cppcheck (variableScope).
-
Oliver Sander authored
Some fixups in refine.cc See merge request !235
-
Oliver Sander authored
Remove unreachable code, reduce some variable's scope See merge request !234
-
- Jun 18, 2024
-
-
Christoph Grüninger authored
Move variable to make them more local. Fox on more Cppcheck warning (variableScope).
-
Christoph Grüninger authored
Found by Cppcheck (unreadVariable).
-