Skip to content
Snippets Groups Projects
  1. Nov 27, 2023
  2. Oct 07, 2023
  3. Oct 06, 2023
  4. Jul 26, 2023
  5. Nov 15, 2022
  6. Nov 08, 2022
  7. Sep 15, 2022
  8. Sep 07, 2022
  9. 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
  10. Jun 23, 2022
  11. Jun 17, 2022
  12. May 27, 2022
  13. Apr 04, 2022
Loading