- Jun 18, 2024
-
-
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
-
- Jan 30, 2024
-
-
Christoph Grüninger authored
.. and its flags `FROM_BOTTOM` and `FROM_TOP`.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Jan 17, 2024
-
-
Oliver Sander authored
Remove the file ugtime.h See merge request !232
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
'true' and 'false' are just as readable.
-
Oliver Sander authored
-
Oliver Sander authored
They are not used anywhere, and if we should need timers again in the future, then the timer code from dune-common would be a better choice.
-
- Dec 30, 2023
-
-
Oliver Sander authored
It is not actually used.
-
- Dec 19, 2023
-
-
Simon Praetorius authored
Remove argument from cmake command finalize_dune_project See merge request !231
-
- Dec 18, 2023
-
-
Simon Praetorius authored
-
- Nov 29, 2023
-
-
Oliver Sander authored
Simplify the control_word handling See merge request !229
-
- Nov 28, 2023
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
The control word code has been vastly simplified, and I don't think we will need the debug code ever again.
-
Oliver Sander authored
This avoids an 'unused variable' compiler warning.
-
- Nov 24, 2023
-
-
Oliver Sander authored
That code was never enabled in Dune times. It was somehow related to matrix connections, and matrices don't exist anymore anyway.
-
Oliver Sander authored
-
- Nov 22, 2023
-
-
Oliver Sander authored
These are never used.
-
Oliver Sander authored
It is never used anywhere else.
-
Oliver Sander authored
Its values are trivial now.
-
- Nov 21, 2023
-
-
Oliver Sander authored
It is not used.
-
Oliver Sander authored
This makes the code more readable, by getting rid of numbers in the code that seem like magic until you understand what they mean. Unfortunately, this patch triggers a new warning about offsetof being only 'conditionally supported'. The code seems to work though. Apparently, the warning may go away with C++20 (see http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0545r0.html) And I still don't like the code that uses the offsetof. I may replace that by something better in the future.
-
Oliver Sander authored
-
Oliver Sander authored
This method doesn't even exist anymore. Nobody noticed the call was still there because it was hidden behind some old DEBUG flag.
-
- Nov 20, 2023
-
-
Oliver Sander authored
It is not used.
-
Oliver Sander authored
These are not used anymore. This also allows to remove a lot of global macros.
-
Oliver Sander authored
-
Oliver Sander authored
It is not used.
-