- Sep 05, 2024
-
- Sep 04, 2024
-
-
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).
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Fix two Cppcheck warnings (constVariablePointer)
-
- Jun 16, 2024
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Make variables more local, especially move them into for loops. Fixes four Cppcheck warnings (variableScope, redundantAssignment, shadowVariable).
-
Christoph Grüninger authored
Two instances found by Cppcheck (variableScope). Reduced variable scope and put together variable declaration and initialization in surrounding code.
-
- Jun 15, 2024
-
-
Christoph Grüninger authored
Found by Cppcheck (unreachableCode).
-
- Feb 01, 2024
-
-
Oliver Sander authored
Remove code deprecated in 2.9 or earlier See merge request !233
-
- Jan 31, 2024
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-