Commit 08b2a96
File tree
7 files changed
+15
-7
lines changed- packages
- cinterop/src
- androidAndroidTest/kotlin/io/realm/kotlin/test
- jvm/kotlin/io/realm/kotlin/internal/interop
- nativeDarwinTest/kotlin/io/realm/kotlin/test
- nativeDarwin/kotlin/io/realm/kotlin/internal/interop
- external
- jni-swig-stub
7 files changed
+15
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
281 | 285 | | |
282 | 286 | | |
283 | 287 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
- CHANGELOG.md+64-2
- Package.swift+1-1
- dependencies.list+1-1
- doc/CHANGELOG_template.md+1-1
- src/realm.h+27-12
- src/realm/data_type.hpp-1
- src/realm/exec/CMakeLists.txt+7
- src/realm/exec/realm_enumerate.cpp+139
- src/realm/group_writer.cpp+16-8
- src/realm/mixed.hpp+19
- src/realm/object-store/c_api/conversion.hpp+4
- src/realm/object-store/c_api/realm.cpp+50-4
- src/realm/object-store/c_api/realm.hpp+44
- src/realm/object-store/c_api/sync.cpp+28-34
- src/realm/object-store/c_api/types.hpp+5-3
- src/realm/object-store/impl/deep_change_checker.cpp+5-1
- src/realm/object_id.cpp+1-1
- src/realm/object_id.hpp+2-2
- src/realm/sync/client.cpp+3-3
- src/realm/sync/subscriptions.cpp+73-82
- src/realm/sync/subscriptions.hpp+31-45
- src/realm/table.cpp+1-1
- src/realm/util/aes_cryptor.hpp+1-1
- src/realm/util/basic_system_errors.cpp+1-1
- src/realm/util/encrypted_file_mapping.cpp+25-21
- src/realm/util/encrypted_file_mapping.hpp+1-1
- src/realm/util/http.cpp+1-1
- test/CMakeLists.txt-1
- test/fuzz_tester.hpp+30-50
- test/object-store/c_api/c_api.c+3-1
- test/object-store/c_api/c_api.cpp+110-79
- test/object-store/object.cpp+32
- test/object-store/sync/flx_sync.cpp+33-35
- test/sync_fixtures.hpp+5-2
- test/test_array_sync.cpp+2-2
- test/test_compaction.cpp+1-1
- test/test_file.cpp+7
- test/test_instruction_replication.cpp+42-39
- test/test_lang_bind_helper_sync.cpp+6-6
- test/test_object_id.cpp+16-11
- test/test_server_history.cpp-84
- test/test_sync.cpp+172-169
- test/test_sync_history_migration.cpp+2-2
- test/test_sync_subscriptions.cpp+62-63
- test/test_transform.cpp+124-140
- tools/cmake/aarch64.toolchain.cmake+16
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
0 commit comments