Skip to content
Snippets Groups Projects
  1. Sep 09, 2019
  2. Sep 04, 2019
  3. Aug 30, 2019
  4. Aug 29, 2019
  5. Mar 19, 2019
  6. Mar 15, 2019
  7. Jan 11, 2019
  8. Apr 16, 2018
  9. Mar 12, 2018
  10. Feb 11, 2018
    • Giovanni Bussi's avatar
      Fixed many warnings · 33d48ae6
      Giovanni Bussi authored
      I went through cppcheck warnings (style) and fixes those I understood.
      Mostly issues related to scope of variables.
      33d48ae6
  11. Jun 08, 2017
  12. Jun 06, 2017
  13. May 12, 2017
  14. May 11, 2017
  15. May 07, 2017
  16. May 04, 2017
  17. Apr 25, 2017
  18. Apr 21, 2017
  19. Mar 28, 2017
  20. Mar 04, 2017
  21. Feb 28, 2017
  22. Dec 09, 2016
  23. Dec 02, 2016
  24. Nov 13, 2016
  25. Oct 22, 2016
  26. Jul 29, 2016
    • Giovanni Bussi's avatar
      Fixed include order · 836d4ade
      Giovanni Bussi authored
      Given header file.h, it is good practice to have a file file.cpp
      that includes it as first header.
      
      I just fix the order of includes here. There are still several
      headers which do not have a corresponding cpp file, and also
      a few that are not included anywhere (which is obviosuly an error).
      
      I will fix them in a later commit.
      836d4ade
  27. Jun 20, 2016
  28. May 04, 2016
  29. May 02, 2016
Loading