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