aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/model
Commit message (Expand)AuthorAge
* Eliminate unnecessary DocumentKey->FSTDocumentKey conversions (#1507)Gravatar Konstantin Varlamov2018-07-10
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* Add missing tests to the Firestore project (#1254)Gravatar Gil2018-05-09
* Remove final vestiges of FSTSnapshotVersion (#1253)Gravatar Gil2018-05-09
* Backport array contains / transform improvements from Web. (#1242)Gravatar Michael Lehenbauer2018-05-08
* Make BasePath hash directly as a range (#1232)Gravatar Gil2018-05-06
* Migrate FSTDocumentVersionDictionary to C++ DocumentVersionMap (#1231)Gravatar Gil2018-05-05
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* Add Immutable SortedSet in C++ (#1206)Gravatar Gil2018-05-02
* Adding mergeFields support (#1141)Gravatar Sebastian Schmidt2018-05-02
* Port `SnapshotVersion` for the rest Firestore modulo (#1185)Gravatar zxu2018-05-01
* Define a general hashing utility in C++ (#1195)Gravatar Gil2018-05-01
* Port `SnapshotVersion` for `Local` (#1182)Gravatar zxu2018-04-25
* fix a bug caught by asan failure (#1173)Gravatar zxu2018-04-24
* Update `FieldValue` For Porting `Mutation`s to C++ (#1144)Gravatar zxu2018-04-23
* Serialize array transform mutations. (#1107)Gravatar Michael Lehenbauer2018-04-17
* Implement local and server application of arrayUnion and arrayRemove transfor...Gravatar Michael Lehenbauer2018-04-16
* 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
* Port FieldTransform to C++ (#1033)Gravatar zxu2018-04-10
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Port transform operations to C++ (#1020)Gravatar zxu2018-04-05
* port FieldMask to C++ (#998)Gravatar zxu2018-04-04
* Add ObjectValue::Map alias (#967)Gravatar rsgowman2018-03-27
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* Move core/types.h to model to prevent a core -> local -> core dependency cycl...Gravatar Gil2018-03-15
* adding converters between DocumentKey (#900)Gravatar zxu2018-03-15
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* [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
* Add FieldValue.boolean_value() (#862)Gravatar rsgowman2018-02-27
* Avoid wrapping and rewrapping NSStrings when constructing DatabaseId (#833)Gravatar Gil2018-02-22
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* 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
* cmake build fixes (#770)Gravatar rsgowman2018-02-09
* Explicitly specify the default constructor to FieldPath (#773)Gravatar Gil2018-02-08
* C++ port: port FSTFieldPath and FSTResourcePath to C++ (#749)Gravatar Konstantin Varlamov2018-02-06
* Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
* Firestore DatabaseId in C++ (#727)Gravatar zxu2018-01-29
* Use fixed-sized types (#719)Gravatar Gil2018-01-28
* Fix a number of c++ build errors (#715)Gravatar rsgowman2018-01-27