synchronized grpc cpp_generator with latest version as of today: grpc-1.8.1.  (#4556)

* updateed cpp_generator.cc to be compatible with the latest grpc version

* preserved the original license

* synchronized grpc cpp_generator with latest version as of today: GRPC 1.8.1. Regenerated test/monster_test.grpc.fb.* files and verified that grpctest is nicely passing

* fixed merge glitch
4 files changed
tree: 64389b61d06368085dc6af77ce2818fafc08e2fd
  1. .github/
  2. .travis/
  3. android/
  4. biicode/
  5. CMake/
  6. docs/
  7. go/
  8. grpc/
  9. include/
  10. java/
  11. js/
  12. net/
  13. php/
  14. python/
  15. reflection/
  16. samples/
  17. src/
  18. tests/
  19. .gitattributes
  20. .gitignore
  21. .travis.yml
  22. appveyor.yml
  23. biicode.conf
  24. CMakeLists.txt
  25. composer.json
  26. CONTRIBUTING.md
  27. LICENSE.txt
  28. package.json
  29. pom.xml
  30. readme.md
readme.md

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Android
  • Windows
  • MacOS X
  • Linux

Supported programming languages

  • C++
  • C#
  • C
  • Go
  • Java
  • JavaScript
  • PHP
  • Python

and many more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Integration

For applications on Google Play that integrate this tool, usage is tracked. This tracking is done automatically using the embedded version string (flatbuffer_version_string), and helps us continue to optimize it. Aside from consuming a few extra bytes in your application binary, it shouldn't affect your application at all. We use this information to let us know if FlatBuffers is useful and if we should continue to invest in it. Since this is open source, you are free to remove the version string but we would appreciate if you would leave it in.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.