summaryrefslogtreecommitdiff
path: root/grpc/src
AgeCommit message (Expand)AuthorFilesLines
2022-08-16Audit and fixups for GCC and Clang (#7212)Paul Harris6-58/+93
2022-08-07Rebased: grpc/compiler: Respect filename suffix and extension during code gen...Aman Priyadarshi3-11/+9
2022-08-05Revert "grpc/compiler: Respect filename suffix and extension during code gene...Derek Bailey3-9/+11
2022-08-05grpc/compiler: Respect filename suffix and extension during code generation (...Aman Priyadarshi3-11/+9
2022-07-26cpp_generator: comment out unused parameter to avoid warnings (#7381)Yasser Shalabi1-1/+1
2022-02-23Replaced ToDasherCase with ConvertCase (#7131)Derek Bailey1-20/+10
2022-02-03replace framework include of flatbuffers (#7079)Derek Bailey1-145/+133
2022-02-02removed BSD-3-Clause license and Zlib licenses (#7073)Derek Bailey10-675/+514
2022-02-01Updates swift gen licence for grpc code (#7063)mustiikhalil1-27/+10
2022-01-29Convert flatbuffers_version_string to inline function (#7046)Derek Bailey1-2/+0
2021-12-18Reverting grpc generated file suffix (#6995)Panagiotis Gourgaris1-0/+2
2021-12-09Fix typo in variable name (#6973)David Sanders1-2/+2
2021-12-02Have grpc include file with correct filename-suffix given to flatc (#6954)Panagiotis Gourgaris2-4/+4
2021-11-18Fix integer overflow warningsWouter van Oortmerssen1-1/+1
2021-06-06[C++/grpc] added hiding of unused variables in the generated code (#6677)Alexander Dzyuba1-48/+37
2021-05-20[TS/JS] Updates the grpc (#6654)mustiikhalil1-5/+8
2021-04-12[TS] Add Build TS to CI jobs (#6524)Björn Harrtell1-1/+1
2021-04-05[CI] fixes buildkite (#6544)mustiikhalil1-1/+1
2021-03-25[grpc] Support latest version of grpc PoC (#6338)Jeong YunWon1-19/+19
2021-02-25Working on a python example plus fixing python grpc code (#6456)mustiikhalil4-662/+107
2021-02-19[Go] Working on a go example plus fixing go grpc code (#6448)mustiikhalil2-53/+110
2021-02-10Updating working code (#6441)mustiikhalil1-58/+126
2021-02-04Upgrade swift grpc to alpha 24 (#6439)mustiikhalil1-103/+225
2020-11-16[Swift] Adds a format file and reformats the swift project (#6250)mustiikhalil1-38/+42
2020-10-07[TS] GRPC Implementation (#6141)mustiikhalil4-2/+536
2020-08-22Adds proper access types for swift object api & flatbuffers & grpc (#6081)mustiikhalil2-2/+3
2020-07-31[Swift] Append namespace for Swift Grpc implementation (#6049)Liu Liu2-16/+27
2020-07-21Allow to run cpp tests under grpc/tests/ using bazel. (#6040)Shengzhe1-1/+1
2020-07-20[Swift] Optional Scalars Preparation (#6028)mustiikhalil1-4/+4
2020-06-04Adds bool support in structs + updates grpc support + CI upgrades (#5943)mustiikhalil1-8/+2
2020-04-06Upgraded swift implementation for grpc (#5843)mustiikhalil1-3/+3
2020-02-24[Swift] Adds GRPC to Swift (#5758)mustiikhalil3-0/+379
2019-12-26Fix --incompatible_load_cc_rules_from_bzl (#5683)Austin Schuh1-0/+2
2019-12-23Fixed out of date licenses on gRPC Python files.Wouter van Oortmerssen4-100/+40
2019-12-02Split Bazel targets into multiple packages (#5640)bttk2-1/+90
2019-11-14Support for python grpc - continuing the work from the pull request #4270 #47...Malar Kannan4-0/+784
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey1-2/+2
2019-01-28Repair `fallthrough` was broken by d4493165 (#5115) (#5139)Vladimir Glavnyy1-5/+2
2018-11-29Fix Java generator bug that ignores bidi streaming attribute (#5063)Sumant Tambe1-8/+8
2018-10-22Use stdlib context in generated Go files (#4904)Felix Hanley1-1/+1
2018-10-15disallow c style casts (#4981)Frank Benkstein1-5/+6
2018-08-06Remove using namespace std; (#4851)Charlie Harrison1-2/+0
2018-06-27Go GRPC generator Updates - Fixes #4787 (#4797)Kapil Sharma2-3/+7
2018-02-08Misc fixes from internal integration / clang tidy.Wouter van Oortmerssen1-1/+2
2018-01-18Removed date/time from generated code, causing commit polution.Wouter van Oortmerssen1-6/+5
2017-12-28Various build fixes; update checked-in codegen. (#4572)Josh Ventura1-2/+2
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen1-2/+2
2017-12-21grpc bindings generator for Java and a few minor supporting changes i… (#4553)Yuri Finkelstein2-0/+1224
2017-12-21synchronized grpc cpp_generator with latest version as of today: grpc-1.8.1. ...Yuri Finkelstein1-73/+81
2017-12-18updated cpp_generator.cc to be compatible with the latest grpc version (#4551)Yuri Finkelstein1-213/+392