- Jan 25, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Reimplemented Config::ConfigDescription and Config::ParameterContainer using std::vector instead of TNL::List This is much safer and simpler because it solves many problems due to cyclic inclusion of TNL headers.
-
Jakub Klinkovský authored
-
- Jan 23, 2019
-
-
Nina Džugasová authored
-
- Dec 12, 2018
-
-
Added ConfigDescription documentation and added small changes in Object, Math and ParameterContainer.
-
-
-
-
- Dec 04, 2018
-
-
Nina Džugasová authored
-
- Dec 03, 2018
-
-
Nina Džugasová authored
Added ConfigDescription documentation and added small changes in Object, Math and ParameterContainer.
-
- Nov 30, 2018
-
-
Nina Džugasová authored
-
- Nov 28, 2018
-
-
Nina Džugasová authored
-
- Nov 26, 2018
-
-
Nina Džugasová authored
-
- Nov 22, 2018
-
-
Jakub Klinkovský authored
This got broken in commit 6c4b6f28
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Jul 22, 2018
-
-
Tomáš Oberhuber authored
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
- Nov 06, 2017
-
-
Tomáš Oberhuber authored
-
- Sep 18, 2017
-
-
Vít Hanousek authored
- Add Template abstraction to MPIIsend and MPIIRecv - Distributed Grid Synchronizer is now indipendend on DOF datatype (bound to basic C types, types known by MPI) - Distributed Grid Synchronizer now uses WaitAll function.
-
- Sep 08, 2017
-
-
Vít Hanousek authored
-
- Jul 05, 2017
-
-
Jakub Klinkovský authored
-
- Jul 02, 2017
-
-
Jakub Klinkovský authored
-
- Apr 05, 2017
-
-
Vít Hanousek authored
-
- Feb 11, 2017
-
-
Tomáš Oberhuber authored
-
- Feb 08, 2017
-
-
Tomáš Oberhuber authored
-
- Feb 07, 2017
-
-
Tomáš Oberhuber authored
-
- Nov 29, 2016
-
-
Tomáš Oberhuber authored
-
- Nov 18, 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)
-
- Aug 28, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 20, 2016
-
-
Tomáš Oberhuber authored
-