- Dec 12, 2018
-
-
- Nov 20, 2018
-
-
Tomáš Oberhuber authored
-
- Oct 04, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 29, 2018
-
-
Jakub Klinkovský authored
According to benchmarks, there is practically no difference in performance. Only explicit unrolling is helpful, but that has been implemented for the general algorithm in Reduction::reduce as well.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Now that error handling is done via exceptions, the return value is free for more sensible things.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 28, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The method was either returning true or throwing an exception, so it can simply return void or throw an exception.
-
Jakub Klinkovský authored
-
- Sep 27, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 20, 2018
-
-
Jakub Klinkovský authored
-
- Sep 19, 2018
-
-
Jakub Klinkovský authored
-
- Sep 15, 2018
-
-
Jakub Klinkovský authored
The original was simpler/more readable and we require GCC 5.0 now. This reverts commit d920a278.
-
- Sep 11, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
This is closer to value_type which is used in STL containers.
-
Jakub Klinkovský authored
It has not been implemented in the past decade so it can be safely assumed that it is useless.
-
- Sep 08, 2018
-
-
Jakub Klinkovský authored
-
- Sep 07, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
- Replaced Constants.h with std::numeric_limits, see also https://jlk.fjfi.cvut.cz/gitlab/mmg/tnl-dev/issues/3 - Made the initialValue method of reduction opeerations static and constexpr.
-
- Sep 06, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 05, 2018
-
-
Jakub Klinkovský authored
Also added missing 'const' to the getMemoryElement method for host.
-
Jakub Klinkovský authored
[skip ci]
-
Jakub Klinkovský authored
They are virtual, currently not needed and only complicate things.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-