Skip to content
Snippets Groups Projects
  1. Dec 04, 2016
  2. Nov 29, 2016
  3. Nov 20, 2016
  4. Nov 19, 2016
  5. Nov 18, 2016
  6. Nov 17, 2016
  7. Nov 11, 2016
  8. Oct 12, 2016
  9. Oct 09, 2016
  10. Oct 08, 2016
  11. Oct 05, 2016
  12. Oct 03, 2016
  13. Oct 02, 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
    • Jakub Klinkovský's avatar
      Removed TimerCPU and TimerRT classes · 40dacbba
      Jakub Klinkovský authored
      40dacbba
  15. Sep 08, 2016
  16. Sep 05, 2016
  17. Sep 04, 2016
Loading