aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test/firebase
Commit message (Expand)AuthorAge
* 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
* C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* Renames in serializer to reflect recent changes (#957)Gravatar rsgowman2018-03-23
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* Change CredentialsProvider::TokenListener to use StatusOr<Token> (#945)Gravatar rsgowman2018-03-21
* Add Status and StatusOr (#935)Gravatar rsgowman2018-03-19
* port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* Fix test failures that occur during prod build (#910)Gravatar rsgowman2018-03-12
* [De]Serialize FieldValue map_values ("Objects") (#878)Gravatar rsgowman2018-03-08
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* Serialize (and deserialize) string values (#864)Gravatar rsgowman2018-02-28