Skip to content
Snippets Groups Projects
  1. Dec 04, 2018
  2. Dec 03, 2018
  3. Dec 01, 2018
  4. Nov 30, 2018
  5. Sep 29, 2018
  6. Sep 08, 2018
  7. Sep 05, 2018
  8. Sep 02, 2018
  9. Aug 31, 2018
  10. Jul 30, 2017
  11. Jun 25, 2017
  12. Jun 24, 2017
  13. Jun 21, 2017
  14. Apr 12, 2017
  15. Dec 23, 2016
  16. Nov 29, 2016
  17. Nov 18, 2016
  18. Nov 10, 2016
  19. Oct 05, 2016
  20. 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
  21. Sep 08, 2016
  22. Aug 29, 2016
  23. Aug 28, 2016
  24. Aug 11, 2016
  25. Aug 10, 2016
  26. Aug 01, 2016
  27. Jul 27, 2016
  28. Jul 20, 2016
  29. Jul 19, 2016
  30. Jul 17, 2016
  31. Jul 16, 2016
  32. 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
  33. Mar 15, 2016
Loading