- Aug 05, 2019
-
-
Jakub Klinkovský authored
-
- Jul 12, 2019
-
-
Tomáš Oberhuber authored
-
- Jul 11, 2019
-
-
Tomáš Oberhuber authored
-
- Jul 07, 2019
-
-
Jakub Klinkovský authored
The lambdas add1 and add2 used the Vector copy-constructor when capturing x, which made a deep copy.
-
- Jun 14, 2019
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
-
-
-
- Apr 13, 2019
-
-
Tomáš Oberhuber authored
-
- Mar 28, 2019
-
-
Jakub Klinkovský authored
-
- Jan 25, 2019
-
-
Jakub Klinkovský authored
TNL is not supposed to have any external dependencies, so an empty config file is useless. If some marginal parts of the project (such as code for image processing) need to depend on some non-standard library, they should be split into a separate module/project so that the dependencies can be properly specified. For now, the macros are specified as compiler parameters. Client software using the affected headers will have to do the same.
-
- Dec 20, 2018
-
-
Jakub Klinkovský authored
This allows int-vectors to be multiplied by float-scalars, producing accurate int values (e.g. 4.2 * 10 == 42).
-
- Sep 29, 2018
-
-
Jakub Klinkovský authored
Now that error handling is done via exceptions, the return value is free for more sensible things.
-
- Sep 11, 2018
-
-
Jakub Klinkovský authored
-
- Sep 05, 2018
-
-
Jakub Klinkovský authored
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Mar 24, 2018
-
-
Jakub Klinkovský authored
And of course our implementation is faster ;-)
-
- 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)
-
- Jul 31, 2017
-
-
Jakub Klinkovský authored
-
- Jul 16, 2017
-
-
Tomáš Oberhuber authored
-
- Jun 21, 2017
-
-
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
-
- 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 26, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 20, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 19, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 17, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 16, 2016
-
-
Tomáš Oberhuber authored
-
- Mar 05, 2016
-
-
Tomas Sobotik authored
-