aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Protos/cpp
Commit message (Collapse)AuthorAge
* Rename nanopb generated headers from foo.pb.h to foo.nanopb.h (#1371)Gravatar rsgowman2018-06-04
| | | | | This avoids a collision with the libprotobuf generated files. Also removes the "well-known" cpp protos, relying on libprotobuf to supply these instead.
* Adjust serializer test to verify via libprotobuf. (#1039)Gravatar rsgowman2018-04-24
Previously, the tests would compare serialization results against a precomputed (via protoc) array of bytes. Now they serialize via our nanopb based class and deserialize via libprotobuf (and vice versa) and then ensure the result is the same as the input