Skip to content
Snippets Groups Projects
  1. Jan 25, 2019
  2. Sep 02, 2018
  3. Nov 13, 2017
  4. Aug 04, 2017
  5. Dec 23, 2016
  6. Oct 07, 2016
  7. 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
    • Jakub Klinkovský's avatar
      Moved solver monitor execution into separate thread · 0d003700
      Jakub Klinkovský authored
      Plus the associated revamping of the SolverStarter. Also
      ODESolverMonitor has been removed as its functionality has been merged
      into the IterativeSolverMonitor.
      0d003700
  8. Aug 08, 2016
  9. Aug 07, 2016
  10. Jul 20, 2016
  11. Jul 19, 2016
  12. Jul 16, 2016
  13. Jul 11, 2016
  14. Mar 05, 2016
  15. May 11, 2015
  16. Apr 01, 2015
  17. Jan 13, 2015
  18. Dec 15, 2014
  19. Nov 22, 2014
Loading