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