File tree
3 files changed
+12
-7
lines changed- packages/realm
- bindgen/vendor
- scripts
3 files changed
+12
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
| |||
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
27 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 |
| |
29 | 34 |
| |
30 | 35 |
| |
31 | 36 |
| |
32 | 37 |
| |
33 | 38 |
| |
34 | 39 |
| |
35 |
| - | |
| 40 | + | |
36 | 41 |
| |
37 | 42 |
| |
38 | 43 |
| |
|
Submodule realm-core updated 40 files
- .github/workflows/check-pr-title.yml+22
- Android.bp+1-1
- CHANGELOG.md+49
- Jenkinsfile+2-2
- Package.swift+1-1
- dependencies.list-7
- dependencies.yml+7
- evergreen/config.yml+38-14
- evergreen/install_baas.sh+4-4
- evergreen/setup_baas_host_local.sh+2-2
- src/realm.h+16-1
- src/realm/bplustree.cpp+7-4
- src/realm/bplustree.hpp+2-1
- src/realm/collection.cpp+24-17
- src/realm/collection.hpp+5-12
- src/realm/group.hpp+10-9
- src/realm/obj.cpp+4
- src/realm/object-store/c_api/logging.cpp+26-3
- src/realm/object-store/impl/collection_notifier.cpp+6-4
- src/realm/object-store/impl/collection_notifier.hpp+1
- src/realm/object-store/impl/deep_change_checker.cpp+24-17
- src/realm/query_expression.cpp+62-63
- src/realm/query_expression.hpp+205-103
- src/realm/set.cpp+38-85
- src/realm/set.hpp+6-93
- src/realm/sync/network/network.hpp+3
- src/realm/util/logger.cpp+9
- src/realm/util/logger.hpp+1
- test/benchmark-common-tasks/main.cpp+159-13
- test/object-store/benchmarks/object.cpp+36-22
- test/object-store/c_api/c_api.cpp+12-3
- test/test_list.cpp+5-4
- test/test_parser.cpp+98-6
- test/test_query.cpp+14-4
- test/test_unresolved_links.cpp+31
- test/util/compare_groups.cpp+1-1
- tools/cmake/GetVersion.cmake+8-4
- tools/generate-version-numbers-for-soong.sh+2-3
- tools/release-init.sh+3-3
- tools/release-tag.sh+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
144 |
| - | |
| 143 | + | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 |
| - | |
| 148 | + | |
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
|
0 commit comments