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