1. 08 Jun, 2021 1 commit
  2. 07 Jun, 2021 2 commits
  3. 04 Jun, 2021 2 commits
  4. 03 Jun, 2021 1 commit
  5. 02 Jun, 2021 2 commits
  6. 01 Jun, 2021 2 commits
  7. 27 May, 2021 2 commits
  8. 26 May, 2021 1 commit
    • Greg Spencer's avatar
      Add iOS key map generation, make macOS var naming consistent with repo (#83146) · 6b087c74
      Greg Spencer authored
      This adds iOS key map generation that uses std::maps. It uses std::maps because on iOS if we use NSDictionaries, then when XCode loads the dylib, the initialization of those status NSDictionaries hasn't yet occurred, and it crashes the app. std::maps have a well-defined static behavior, and are correctly initialized.
      
      I also made the naming of variables, fields, etc. consistent for macOS. We variously had macosFoo, macOSFoo, and macOsFoo. I eliminated macOsFoo and macosFoo, since the rest of the repo uses macOSFoo for lowerCamelCase names (with only a few exceptions). I used iOSFoo for iOS.
      6b087c74
  9. 25 May, 2021 1 commit
  10. 21 May, 2021 3 commits
  11. 20 May, 2021 4 commits
  12. 19 May, 2021 1 commit
  13. 18 May, 2021 1 commit
  14. 14 May, 2021 1 commit
  15. 13 May, 2021 2 commits
  16. 11 May, 2021 4 commits
  17. 10 May, 2021 2 commits
  18. 07 May, 2021 1 commit
  19. 03 May, 2021 1 commit
  20. 02 May, 2021 1 commit
  21. 01 May, 2021 1 commit
  22. 28 Apr, 2021 1 commit
  23. 27 Apr, 2021 2 commits
  24. 24 Apr, 2021 1 commit