Skip to content
Snippets Groups Projects
  1. Aug 22, 2022
  2. Aug 21, 2022
  3. Aug 18, 2022
  4. Aug 04, 2022
  5. Aug 03, 2022
  6. 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
  7. Jul 27, 2022
  8. Jul 14, 2022
  9. Jul 04, 2022
  10. Jun 23, 2022
  11. Jun 22, 2022
  12. Jun 21, 2022
  13. Jun 17, 2022
Loading