aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test
Commit message (Expand)AuthorAge
* Port Query::testNaNFilter() from java (#1549)Gravatar rsgowman2018-07-18
* Port PrimitiveValueTest test for core::Query (#1530)Gravatar rsgowman2018-07-17
* Initial (incomplete) implementation of f:f:core::Filter (#1495)Gravatar rsgowman2018-07-13
* Fix Firestore when compiled with Xcode 8.3 (#1519)Gravatar Gil2018-07-11
* Fix Firestore source errors under VS2017 (#1515)Gravatar Gil2018-07-11
* C++ migration: add a C++ implementation of `FSTExponentialBackoff` (#1465)Gravatar Konstantin Varlamov2018-07-10
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
* Add support for NoDocument in the local serializer (#1484)Gravatar rsgowman2018-07-03
* Initial (incomplete) implementation of f:f::core::Query (#1471)Gravatar rsgowman2018-06-29
* Install googletest (#1461)Gravatar Gil2018-06-26
* Fix a few implicit converstion warnings (#1439)Gravatar rsgowman2018-06-22
* Initial creation of the local serializer. (#1415)Gravatar rsgowman2018-06-21
* Hookup serializer_test.cc to the xcode based test suite (#1343)Gravatar rsgowman2018-06-18
|\
* | Create Status objects from errno (#1374)Gravatar Gil2018-06-12
| * Merge remote-tracking branch 'origin/master' into rsgowman/protobuf_cppGravatar Rich Gowman2018-06-12
| |\ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into rsgowman/protobuf_cppGravatar Rich Gowman2018-06-12
| |\
* | | Force refresh token if RPC fails with "Unauthenticated" error (#1373)Gravatar Konstantin Varlamov2018-06-07
* | | Fix support scripts on Linux (#1385)Gravatar Gil2018-06-06
* | | Fix undefined behaviour in test. (#1381)Gravatar rsgowman2018-06-05
* | | Add pathname manipulation utilities (#1376)Gravatar Gil2018-06-05
| |/ |/|
* | 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