dep-protobuf/hpb_generator
Jason Aragorn Tobias Lunn 7875e9179e Enable Edition 2026 for protoc
PiperOrigin-RevId: 944862281
2026-07-08 20:43:19 -07:00
..
tests Emit Kythe metadata pragma in generated HPB headers 2026-06-17 09:07:57 -07:00
BUILD Add Kythe indexing support to HPB proto in C++ 2026-06-10 11:24:41 -07:00
context.h Automated Code Change 2026-06-22 22:29:57 -07:00
gen_accessors.cc Add Kythe indexing support to HPB proto in C++ 2026-06-10 11:24:41 -07: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 Second batch of ignored return value fixes; caught an off-by-one bounds check in the JSON benchmark 2026-06-29 19:45:53 -07:00
gen_messages.h internal change 2025-09-03 09:00:38 -07:00
gen_repeated_fields.cc Add Kythe indexing support to HPB proto in C++ 2026-06-10 11:24:41 -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 Emit Kythe metadata pragma in generated HPB headers 2026-06-17 09:07:57 -07:00
generator.h Enable Edition 2026 for protoc 2026-07-08 20:43:19 -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.