- Sep 15, 2018
-
-
Jakub Klinkovský authored
The original was simpler/more readable and we require GCC 5.0 now. This reverts commit d920a278.
-
- Sep 05, 2018
-
-
Jakub Klinkovský authored
Also added missing 'const' to the getMemoryElement method for host.
-
- Sep 03, 2018
-
-
Jakub Klinkovský authored
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 20, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 16, 2018
-
-
Tomáš Oberhuber authored
Implemented Array:containsOnlyValue. Restored implementation of ArrayOperations::memoryCompare on host.
-
- Aug 13, 2018
-
-
Tomáš Oberhuber authored
Implemented a method Array::checkValue which returns true only if there is an element with given value in the array.
-
- May 05, 2018
-
-
- Oct 17, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
- separate data types for input arrays of binary operations (necessary for the equality comparison of two arrays of different type) - added separate template parameter for ResultType, which defaults to the RealType (the goal is to allow sum of bool vectors into int instead of bool)
-
- Oct 14, 2017
-
-
Jakub Klinkovský authored
-
- Jul 31, 2017
-
-
Jakub Klinkovský authored
-
- Jun 21, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 20, 2017
-
-
Jakub Klinkovský authored
-
- Nov 29, 2016
-
-
Tomáš Oberhuber authored
-
- Nov 19, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Nov 11, 2016
-
-
Jakub Klinkovský authored
-
- Sep 27, 2016
-
-
Jakub Klinkovský authored
- base class with non-virtual destructor causes undefined behaviour - missing return statements at the end of non-void functions - missing const before char* function argument - reordered initialization of class members - misleading indentation after for statement - fixed use of uninitialized variables - fixed unsequenced modification and access to variables (the C++ standard does not define the evaluation order of operands, so expressions with side-effects such as j++ cause undefined behaviour)
-
- Sep 04, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 29, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 28, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 24, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 23, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 11, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 27, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 20, 2016
-
-
Tomáš Oberhuber authored
-