-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TMP! Update core to dt/async_open_task_fix
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule realm-core
updated
25 files
+5 −1 | Android.bp | |
+25 −1 | CHANGELOG.md | |
+75 −18 | evergreen/config.yml | |
+1 −1 | src/realm/exec/CMakeLists.txt | |
+21 −30 | src/realm/object-store/sync/async_open_task.cpp | |
+1 −4 | src/realm/object-store/sync/async_open_task.hpp | |
+50 −43 | src/realm/object-store/sync/sync_session.cpp | |
+8 −8 | src/realm/object-store/sync/sync_session.hpp | |
+13 −4 | src/realm/object-store/util/scheduler.cpp | |
+23 −34 | src/realm/parser/driver.cpp | |
+7 −6 | src/realm/sync/client.cpp | |
+1 −1 | src/realm/sync/client.hpp | |
+3 −33 | src/realm/util/thread.cpp | |
+13 −140 | src/realm/util/thread.hpp | |
+9 −9 | src/realm/util/thread_exec_guard.hpp | |
+58 −1 | test/object-store/sync/flx_sync.cpp | |
+856 −600 | test/object-store/sync/session/progress_notifications.cpp | |
+11 −28 | test/test_lang_bind_helper.cpp | |
+2 −2 | test/test_parser.cpp | |
+19 −34 | test/test_shared.cpp | |
+17 −17 | test/test_sync.cpp | |
+24 −82 | test/test_thread.cpp | |
+3 −6 | test/util/thread_wrapper.hpp | |
+4 −10 | test/util/unit_test.cpp | |
+14 −9 | tools/generate-version-numbers-for-soong.sh |