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