- Jan 25, 2019
-
-
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
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.
-
Jakub Klinkovský authored
They are part of POSIX so they should work on anything but Windows. This can be checked simply by a predefined macro, configuration during build is not necessary. See https://stackoverflow.com/a/4575466 for reference.
-
- Jan 08, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Dec 26, 2018
-
-
Jakub Klinkovský authored
fixes #13
-
- Dec 14, 2018
-
-
Tomáš Oberhuber authored
-
- Dec 12, 2018
-
-
- Nov 21, 2018
-
-
- Nov 19, 2018
-
-
Tomáš Oberhuber authored
-
- Oct 19, 2018
-
-
Nina Džugasová authored
-
- Oct 04, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 29, 2018
-
-
Jakub Klinkovský authored
The former has been formally deprecated for a long time and in CUDA 10.0 it is finally properly marked as deprecated, so the compiler can print warnings.
-
- Sep 28, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 20, 2018
-
-
Jakub Klinkovský authored
-
- Sep 19, 2018
-
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
- Sep 16, 2018
-
-
Jakub Klinkovský authored
- There is an RAII wrapper called ScopedInitializer to handle finalization due to C++ exceptions and to avoid calls to Finalize in all exit branches. - Fixed signature of MpiCommunicator::Init to match that of MPI_Init.
-
Jakub Klinkovský authored
-
- Sep 15, 2018
-
-
Jakub Klinkovský authored
The std::isnan method can be safely used in host code (if the compiler is not moron). There is no device code which uses isnan so the TNL::isNan function is useless. This reverts commit 0eff2f63.
-
- Sep 12, 2018
-
-
Tomáš Oberhuber authored
-
- Sep 11, 2018
-
-
Jakub Klinkovský authored
It has not been implemented in the past decade so it can be safely assumed that it is useless.
-
- Sep 09, 2018
-
-
Tomáš Oberhuber authored
-
- Sep 06, 2018
-
-
Tomáš Oberhuber authored
-
- Sep 05, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-