aboutsummaryrefslogtreecommitdiff
path: root/pw_protobuf/codegen_message_test.cc
AgeCommit message (Expand)Author
2023-02-16pw_protobuf: Generate functions to check if messages are comparableAlexei Frolov
2023-01-26pw_protobuf: Migrate all field ID usersTom Craig
2022-11-18pw_protobuf: Stop using legacy namespace aliasesMatthias Guenther
2022-09-30pw_{containers,string}: Remove string features from pw::Vector<char>Wyatt Hepler
2022-09-16pw_protobuf: Distinguish between string and bytes fieldsWyatt Hepler
2022-09-15pw_protobuf: Move classes to the internal namespaceWyatt Hepler
2022-08-19pw_build: Build upstream Pigweed code with -WpedanticWyatt Hepler
2022-08-10pw_protobuf_compiler: Pass all include paths to protoc pluginScott James Remnant
2022-06-29pw_span: Switch from std::span to pw::spanWyatt Hepler
2022-06-21pw_protobuf: Fix names that collide with internalsMatthias Guenther
2022-06-13pw_protobuf: Don't write empty fixed sized fieldsScott James Remnant
2022-06-13pw_protobuf: Don't write empty nested messagesScott James Remnant
2022-06-10pw_protobuf: Don't encode fields with default (zero) valuesScott James Remnant
2022-06-10pw_protobuf: Support proto3 optional fieldsScott James Remnant
2022-06-09pw_protobuf: Auto-fix reserved C++ identifiersMatthias Guenther
2022-05-03pw_protobuf: Replace contents of strings and bytes when decodingScott James Remnant
2022-04-30pw_protobuf: Provide constants for buffer sizesScott James Remnant
2022-04-29pw_protobuf: Allow copying of const callbacksScott James Remnant
2022-04-29pw_protobuf: Generate kValue-style aliases for enum casesScott James Remnant
2022-04-29pw_protobuf: Check fields don't exceed message boundsScott James Remnant
2022-04-28pw_protobuf: Separate enum reading and validationScott James Remnant
2022-04-19pw_protobuf: Codegen struct Message::operator==()Scott James Remnant
2022-04-14pw_protobuf: Add missing encoding handling for non-zigzag varintsScott James Remnant
2022-04-09pw_protobuf: Add missing support for repeated enum fieldsScott James Remnant
2022-04-08pw_protobuf: StreamEncoder and MemoryEncoder support for tablesScott James Remnant
2022-04-08pw_protobuf: Codegen message structures and test decodingScott James Remnant