mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
- split keyboard loading into loading KMX file into blob and then loading the keyboard processor from the blob. - deprecate `km_core_keyboard_load` - move file access next to deprecated method. This is now the only place that loads a file in Core; unit tests have some more places that load files. - introduce GTest and add unit tests for loading from blob Cherry-picked from `epic/web-core` branch. Cherry-Pick-Commit:1deaa323adCherry-Pick-Commit:59019cc8b7Cherry-Pick-Commit:bc46458368Cherry-Pick-Commit:d06aa29956Cherry-Pick-Commit:1c88166f6eCherry-Pick-Commit:069cd21ecdCherry-Pick-Commit:052ae2ec35Cherry-Pick-Commit:11a2a3ba3aPart-of: #11293 Part-of: #8093
16 lines
710 B
Text
16 lines
710 B
Text
[wrap-file]
|
|
directory = googletest-1.14.0
|
|
source_url = https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz
|
|
source_filename = gtest-1.14.0.tar.gz
|
|
source_hash = 8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7
|
|
patch_filename = gtest_1.14.0-2_patch.zip
|
|
patch_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.14.0-2/gtest_1.14.0-2_patch.zip
|
|
patch_hash = 4ec7f767364386a99f7b2d61678287a73ad6ba0f9998be43b51794c464a63732
|
|
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.14.0-2/gtest-1.14.0.tar.gz
|
|
wrapdb_version = 1.14.0-2
|
|
|
|
[provide]
|
|
gtest = gtest_dep
|
|
gtest_main = gtest_main_dep
|
|
gmock = gmock_dep
|
|
gmock_main = gmock_main_dep
|