Skip to content
Snippets Groups Projects
  1. Aug 14, 2018
    • Lioncash's avatar
      common/telemetry: Migrate core-independent info gathering to common · 60f476cd
      Lioncash authored
      Previously core itself was the library containing the code to gather
      common information (build info, CPU info, and OS info), however all of
      this isn't core-dependent and can be moved to the common code and use
      the common interfaces. We can then just call those functions from the
      core instead.
      
      This will allow replacing our CPU detection with Xbyak's which has
      better detection facilities than ours. It also keeps more
      architecture-dependent code in common instead of core.
      60f476cd
    • Lioncash's avatar
      logging/backend: Use const reference to refer to log filter · bc7bfd96
      Lioncash authored
      The filter is returned via const reference, so this was making a
      pointless copy of the entire filter every time a message was being
      pushed into the logger instance.
      bc7bfd96
    • greggameplayer's avatar
      Fix BC7U · 6bfcf131
      greggameplayer authored
      6bfcf131
  2. Aug 13, 2018
  3. Aug 12, 2018
Loading