1. 15 Jul, 2020 1 commit
    • 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. 14 Jul, 2020 13 commits
  3. 13 Jul, 2020 1 commit
  4. 12 Jul, 2020 22 commits
  5. 11 Jul, 2020 3 commits