Skip to content
Snippets Groups Projects
  1. Sep 02, 2018
  2. Aug 20, 2018
  3. Aug 16, 2018
  4. Aug 13, 2018
  5. May 05, 2018
  6. Oct 17, 2017
  7. Oct 14, 2017
  8. Jul 31, 2017
  9. Jun 21, 2017
  10. Jun 20, 2017
  11. Nov 29, 2016
  12. Nov 19, 2016
  13. Nov 11, 2016
  14. 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
  15. Sep 04, 2016
  16. Aug 29, 2016
  17. Aug 28, 2016
  18. Aug 24, 2016
  19. Aug 23, 2016
  20. Aug 11, 2016
  21. Jul 27, 2016
  22. Jul 20, 2016
Loading