Skip to content
  1. Jun 20, 2020
    • Lioncash's avatar
      gl_arb_decompiler: Avoid several string copies · 5865a108
      Lioncash authored
      Variables that are marked as const cannot have the move constructor
      invoked when returning from a function (the move constructor requires a
      non-const variable so it can "steal" the resources from it.
      5865a108
  2. Jun 19, 2020
  3. Jun 18, 2020
  4. Jun 17, 2020
  5. Jun 16, 2020
  6. Jun 15, 2020
Loading