Skip to content
Snippets Groups Projects
  1. Jan 15, 2020
  2. Jul 14, 2019
  3. Mar 08, 2019
  4. Jan 25, 2019
  5. Sep 02, 2018
  6. Nov 13, 2017
  7. Aug 04, 2017
  8. Dec 23, 2016
  9. Oct 07, 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
    • 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
  11. Aug 08, 2016
  12. Aug 07, 2016
  13. Jul 20, 2016
  14. Jul 19, 2016
  15. Jul 16, 2016
  16. Jul 11, 2016
  17. Mar 05, 2016
  18. May 11, 2015
  19. Apr 01, 2015
  20. Jan 13, 2015
  21. Dec 15, 2014
  22. Nov 22, 2014
Loading