aboutsummaryrefslogtreecommitdiff
path: root/pw_protobuf_compiler/proto.gni
AgeCommit message (Expand)Author
2023-10-25third_party/nanopb: Detect protoc updatesArmando Montanez
2023-06-01pw_protobuf_compiler: Allow protoc overrideIan McKellar
2023-01-25pw_protobuf: Codegen kConstantCase field enumsTom Craig
2022-10-24pw_protobuf_compiler: Add `other_deps` argument to pw_proto_libraryDmitry Kotov
2022-09-28pw_protobuf_compiler: Default python packages to include directoryAlex Deymo
2022-09-19pw_protobuf: Use pw::InlineString for string fieldsWyatt Hepler
2022-08-25python: Remove the old Python buildAnthony DiGirolamo
2022-08-23pw_protobuf_compiler: Allow nested proto packagesMatthias Guenther
2022-08-17pw_build: Fix python_metadata_depsAnthony DiGirolamo
2022-07-30pw_build: Python package fixesAnthony DiGirolamo
2022-07-19python: GN virtualenv template and requirements generatorAnthony DiGirolamo
2022-06-15pw_build: Fine tune python_runner's PYTHONPATH logicAnthony DiGirolamo
2022-04-28pw_rpc: Support pw_protobufScott James Remnant
2022-04-08pw_protobuf: Codegen message structures and test decodingScott 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
2021-10-19pw_rpc: Rework C++ client; implement raw clientWyatt Hepler
2021-08-19pw_build: Generate setup.cfg filesAnthony DiGirolamo
2021-06-11pw_protobuf_compiler: Disable include check for generated headersWyatt Hepler
2021-06-09Remove absolute paths from build command linesMichael Spang
2021-06-04pw_protobuf_compiler: Depend on Python packageWyatt Hepler
2021-05-20pw_build: Update pw_proto_library metadata filesWyatt Hepler
2021-05-17pw_rpc: Add default and move/assign constructors to ClientCallAlexei Frolov
2021-05-11pw_presubmit: gn check system and generated filesWyatt Hepler
2021-05-05pw_protobuf_compiler: Ensure nanopb_pb2.py is generatedWyatt Hepler
2021-04-29pw_build: Configurable Python and proto toolchainsWyatt Hepler
2021-04-07pw_protobuf_compiler: Use Python group for proto aliasWyatt Hepler
2021-03-24pw_protobuf_compiler: Abbreviated proto subtargetsWyatt Hepler
2021-03-18pw_build: Replace 'lint' with 'static_analysis' in pw_python_packageWyatt Hepler
2021-03-16pw_protobuf_compiler: Prevent using protoc outside default toolchainWyatt Hepler
2021-03-16pw_build: Optionally generate setup.py & nest protosWyatt Hepler
2021-03-08pw_protobuf_compiler: Merge plugin_deps into python_depsWyatt Hepler
2021-03-05pw_protobuf_compiler: Decouple proto packaging from directoryWyatt Hepler
2021-02-04pw_protobuf_compiler: Support standalone external protosWyatt Hepler
2021-02-03pw_protobuf_compiler: Avoid duplicate protobuf Python packagesWyatt Hepler
2021-01-25pw_protobuf_compiler: Protobuf type annotationsWyatt Hepler
2021-01-22pw_build: Make GN Python installation more robustWyatt Hepler
2020-12-03pw_protobuf_compiler: Python proto follow-up fixesAlexei Frolov
2020-12-02pw_protobuf_compiler: Python supportAlexei Frolov
2020-11-24pw_protobuf: Provide an Empty proto messageWyatt Hepler
2020-11-12pw_protobuf_compiler: Pass plugin pathsWyatt Hepler
2020-10-29pw_protobuf_compiler: Remove pw_protobuf_GENERATORS build argAlexei Frolov
2020-10-28pw_protobuf_compiler: Remove legacy generator targetsAlexei Frolov
2020-10-27pw_rpc: Add raw service code generationAlexei Frolov
2020-10-23pw_protobuf_compiler: Rename generated GN targetsAlexei Frolov
2020-10-22pw_rpc: Method union classAlexei Frolov
2020-10-20pw_build: Rename pw_python_script to pw_python_actionWyatt Hepler
2020-10-20pw_build: Rename python_script.gni to python_action.gniWyatt Hepler
2020-10-16pw_build: add "-Wundef" to strict_warningsEwout van Bekkum
2020-10-15BUILD.gn files: Improve import formattingWyatt Hepler