Skip to content
  1. Jul 15, 2020
    • Lioncash's avatar
      settings: Make use of std::string_view over std::string for logging · 5dbf91d7
      Lioncash authored
      In all usages of LogSetting(), string literals are provided.
      std::string_view is better suited here, as we won't churn a bunch of
      string allocations every time the settings are logged out.
      
      While we're at it, we can fold LogSetting() into LogSettings(), given
      it's only ever used there.
      5dbf91d7
  2. Jul 14, 2020
  3. Jul 13, 2020
  4. Jul 12, 2020
  5. Jul 11, 2020
Loading