summaryrefslogtreecommitdiff
path: root/grpc/src/compiler
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-12C++/Go: Update gRPC related code to work with gRPC 1.3+ (#4305)Per Grön6-219/+725
2017-01-18Fix compiler warning on Visual Studio.Wouter van Oortmerssen1-2/+2
2016-12-28Fix C++ gRPC test with streaming method (#4123)CarsarSky1-3/+3
2016-12-21Go related style fixes.wvo1-3/+3
2016-12-05Support for Golang GRPC (Experimental) (#4082)Ronak Jain3-0/+501
2016-10-17Add missing include (#4052)Zhe Wang1-2/+3
2016-08-24Initial support to add other languages to flatbuffersHarsh Vardhan3-98/+144
2016-06-29Added GRPC code generator to flatc.Wouter van Oortmerssen2-0/+1349