1. 18 Nov, 2022 3 commits
  2. 17 Nov, 2022 1 commit
  3. 16 Nov, 2022 4 commits
  4. 15 Nov, 2022 5 commits
  5. 14 Nov, 2022 1 commit
    • Kyle Kienapfel's avatar
      Add break for default cases · 6fa3faec
      Kyle Kienapfel authored
      Visual Studio has an option to search all files in a solution, so I
      did a search in there for "default:" looking for any missing break
      statements.
      
      I've left out default statements that return something, and that throw
      something, even if via ThrowInvalidType. UNREACHABLE leads towards throw
      
      R_THROW macro leads towards a return
      6fa3faec
  6. 13 Nov, 2022 1 commit
  7. 12 Nov, 2022 6 commits
  8. 11 Nov, 2022 12 commits
  9. 10 Nov, 2022 7 commits