Commit 01152ac
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Submodule realm-core updated 37 files
- CHANGELOG.md+10-5
- Package.swift+1-1
- dependencies.yml+2-1
- evergreen/config.yml+2-1
- src/realm.h+19-3
- src/realm/object-store/c_api/app.cpp+5
- src/realm/object-store/c_api/schema.cpp+17
- src/realm/object-store/c_api/sync.cpp+2
- src/realm/object-store/c_api/types.hpp+12
- src/realm/object-store/sync/async_open_task.cpp+19
- src/realm/object-store/sync/async_open_task.hpp+9
- src/realm/object-store/sync/sync_session.hpp+3-1
- src/realm/sync/client.cpp+55-67
- src/realm/sync/config.hpp+21-11
- src/realm/sync/noinst/client_history_impl.cpp+12
- src/realm/sync/noinst/client_history_impl.hpp+9
- src/realm/sync/noinst/client_impl_base.cpp+40-28
- src/realm/sync/noinst/client_impl_base.hpp+15-12
- src/realm/sync/noinst/pending_bootstrap_store.cpp+13-5
- src/realm/sync/noinst/pending_bootstrap_store.hpp+2-1
- src/realm/sync/noinst/protocol_codec.hpp+10-5
- src/realm/sync/protocol.hpp+22-6
- src/realm/sync/tools/apply_to_state_command.cpp+1-3
- test/object-store/CMakeLists.txt+1
- test/object-store/c_api/c_api.cpp+72-32
- test/object-store/sync/app.cpp+1-16
- test/object-store/sync/client_reset.cpp+109-19
- test/object-store/sync/flx_role_change.cpp+1.2k
- test/object-store/sync/flx_sync.cpp+74-77
- test/object-store/sync/session/progress_notifications.cpp+280-18
- test/object-store/util/sync/baas_admin_api.cpp+84-36
- test/object-store/util/sync/baas_admin_api.hpp+12-5
- test/object-store/util/sync/flx_sync_harness.hpp+1-1
- test/object-store/util/sync/sync_test_utils.cpp+23-17
- test/object-store/util/sync/sync_test_utils.hpp+12
- test/object-store/util/test_utils.hpp+14-2
- test/test_sync_pending_bootstraps.cpp+3-3
0 commit comments