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