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