- 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.
-
- Nov 16, 2023
-
-
Oliver Sander authored
Fix more cppcheck findings See merge request !228
-
Oliver Sander authored
They are only used in one single .cc file, and that is very unlikely to change.
-
Oliver Sander authored
This fixes a few warnings.
-
Oliver Sander authored
I don't think people still use that machine.
-
Missing variable found as a result of reduced variable scope
-
Cppcheck found this (duplicateConditionalAssign)
-
- Nov 07, 2023
-
-
Christoph Grüninger authored
Found by cppcheck
-
Christoph Grüninger authored
Found by cppcheck
-
Christoph Grüninger authored
It is not sure that g is set, now it will be at least NULL. Found by cppcheck
-