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