protobuf/protos_generator
Protobuf Team Bot 396d661767 Add support for setting extensions with Ptr<Extension> in Upb C++ protos.
PiperOrigin-RevId: 633646216
2024-05-14 11:14:58 -07:00
..
tests Add support for setting extensions with Ptr<Extension> in Upb C++ protos. 2024-05-14 11:14:58 -07:00
BUILD Move private definitions out of //bazel 2024-04-03 01:37:51 -07:00
README.md Reorganize upb file structure 2023-09-26 14:38:35 -07:00
gen_accessors.cc upb: add a non-void typedef for upb_Message 2023-12-21 08:12:16 -08:00
gen_accessors.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_enums.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_enums.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_extensions.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_extensions.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_messages.cc Generate extension and k[FieldName]FieldNumber as constexpr int(s). 2024-05-09 09:26:57 -07:00
gen_messages.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_repeated_fields.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_repeated_fields.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_utils.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
gen_utils.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
names.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
names.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
output.cc update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
output.h update protos_generator to shortened license 2023-11-09 09:33:25 -08:00
protoc-gen-upb-protos.cc Internal change 2024-03-04 12:44:42 -08:00

README.md

protos Generator

This directory contains the generator for the protos API, an experimental C++ protobuf implementation. Most users should use the standard C++ implementation here.