Skip to content
Snippets Groups Projects
  1. Aug 19, 2022
  2. Aug 02, 2022
    • Administrator's avatar
      Add several compiler warnings · 66f89a15
      Administrator authored
      Use struct instead of class for forward declarations if the object is defined
      as struct.
      Remove unused data members, variables and parameters.
      Remove an explicite usage of std::move to allow copy ellision.
      Correct type in printf statements.
      Add missing virtual destructor in some class.
      Fix two issues where closing braces were at the wrong place.
      66f89a15
  3. Jul 27, 2022
  4. Jul 25, 2022
  5. Jul 21, 2022
  6. Jul 20, 2022
  7. Jul 18, 2022
  8. Jul 14, 2022
  9. Jul 13, 2022
  10. Jun 29, 2022
  11. Jun 14, 2022
  12. Jun 10, 2022
  13. Jun 03, 2022
  14. Jun 02, 2022
  15. Jun 01, 2022
  16. May 27, 2022
  17. May 05, 2022
Loading