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. Aug 11, 2016
  3. Aug 10, 2016
  4. Jul 27, 2016
  5. Jul 20, 2016
  6. Jul 19, 2016
  7. Jul 17, 2016
  8. Jul 16, 2016
  9. Dec 20, 2015
  10. Nov 24, 2015
  11. Sep 17, 2015
  12. Sep 10, 2015
  13. Sep 09, 2015
  14. Sep 08, 2015
  15. Sep 06, 2015
  16. Sep 05, 2015
  17. Sep 03, 2015
  18. Aug 31, 2015
  19. Aug 30, 2015
  20. Aug 29, 2015
  21. Aug 26, 2015
  22. Aug 25, 2015
  23. Aug 23, 2015
  24. Aug 21, 2015
  25. Aug 20, 2015
  26. Aug 18, 2015
  27. Aug 16, 2015
  28. Aug 15, 2015
  29. Mar 21, 2014
  30. Mar 20, 2014
  31. Mar 19, 2014
  32. Mar 17, 2014
  33. Mar 16, 2014
  34. Mar 13, 2014
  35. Mar 09, 2014
  36. Mar 07, 2014
Loading