Skip to content
Snippets Groups Projects
  1. Sep 06, 2018
  2. Aug 26, 2018
  3. Aug 25, 2018
  4. Aug 24, 2018
  5. Aug 23, 2018
  6. Aug 22, 2018
  7. Jun 21, 2017
  8. Apr 26, 2017
  9. Apr 22, 2017
  10. Nov 29, 2016
  11. Oct 09, 2016
  12. Oct 07, 2016
  13. Sep 27, 2016
    • Jakub Klinkovský's avatar
      Fixed issues reported in compiler warnings · 58e7adde
      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)
      58e7adde
  14. Sep 26, 2016
  15. Aug 08, 2016
  16. Aug 07, 2016
  17. Aug 01, 2016
  18. Jul 28, 2016
  19. Jul 20, 2016
  20. Jul 19, 2016
  21. Jul 16, 2016
  22. Jun 19, 2016
  23. Jun 15, 2016
  24. Jun 14, 2016
  25. Jun 12, 2016
  26. Jun 10, 2016
  27. Jun 03, 2016
  28. May 24, 2016
    • Vít Hanousek's avatar
      Prvni Implementace Eulera na MIC. · c67ededc
      Vít Hanousek authored
      	Seriove
      	jen 2D
      	používá pomalé operace: pass to MIC, free from MIC
      
      Dále asi nepujde zkompilovat celé TNL, kvuli __cuda_callable__ == __device_callable__ a nezakrytí MIC částí kódu pomocí HAVE_MIC.
      c67ededc
  29. Apr 10, 2016
  30. Apr 01, 2016
  31. Mar 31, 2016
  32. Mar 18, 2016
Loading