summaryrefslogtreecommitdiff
path: root/grpc
AgeCommit message (Expand)AuthorFilesLines
2021-04-12[TS] Add Build TS to CI jobs (#6524)Björn Harrtell4-3/+3
2021-04-05[CI] fixes buildkite (#6544)mustiikhalil1-1/+1
2021-03-25[grpc] Support latest version of grpc PoC (#6338)Jeong YunWon6-26/+46
2021-03-18[GO] Tries to add go format to the CI (#6518)mustiikhalil1-0/+36
2021-03-09Bump grpc to 1.0.0 (#6507)mustiikhalil1-1/+1
2021-02-25Working on a python example plus fixing python grpc code (#6456)mustiikhalil13-666/+401
2021-02-23[CI] Adds Code Generation tests on Github Actions (#6482)mustiikhalil1-1/+29
2021-02-20[Swift] Moves grpc example to grpc/examples (#6479)mustiikhalil7-3/+484
2021-02-20[TS] Moves grpc code to examples folder (#6476)mustiikhalil11-21/+33
2021-02-19[Go] Working on a go example plus fixing go grpc code (#6448)mustiikhalil16-54/+623
2021-02-11[CMake] Renames BUILD files (#6457)mustiikhalil1-0/+0
2021-02-10Updating working code (#6441)mustiikhalil9-288/+309
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-15fix(go_test): remove deprecated grpc call (#6183)Niels Hofmans1-1/+2
2020-10-12Bump junit from 4.12 to 4.13.1 in /grpc/tests (#6173)dependabot[bot]1-1/+1
2020-10-12Bump junit from 4.12 to 4.13.1 in /grpc (#6172)dependabot[bot]1-1/+1
2020-10-07[TS] GRPC Implementation (#6141)mustiikhalil12-2/+925
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)Shengzhe4-1/+30
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-03-16updated maven build filesv1.12.1Wouter van Oortmerssen1-0/+6
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen3-5/+5
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-5/+5
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-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy2-27/+37
2019-12-09[gRPC] Uncomment MessageBuilder (#5658)Gautham B A1-1/+2
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 Kannan5-0/+958
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey3-85/+102
2019-11-04Fixed deprecated method in GRPC Java test.Wouter van Oortmerssen1-3/+3
2019-05-31Enforce matching version in Java and C#.Wouter van Oortmerssen3-5/+5
2019-04-24Bumped version to 1.11.0v1.11.0Wouter van Oortmerssen3-5/+5
2019-02-05Removing 'using namespace' usage in test_builder (#5154)Charlie Harrison1-0/+4
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 Tambe3-45/+210
2018-10-25Fixed Java gRPC version numbers.Wouter van Oortmerssen2-2/+2
2018-10-22Use stdlib context in generated Go files (#4904)Felix Hanley2-2/+2
2018-10-18Efficient Conversion of a FlatBufferBuilder to a MessageBuilder (#4980)Sumant Tambe2-82/+245
2018-10-15disallow c style casts (#4981)Frank Benkstein1-5/+6
2018-10-03Bumped version to 1.10.1 for all languages.v1.10.0Wouter van Oortmerssen3-3/+3
2018-10-01Turn on gRPC tests in travis build (#4955)Sumant Tambe1-0/+21
2018-09-24Add FlatBufferBuilder move semantics tests to the main test suite (#4902)Sumant Tambe2-129/+168
2018-08-30Add move semantics to MessageBuilder, FlatBufferBuilder, SliceAllocator, and ...Sumant Tambe3-1/+186
2018-08-06Remove using namespace std; (#4851)Charlie Harrison1-2/+0