-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert sync/win32 bits * Add changelog entry and update OS to tg/cache-schema-check * Bump assembly version * Update OS reference to point to master * Update test apps to 0.82.1 * Fix quickjournal crash * Revert "Revert sync/win32 bits" This reverts commit 75eafe0.
- Loading branch information
Showing
20 changed files
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule object-store
updated
31 files
+18 −0 | src/impl/collection_change_builder.cpp | |
+6 −0 | src/impl/collection_notifier.cpp | |
+44 −9 | src/impl/realm_coordinator.cpp | |
+3 −0 | src/impl/realm_coordinator.hpp | |
+4 −0 | src/impl/results_notifier.cpp | |
+2 −1 | src/impl/transact_log_handler.cpp | |
+1 −1 | src/list.cpp | |
+1 −1 | src/list.hpp | |
+12 −1 | src/object.cpp | |
+10 −8 | src/object.hpp | |
+2 −2 | src/object_accessor.hpp | |
+13 −8 | src/object_store.cpp | |
+3 −3 | src/results.cpp | |
+1 −1 | src/results.hpp | |
+1 −0 | src/schema.hpp | |
+2 −1 | src/shared_realm.hpp | |
+5 −5 | src/sync/impl/sync_file.cpp | |
+2 −2 | src/sync/impl/sync_file.hpp | |
+22 −21 | src/sync/sync_manager.cpp | |
+3 −0 | src/sync/sync_manager.hpp | |
+36 −23 | src/sync/sync_session.cpp | |
+27 −8 | src/sync/sync_session.hpp | |
+10 −0 | tests/collection_change_indices.cpp | |
+18 −0 | tests/list.cpp | |
+21 −2 | tests/object.cpp | |
+7 −0 | tests/realm.cpp | |
+31 −0 | tests/results.cpp | |
+485 −5 | tests/sync/session.cpp | |
+48 −23 | tests/sync/sync_manager.cpp | |
+2 −2 | tests/sync/sync_test_utils.cpp | |
+0 −3 | tests/util/event_loop.cpp |