- Apr 16, 2020
-
-
Jakub Klinkovský authored
-
- Apr 09, 2020
-
-
Jakub Klinkovský authored
-
- Aug 17, 2019
-
-
Jakub Klinkovský authored
This is necessary to be able to run tests in parallel.
-
- Apr 19, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Apr 11, 2019
-
-
-
-
Tomáš Oberhuber authored
-
Splitting the String examples. Adding String enum 'SplitSkipEmpty' for the method split.
-
- Jan 25, 2019
-
-
Jakub Klinkovský authored
New way of (de)serialization of objects into TNL::File using operator<< and operator>> (starting with string) This is nicer and safer (thanks to exceptions) than save/load functions. Moreover, it breaks the last cyclic dependency between TNL classes.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Return values are nicer than modifiable parameters. This also avoids the circular dependency between TNL::String and List.
-
- Dec 20, 2018
-
-
Jakub Klinkovský authored
fixes #18
-
- Dec 14, 2018
-
-
Tomáš Oberhuber authored
-
- Dec 12, 2018
-
-
-
-
-
Added tests(GetSize, GetAllocatedSize, GetString) and modified tests (SetString, replace) in StringTest.
-
Tomáš Oberhuber authored
-
- Nov 05, 2018
-
-
Nina Džugasová authored
-
- Oct 22, 2018
-
-
Nina Džugasová authored
-
- Oct 19, 2018
-
-
Nina Džugasová authored
-
- Oct 17, 2018
-
-
Nina Džugasová authored
Added tests(GetSize, GetAllocatedSize, GetString) and modified tests (SetString, replace) in StringTest.
-
Tomáš Oberhuber authored
-
- Jul 14, 2017
-
-
Jakub Klinkovský authored
-
- Jul 03, 2017
-
-
Jakub Klinkovský authored
-
- Jul 02, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 22, 2017
-
-
Jakub Klinkovský authored
-
- Jun 13, 2017
-
-
Jakub Klinkovský authored
-
- Jan 06, 2017
-
-
Jakub Klinkovský authored
The original algorithm used space as one of the separators between types in template parameter lists, so as a result "A< short int >" was parsed into a list of ("A", "short", "int").
-
- Aug 21, 2016
-
-
Tomáš Oberhuber authored
-