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