aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test/firebase/firestore/model/field_value_test.cc
Commit message (Expand)AuthorAge
* Update `FieldValue` For Porting `Mutation`s to C++ (#1144)Gravatar zxu2018-04-23
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Add ObjectValue::Map alias (#967)Gravatar rsgowman2018-03-27
* [De]Serialize FieldValue map_values ("Objects") (#878)Gravatar rsgowman2018-03-08
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* Update FieldValue of type Reference (#775)Gravatar zxu2018-02-12
* Fix a number of c++ build errors (#715)Gravatar rsgowman2018-01-27
* Implement the rest of FieldValue types for C++ (#687)Gravatar zxu2018-01-25
* implement FieldValue for null, boolean, and array in C++. (#637)Gravatar zxu2018-01-17