1. 20 Jun, 2020 1 commit
    • 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. 19 Jun, 2020 2 commits
  3. 18 Jun, 2020 8 commits
  4. 17 Jun, 2020 9 commits
  5. 16 Jun, 2020 5 commits
  6. 15 Jun, 2020 15 commits