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