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