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