Skip to content

Commit

Permalink
submodule update - xcode 11.4
Browse files Browse the repository at this point in the history
-Subproject commit 76901cf6f3f0da57ab742b3a9a5fc97063801fa2
+Subproject commit 09cf84429fae16df7c7f25793ed157210fa1be78
  • Loading branch information
jayahariv committed Apr 3, 2020
1 parent a2477fe commit e1fa06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/couchbase-lite-core
Submodule couchbase-lite-core updated 56 files
+38 −0 C/include/c4Replicator.h
+5 −1 C/tests/CMakeLists.txt
+1 −0 CMakeLists.txt
+21 −14 LiteCore/Query/QueryParser.cc
+4 −0 LiteCore/Query/SQLiteFleeceFunctions.cc
+31 −0 LiteCore/Query/SQLiteFleeceUtil.cc
+8 −0 LiteCore/Query/SQLiteFleeceUtil.hh
+15 −27 LiteCore/Query/SQLiteN1QLFunctions.cc
+23 −1 LiteCore/Storage/UnicodeCollator.cc
+17 −6 LiteCore/Storage/UnicodeCollator.hh
+61 −25 LiteCore/Storage/UnicodeCollator_Apple.cc
+23 −3 LiteCore/Storage/UnicodeCollator_ICU.cc
+14 −1 LiteCore/Storage/UnicodeCollator_Stub.cc
+24 −4 LiteCore/Storage/UnicodeCollator_winapi.cc
+10 −8 LiteCore/Support/FilePath.cc
+2 −2 LiteCore/Support/Logging.hh
+2 −2 LiteCore/Support/PlatformIO.cc
+2 −2 LiteCore/Support/PlatformIO.hh
+172 −46 LiteCore/Support/SequenceSet.hh
+4 −0 LiteCore/tests/CMakeLists.txt
+23 −0 LiteCore/tests/QueryTest.cc
+289 −0 LiteCore/tests/SequenceSetTest.cc
+1 −0 LiteCore/tests/cmake/platform_base.cmake
+0 −1 MSVC/mkstemp.cc
+139 −103 Replicator/Checkpoint.cc
+75 −63 Replicator/Checkpoint.hh
+452 −0 Replicator/Checkpointer.cc
+164 −0 Replicator/Checkpointer.hh
+1 −1 Replicator/CookieStore.cc
+27 −1 Replicator/DBAccess.cc
+6 −3 Replicator/DBAccess.hh
+3 −1 Replicator/IncomingBlob.cc
+1 −0 Replicator/IncomingRev.cc
+3 −1 Replicator/Inserter.cc
+14 −12 Replicator/Puller.cc
+0 −1 Replicator/Puller.hh
+77 −46 Replicator/Pusher+DB.cc
+174 −72 Replicator/Pusher.cc
+18 −12 Replicator/Pusher.hh
+0 −308 Replicator/Replicator+Checkpoints.cc
+210 −189 Replicator/Replicator.cc
+13 −35 Replicator/Replicator.hh
+17 −0 Replicator/ReplicatorOptions.hh
+7 −22 Replicator/RevFinder.cc
+0 −1 Replicator/RevFinder.hh
+3 −4 Replicator/Worker.cc
+6 −2 Replicator/Worker.hh
+2 −0 Replicator/c4Replicator.cc
+11 −1 Replicator/c4Replicator.hh
+31 −0 Replicator/tests/ReplicatorLoopbackTest.cc
+4 −2 Replicator/tests/ReplicatorLoopbackTest.hh
+16 −10 Xcode/LiteCore.xcodeproj/project.pbxproj
+1 −1 Xcode/xcconfigs/Project.xcconfig
+1 −1 cmake/platform_base.cmake
+166 −0 jenkins/build_server_win.ps1
+1 −1 vendor/fleece

0 comments on commit e1fa06e

Please sign in to comment.