dep-protobuf/hpb_generator
Hong Shin 09a8d9a5e5 hpb: update null_enum.proto to edition 2024
PiperOrigin-RevId: 885178675
2026-03-17 13:24:30 -07:00
..
tests hpb: update null_enum.proto to edition 2024 2026-03-17 13:24:30 -07:00
BUILD Automated rollback of commit 733abfd86d. 2025-12-19 11:07:59 -08:00
context.h Add metadata annotations for generated Python protobuf symbols. 2026-01-06 16:05:56 -08:00
gen_accessors.cc Bug fix: Fully qualify absl and std namespace lookups in generated Protobuf code. 2026-01-23 11:53:17 -08:00
gen_accessors.h internal change 2025-09-03 09:00:38 -07:00
gen_enums.cc hpb: escape NULL enum values and types to NULL_ 2026-01-26 22:46:59 -08:00
gen_enums.h internal change 2025-09-03 09:00:38 -07:00
gen_extensions.cc hpb: escape NULL enum values and types to NULL_ 2026-01-26 22:46:59 -08:00
gen_extensions.h internal change 2025-09-02 11:42:49 -07:00
gen_messages.cc Automated Code Change 2026-02-10 05:55:47 -08:00
gen_messages.h internal change 2025-09-03 09:00:38 -07:00
gen_repeated_fields.cc internal change 2025-09-02 11:42:49 -07:00
gen_repeated_fields.h internal change 2025-09-02 11:42:49 -07:00
gen_utils.cc Add metadata annotations for generated Python protobuf symbols. 2026-01-06 16:05:56 -08:00
gen_utils.h internal change 2025-09-02 11:42:49 -07:00
generator.cc Automated rollback of commit 733abfd86d. 2025-12-19 11:07:59 -08:00
generator.h Allow built-in generators to specify an earlier maximum edition. 2025-10-09 10:19:08 -07:00
keywords.cc internal change 2025-08-27 08:32:47 -07:00
keywords.h internal change 2025-08-11 10:40:51 -07:00
names.cc Bug fix: Fully qualify absl and std namespace lookups in generated Protobuf code. 2026-01-23 11:53:17 -08:00
names.h Automated rollback of commit 733abfd86d. 2025-12-19 11:07:59 -08:00
protoc-gen-hpb.cc hpb/oss: tweak copybara hpbgencode path to point to toplvl hpb_generator. 2025-07-16 12:48:12 -07:00
README.md move upb/hpb_generator -> protobuf/compiler/hpb 2024-07-03 10:06:41 -07:00

hpb Generator

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