aboutsummaryrefslogtreecommitdiff
path: root/pw_protobuf/CMakeLists.txt
AgeCommit message (Expand)Author
2023-03-17pw_protobuf: Add a CMake target for the field_options.protoAlexey Eremin
2023-02-08pw_protobuf: Add explicit casts for -WconversionWyatt Hepler
2023-01-11pw_protobuf: Rename Options->CodegenOptionsTom Craig
2022-11-15pw_build/cmake: Migrate pw_add_module_library -> pw_add_libraryEwout van Bekkum
2022-11-04pw_add_test: Migrate upstream pw_add_test to use PRIVATE_DEPSEwout van Bekkum
2022-09-19pw_protobuf: Use pw::InlineString for string fieldsWyatt Hepler
2022-08-10pw_protobuf_compiler: Pass all include paths to protoc pluginScott James Remnant
2022-06-29pw_span: Replace pw_polyfill.span deps with pw_spanWyatt Hepler
2022-06-13pw_bytes: Replace std::endian with pw::endianWyatt Hepler
2022-06-10pw_protobuf: Support proto3 optional fieldsScott James Remnant
2022-06-09pw_polyfill: Split up polyfill include pathsWyatt Hepler
2022-06-08pw_protobuf: Split common_protos bazel targetLeo Arvan
2022-04-08pw_protobuf: StreamEncoder and MemoryEncoder support for tablesScott James Remnant
2022-04-08pw_protobuf: Codegen message structures and test decodingScott James Remnant
2022-04-07pw_protobuf: StreamDecoder support for table-based decodingScott James Remnant
2022-04-05pw_protobuf: Support .options file alongside .protoScott James Remnant
2022-03-25pw_protobuf: Read repeated fields using pw::VectorScott James Remnant
2022-03-16pw_protobuf: Generate a StreamDecoder class for messagesScott James Remnant
2022-01-28pw_protobuf: Expand functions for calculating encoded proto sizeWyatt Hepler
2022-01-27cmake: Improve CMake support across multiple modulesEwout van Bekkum
2022-01-08pw_build: Add module configuration support for CMakeEwout van Bekkum
2021-09-13pw_protobuf: Add StreamDecoderAlexei Frolov
2021-08-02pw_protobuf: Remove old EncoderArmando Montanez
2021-05-12pw_protobuf: Encoder reworkArmando Montanez
2021-04-13pw_protobuf_compiler: Fix CMake proto depsWyatt Hepler
2021-04-06pw_protobuf: Make maximum varint size configurableAlexei Frolov
2021-02-03pw_protobuf_compiler: Avoid duplicate protobuf Python packagesWyatt Hepler
2020-11-05CMake: Support protobuf code gen; add pw_rpcWyatt Hepler