Skip to content
Snippets Groups Projects
  1. Jan 19, 2018
  2. Jan 09, 2018
  3. Jul 02, 2017
  4. May 13, 2017
  5. Apr 26, 2017
  6. Apr 22, 2017
  7. Apr 21, 2017
  8. Nov 29, 2016
  9. Nov 18, 2016
  10. 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
  11. Aug 28, 2016
  12. Aug 11, 2016
  13. Aug 10, 2016
Loading