1. 08 Jul, 2021 1 commit
  2. 03 Jul, 2021 1 commit
  3. 01 Jul, 2021 1 commit
  4. 30 Jun, 2021 2 commits
  5. 28 Jun, 2021 2 commits
  6. 27 Jun, 2021 1 commit
  7. 23 Jun, 2021 1 commit
  8. 22 Jun, 2021 1 commit
  9. 17 Jun, 2021 1 commit
  10. 15 Jun, 2021 1 commit
  11. 14 Jun, 2021 2 commits
  12. 09 Jun, 2021 1 commit
  13. 08 Jun, 2021 1 commit
  14. 07 Jun, 2021 2 commits
  15. 04 Jun, 2021 2 commits
  16. 03 Jun, 2021 1 commit
  17. 02 Jun, 2021 2 commits
  18. 01 Jun, 2021 2 commits
  19. 27 May, 2021 2 commits
  20. 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
  21. 25 May, 2021 1 commit
  22. 21 May, 2021 3 commits
  23. 20 May, 2021 4 commits
  24. 19 May, 2021 1 commit
  25. 18 May, 2021 1 commit
  26. 14 May, 2021 1 commit
  27. 13 May, 2021 1 commit