aboutsummaryrefslogtreecommitdiff
path: root/pw_protobuf
AgeCommit message (Expand)Author
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-10-19pw_rpc: Rework C++ client; implement raw clientWyatt Hepler
2021-10-07pw_protobuf: Add enum for pw::StatusJ. Silva
2021-10-01pw_software_update: Add coarse Apply progress reportingEwout van Bekkum
2021-09-24pw_protobuf: return a mutable BytesReaderEwout van Bekkum
2021-09-22pw_rpc: Do not alias deprecated raw client namesWyatt Hepler
2021-09-21pw_software_update: Parse bundlesYecheng Zhao
2021-09-21pw_protobuf: Add TODO for Result<> migrationYecheng Zhao
2021-09-18pw_protobuf: Adds a Message class for parsingYecheng Zhao
2021-09-13pw_protobuf: Add helper for map entry writeYecheng Zhao
2021-09-13pw_protobuf: Add StreamDecoderAlexei Frolov
2021-09-11pw_protobuf: FieldKey classAlexei Frolov
2021-09-04pw_protobuf: Support WriteBytes from ReaderYecheng Zhao
2021-09-01bazel: Missing Python rulesAnthony DiGirolamo
2021-08-25pw_protobuf/encoder: Deprecate the Finalize() APIEwout van Bekkum
2021-08-25pw_protobuf: Squash docs into a single fileEwout van Bekkum
2021-08-24pw_presubmit: Add cfg+toml to sources build checkAnthony DiGirolamo
2021-08-24pw_protobuf: Fixes Python path on LUCI/presubmitNathaniel Brough
2021-08-19python: setup.py -> setup.cfgAnthony DiGirolamo
2021-08-19pw_stream: Rework the stream classesWyatt Hepler
2021-08-17Update rules_proto_grpc to latest releaseJared Weinstein
2021-08-16overall: Adding `IgnoreError()` where Status was discardedAdrien Larbanet
2021-08-13pw_rpc: Make MethodType publicWyatt Hepler
2021-08-09pw_protobuf: Fully quality encoder class namesArmando Montanez
2021-08-09pw_protobuf: Allow MemoryEncoder&->StreamEncoder&Armando Montanez
2021-08-03pw_protobuf: Update to final namesArmando Montanez
2021-08-02pw_protobuf: Remove codegen.hArmando Montanez
2021-08-02pw_protobuf: Remove old EncoderArmando Montanez
2021-07-27pw_protobuf: Deprecate old encoderArmando Montanez
2021-07-26bazel: Remove license commentsRob Mohr
2021-07-26Add Bazel support for pw_rpc/py and depsJoe Ethier
2021-07-19pw_build: Prepare for Pylint updateWyatt Hepler
2021-07-15pw_fuzzer: Adds Bazel supportNathaniel Brough
2021-06-15pw_rpc: Adds Bazel support for RPCNathaniel Brough
2021-05-25pw_protobuf: Enforce kMaxVarintSizeArmando Montanez
2021-05-24pw_status: Optionally add [[nodiscard]] to statusWyatt Hepler
2021-05-19pw_protobuf: Support codegen for StreamingEncoderArmando Montanez
2021-05-12pw_protobuf: Encoder reworkArmando Montanez
2021-05-11pw_presubmit: gn check system and generated filesWyatt Hepler
2021-05-06pw_protobuf: Add Bazel plugin targets and depsNathaniel Brough
2021-04-30pw_protobuf: Allow self-referencing protosArmando Montanez
2021-04-13pw_protobuf_compiler: Fix CMake proto depsWyatt Hepler
2021-04-06pw_protobuf: Make maximum varint size configurableAlexei Frolov
2021-03-30pw_rpc: Generate RPC definition stubs separatelyWyatt Hepler
2021-02-18pw_rpc: Documentation updateWyatt Hepler
2021-02-03pw_protobuf_compiler: Avoid duplicate protobuf Python packagesWyatt Hepler
2021-01-25pw_build: python_test_deps for Python packagesWyatt Hepler
2021-01-22pw_build: Make GN Python installation more robustWyatt Hepler
2021-01-12pw_status: Use new functions instead of variablesWyatt Hepler
2021-01-11pw_status: Replace Status::Ok() with OkStatus()Wyatt Hepler