aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test/firebase
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master' into rsgowman/protobuf_cppGravatar Rich Gowman2018-06-12
|\
| * Skip unknown fields while decoding BatchGetDocumentsResponse proto objects (#...Gravatar rsgowman2018-06-05
| * Build cleanup (#1375)Gravatar Gil2018-06-04
| * Skip unknown fields while decoding FieldValue proto objects. (#1354)Gravatar rsgowman2018-06-04
| * Fix Firestore compilation under Xcode < 9.2 (#1367)Gravatar Gil2018-06-01
| * Allow repeated entries in Value proto. (#1346)Gravatar rsgowman2018-05-30
| * Handle deserializing BatchGetDocumentsResponse error case... (#1344)Gravatar rsgowman2018-05-29
| * "Handle" BatchGetDocumentsResponse.transaction (by ignoring it) (#1318)Gravatar rsgowman2018-05-28
|/
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
* Deserialize NoDocument instances (#1311)Gravatar rsgowman2018-05-23
* Reimplement C++ logging (#1313)Gravatar Gil2018-05-23
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* Add namespace alias for v1beta1 (#1310)Gravatar rsgowman2018-05-22
* Firestore project fixes (#1301)Gravatar Gil2018-05-22
* [De]serialize non-empty Document instances (#1284)Gravatar rsgowman2018-05-22
* Add a C++ native StringFormat (#1289)Gravatar Gil2018-05-21
* [De]serialize empty Document instances (#1262)Gravatar rsgowman2018-05-15
* Firestore C++: make FSTDispatchQueue delegate to C++ implementation (#1240)Gravatar Konstantin Varlamov2018-05-11
* Firestore C++: quick fix for flaky tests in AsyncQueue and Executor (#1245)Gravatar Konstantin Varlamov2018-05-10
* Firestore C++: add missing tests for Executor (#1247)Gravatar Konstantin Varlamov2018-05-10
* Add missing tests to the Firestore project (#1254)Gravatar Gil2018-05-09
* [De]serialize Timestamps via the remote Serializer (#1233)Gravatar rsgowman2018-05-09
* Firestore C++: in AsyncQueue, use steady_clock instead of system_clock. (#1246)Gravatar Konstantin Varlamov2018-05-09
* Firestore C++: compile ExecutorLibdispatch in Objective-C++ mode (#1237)Gravatar Konstantin Varlamov2018-05-08
* C++ migration: add AsyncQueue, the C++ version of FSTDispatchQueue (#1176)Gravatar Konstantin Varlamov2018-05-07
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* [De]serialize DocumentKeys via the remote Serializer (#1212)Gravatar rsgowman2018-05-04
* Add Immutable SortedSet in C++ (#1206)Gravatar Gil2018-05-02
* Minor test naming fixup (#1209)Gravatar rsgowman2018-05-02
* Add error handler for serializer (for deserializing cases) (#1181)Gravatar rsgowman2018-05-01
* Define a general hashing utility in C++ (#1195)Gravatar Gil2018-05-01
* Add key-only projections to immutable C++ maps (#1166)Gravatar Gil2018-04-24
* Implement erase in C++ immutable maps (#1158)Gravatar Gil2018-04-24
* Adjust serializer test to verify via libprotobuf. (#1039)Gravatar rsgowman2018-04-24
* Update `FieldValue` For Porting `Mutation`s to C++ (#1144)Gravatar zxu2018-04-23
* Implement find-related methods on C++ immutable maps (#1145)Gravatar Gil2018-04-20
* Implement iterators for our immutable maps (#1132)Gravatar Gil2018-04-19
* Implement TreeSortedMap::insert (#1081)Gravatar Gil2018-04-17
* Array Transforms public API and parsingGravatar Michael Lehenbauer2018-04-13
* Port `Precondition` to C++ (#1040)Gravatar zxu2018-04-12
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Make it easier to consume sub-libraries within util (#1065)Gravatar Gil2018-04-10
* Port FieldTransform to C++ (#1033)Gravatar zxu2018-04-10
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Add error handling for serializer (for serializing case only) (#991)Gravatar rsgowman2018-04-05
* Port transform operations to C++ (#1020)Gravatar zxu2018-04-05
* port FieldMask to C++ (#998)Gravatar zxu2018-04-04
* C++ migration: fix some Timestamp tests failing on Linux. (#999)Gravatar Konstantin Varlamov2018-03-29
* Initial TreeSortedMap and SortedMap in C++ (#980)Gravatar Gil2018-03-29
* Add ObjectValue::Map alias (#967)Gravatar rsgowman2018-03-27