File tree
5 files changed
+138
-4
lines changed- couchbase-lite-core-sys
- couchbase-lite
- src
- tests
5 files changed
+138
-4
lines changedSubmodule couchbase-lite-core updated 61 files
- C/c4.def+1
- C/c4.exp+1
- C/c4.gnu+2-1
- C/c4Base.cc-1
- C/c4DocEnumerator.cc+22-59
- C/include/c4DocEnumerator.h+2-3
- C/include/c4Replicator.h+7-4
- C/scripts/c4.txt+2
- C/tests/c4DatabaseEncryptionTest.cc+4-3
- C/tests/c4QueryTest.cc+86-2
- C/tests/cmake/platform_linux.cmake+2-1
- CMakeLists.txt+12-9
- LiteCore/Database/Database.cc+1
- LiteCore/Database/Upgrader.cc+2-2
- LiteCore/Query/Query.hh+13-4
- LiteCore/Query/QueryParser.cc+17-2
- LiteCore/Query/QueryParser.hh+1
- LiteCore/Query/QueryParserTables.hh+4-3
- LiteCore/Query/SQLiteDataFile+Indexes.cc+5-1
- LiteCore/Query/SQLiteFleeceFunctions.cc+12
- LiteCore/Query/SQLiteKeyStore+Indexes.cc+20
- LiteCore/Query/SQLiteN1QLFunctions.cc+28-2
- LiteCore/Query/SQLiteQuery.cc+26-9
- LiteCore/Storage/DataFile+Shared.hh+2-2
- LiteCore/Storage/KeyStore.hh+1
- LiteCore/Storage/RecordEnumerator.cc+10-18
- LiteCore/Storage/RecordEnumerator.hh+17-8
- LiteCore/Storage/SQLiteChooser.c+4
- LiteCore/Storage/SQLiteDataFile.cc+74-12
- LiteCore/Storage/SQLiteDataFile.hh+16-1
- LiteCore/Storage/SQLiteEnumerator.cc+42-14
- LiteCore/Storage/SQLiteKeyStore.cc+32-1
- LiteCore/Storage/SQLiteKeyStore.hh+11-2
- LiteCore/Storage/UnicodeCollator.cc+59-2
- LiteCore/Storage/UnicodeCollator.hh+10-1
- LiteCore/Storage/UnicodeCollator_ICU.cc-1
- LiteCore/Storage/UnicodeCollator_winapi.cc+1-1
- LiteCore/Support/SequenceSet.hh+18-10
- LiteCore/Support/StringUtil.cc+38-13
- LiteCore/Support/StringUtil.hh+7
- LiteCore/tests/DataFileTest.cc+12-1
- LiteCore/tests/cmake/platform_linux.cmake+17-4
- Replicator/DBAccess.cc+3-1
- Replicator/DBAccess.hh+1-1
- Replicator/IncomingRev.cc+1-1
- Replicator/Pusher+DB.cc+1-1
- Replicator/Pusher.cc+29-3
- Replicator/Pusher.hh+9-9
- Replicator/Replicator.cc+170-91
- Replicator/Replicator.hh+14-3
- Replicator/ReplicatorOptions.hh+1-1
- Replicator/ReplicatorTypes.hh+1
- Replicator/c4Replicator.hh+15-5
- Replicator/tests/ReplicatorAPITest.cc+65-7
- Replicator/tests/ReplicatorLoopbackTest.cc+8-5
- Xcode/xcconfigs/Project.xcconfig+2-1
- build_cmake/scripts/test_unix.sh-1
- cmake/platform_linux_desktop.cmake+35-14
- cmake/platform_unix.cmake+3-2
- vendor/BLIP-Cpp+1-1
- vendor/fleece+1-1
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
85 | 94 |
| |
86 | 95 |
| |
87 | 96 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
207 | 211 |
| |
208 | 212 |
| |
209 | 213 |
| |
|
Lines changed: 34 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
42 | 73 |
| |
43 | 74 |
| |
44 | 75 |
| |
|
Lines changed: 90 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + |
0 commit comments