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