aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test
Commit message (Expand)AuthorAge
...
* 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
* replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
* Eliminate TypedValue and serialize direct from FieldValue to bytes. (#860)Gravatar rsgowman2018-02-27
* Don't build firebase_firestore_testutil_apple on non-apple platforms. (#841)Gravatar rsgowman2018-02-22
* Fix lint warnings (#840)Gravatar Gil2018-02-22
* Fix Firestore tests for M22 (#834)Gravatar Gil2018-02-22
* Avoid wrapping and rewrapping NSStrings when constructing DatabaseId (#833)Gravatar Gil2018-02-22
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* Fix trivial mem leak in the test suite (#828)Gravatar rsgowman2018-02-21
* replacing FSTGetTokenResult by C++ Token implementation (#805)Gravatar zxu2018-02-20
* Serialize (and deserialize) bool values (#791)Gravatar rsgowman2018-02-16
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Serialize and deserialize null (#783)Gravatar rsgowman2018-02-13
* Port Firestore Document to C++ (#777)Gravatar zxu2018-02-12
* Update FieldValue of type Reference (#775)Gravatar zxu2018-02-12
* C++ port: add C++ equivalent of FSTDocumentKey. (#762)Gravatar Konstantin Varlamov2018-02-09
* port Firestore SnapshotVersion in C++ (#767)Gravatar zxu2018-02-09
* port Firestore Auth module in C++ (#733)Gravatar zxu2018-02-09
* cmake build fixes (#770)Gravatar rsgowman2018-02-09
* C++ port: port FSTFieldPath and FSTResourcePath to C++ (#749)Gravatar Konstantin Varlamov2018-02-06
* Merge pull request #747 from firebase/rsgowman/nanopbGravatar rsgowman2018-02-06
|\
* | Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
| * ./style.shGravatar Rich Gowman2018-02-06
| * Hook up nanopb to firestorep projectGravatar Rich Gowman2018-02-06
|/