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