dep-protobuf/protos_generator
Protobuf Team Bot 83ec410d30 Internal change
PiperOrigin-RevId: 619377672
2024-03-27 05:50:55 -07:00
..
tests Internal change 2024-03-27 05:50:55 -07:00
BUILD Breaking change: make protobuf comply with the C++ layering check 2024-01-03 15:20:05 -08: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 Automated Code Change 2024-03-11 07:36:28 -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 Reorganize upb file structure 2023-09-26 14:38:35 -07:00

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.