1 file changed
+1
-1
lines changedSubmodule realm-core updated 59 files
- CHANGELOG.md+25-2
- Package.swift+4-1
- dependencies.list+1-1
- evergreen/config.yml+6
- src/external/IntelRDFPMathLib20U2/CMakeLists.txt+2
- src/realm/CMakeLists.txt+2
- src/realm/alloc_slab.cpp+46-44
- src/realm/alloc_slab.hpp+13-21
- src/realm/backup_restore.cpp+202
- src/realm/backup_restore.hpp+55
- src/realm/db.cpp+68-50
- src/realm/db.hpp+1
- src/realm/db_options.hpp+20-2
- src/realm/decimal128.cpp+29-230
- src/realm/decimal128.hpp-3
- src/realm/dictionary.cpp+7-6
- src/realm/group.cpp+16
- src/realm/group.hpp+19-14
- src/realm/obj.cpp+68-23
- src/realm/object-store/impl/realm_coordinator.cpp+1
- src/realm/object-store/object_accessor.hpp+1-1
- src/realm/object-store/shared_realm.hpp+3
- src/realm/object-store/util/bson/bson.cpp+3-1
- src/realm/query.cpp+7-6
- src/realm/query.hpp+2
- src/realm/query_engine.hpp+10-15
- src/realm/util/file.cpp+109-1
- src/realm/util/file.hpp+9
- src/realm/util/logger.hpp+27
- src/realm/uuid.cpp+14
- src/realm/uuid.hpp+1
- test/CMakeLists.txt-2
- test/expect_json.json+1-1
- test/expect_xjson.json+1-1
- test/expect_xjson_plus.json+1-1
- test/expected_xjson_embeddeddict1.json+1
- test/expected_xjson_linkdict1.json+1
- test/expected_xjson_linkdict2.json+1
- test/expected_xjson_linkset1.json+1
- test/expected_xjson_linkset2.json+1
- test/expected_xjson_plus_embeddeddict1.json+1
- test/expected_xjson_plus_linkdict1.json+1
- test/expected_xjson_plus_linkdict2.json+1
- test/expected_xjson_plus_linkset1.json+1
- test/expected_xjson_plus_linkset2.json+1
- test/object-store/CMakeLists.txt+7-1
- test/object-store/backup.cpp+88
- test/object-store/bson.cpp+7-5
- test/object-store/object.cpp+86
- test/object-store/test_backup-olden-and-golden.realm
- test/test_decimal128.cpp+3-5
- test/test_dictionary.cpp+6-2
- test/test_json.cpp+164-13
- test/test_query2.cpp+3-3
- test/test_transactions.cpp+1-2
- test/test_upgrade_database.cpp+176-10
- test/util/CMakeLists.txt-1
- test/util/jsmn.cpp-357
- test/util/jsmn.hpp-72
0 commit comments