aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/ProtobufCpp.podspec
Commit message (Collapse)AuthorAge
* Disable warnings in the protobuf-C++ codeGravatar Marek Gilbert2018-06-15
|
* Move -D flags into GCC_PREPROCESSOR_DEFINITIONSGravatar Marek Gilbert2018-06-15
|
* Hookup serializer_test.cc to the xcode based test suiteGravatar Rich Gowman2018-05-28
This involves: - building c++ libprotobuf (rather than just the obj-c version). - adding c++ libprotobuf, c++ built protos (previously created) to the *test suite* only (not to the main build). - modifying existing nanopb CFLAGS to match those that are indirectly pulled in.