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