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