flatbuffers/grpc/src/compiler
Anton Bobukh fb9afbafc7
[gRPC] Update the code generator for Python to produce typed handlers (#8326)
* Move `namer.h` and `idl_namer.h` to `include/codegen` so they can be reused from `grpc` dirqectory.

* [gRPC] Update the Python generator to produce typed handlers and Python stubs if requested.

* [gRPC] Document the newly added compiler flags.
2024-06-18 16:02:57 -07:00
..
BUILD.bazel [gRPC] Update the code generator for Python to produce typed handlers (#8326) 2024-06-18 16:02:57 -07:00
cpp_generator.cc [gRPC] Add new options to control the gRPC code generation. (#8298) 2024-05-15 08:17:40 -07:00
cpp_generator.h [gRPC] Add new options to control the gRPC code generation. (#8298) 2024-05-15 08:17:40 -07:00
go_generator.cc Audit and fixups for GCC and Clang (#7212) 2022-08-16 10:48:41 -07:00
go_generator.h removed BSD-3-Clause license and Zlib licenses (#7073) 2022-02-02 13:12:01 -08:00
java_generator.cc Audit and fixups for GCC and Clang (#7212) 2022-08-16 10:48:41 -07:00
java_generator.h Remove using namespace std; (#4851) 2018-08-06 12:08:49 -07:00
python_generator.cc [gRPC] Update the code generator for Python to produce typed handlers (#8326) 2024-06-18 16:02:57 -07:00
python_generator.h [gRPC] Update the code generator for Python to produce typed handlers (#8326) 2024-06-18 16:02:57 -07:00
schema_interface.h Rebased: grpc/compiler: Respect filename suffix and extension during code generation (#7414) 2022-08-07 11:32:53 -07:00
swift_generator.cc Audit and fixups for GCC and Clang (#7212) 2022-08-16 10:48:41 -07:00
swift_generator.h removed BSD-3-Clause license and Zlib licenses (#7073) 2022-02-02 13:12:01 -08:00
ts_generator.cc Audit and fixups for GCC and Clang (#7212) 2022-08-16 10:48:41 -07:00
ts_generator.h removed BSD-3-Clause license and Zlib licenses (#7073) 2022-02-02 13:12:01 -08:00