Skip to content

Commit

Permalink
Bump third_party/pigweed/repo from 96665e8 to 71ba37c (#24579)
Browse files Browse the repository at this point in the history
Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `96665e8` to `71ba37c`.
- [Release notes](https://github.com/google/pigweed/releases)
- [Commits](google/pigweed@96665e8...71ba37c)

---
updated-dependencies:
- dependency-name: third_party/pigweed/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and pull[bot] committed Oct 5, 2023
1 parent 3e61858 commit 1976450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated 79 files
+1 −0 CMakeLists.txt
+9 −2 pw_allocator/BUILD.gn
+90 −0 pw_allocator/CMakeLists.txt
+7 −2 pw_build/docs.rst
+6 −0 pw_build/hil.gni
+227 −56 pw_build/py/pw_build/wrap_ninja.py
+5 −0 pw_build/python.gni
+2 −5 pw_checksum/crc16_ccitt_perf_test.cc
+121 −11 pw_containers/public/pw_containers/vector.h
+219 −0 pw_containers/vector_test.cc
+1 −1 pw_env_setup/py/pw_env_setup/cipd_setup/host_tools.json
+1 −1 pw_env_setup/py/pw_env_setup/env_setup.py
+10 −4 pw_perf_test/perf_test_test.cc
+19 −23 pw_perf_test/public/pw_perf_test/perf_test.h
+10 −0 pw_presubmit/docs.rst
+1 −0 pw_presubmit/py/BUILD.gn
+2 −5 pw_presubmit/py/pw_presubmit/build.py
+82 −0 pw_presubmit/py/pw_presubmit/module_owners.py
+18 −16 pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
+21 −0 pw_protobuf/BUILD.bazel
+1 −0 pw_protobuf/BUILD.gn
+27 −0 pw_protobuf/docs.rst
+37 −0 pw_protobuf/pw_protobuf_protos/field_options.proto
+1 −0 pw_protobuf/py/BUILD.bazel
+1 −0 pw_protobuf/py/BUILD.gn
+35 −0 pw_protobuf/py/pw_protobuf/options.py
+23 −1 pw_protobuf/py/pw_protobuf/proto_tree.py
+1 −0 pw_protobuf_compiler/BUILD.gn
+3 −0 pw_protobuf_compiler/pw_protobuf_compiler_pwpb_protos/BUILD.bazel
+2 −0 pw_protobuf_compiler/pw_protobuf_compiler_pwpb_protos/pwpb_test.options
+6 −0 pw_protobuf_compiler/pw_protobuf_compiler_pwpb_protos/pwpb_test.proto
+9 −0 pw_protobuf_compiler/pwpb_test.cc
+1 −2 pw_rpc/call.cc
+26 −0 pw_rpc/call_test.cc
+187 −68 pw_rpc/docs.rst
+11 −11 pw_rpc/java/test/dev/pigweed/pw_rpc/StreamObserverMethodClientTest.java
+1 −0 pw_rpc/public/pw_rpc/client.h
+21 −16 pw_rpc/public/pw_rpc/internal/call.h
+1 −2 pw_rpc/public/pw_rpc/internal/client_call.h
+16 −10 pw_rpc/public/pw_rpc/internal/endpoint.h
+1 −0 pw_rpc/public/pw_rpc/server.h
+3 −0 pw_rpc/pw_rpc_private/fake_server_reader_writer.h
+1 −1 pw_rpc/raw/client_test.cc
+1 −3 pw_span/Android.bp
+5 −2 pw_span/BUILD.bazel
+5 −5 pw_span/BUILD.gn
+1 −1 pw_span/CMakeLists.txt
+0 −1 pw_span/public/pw_span/internal/span_impl.h
+4 −11 pw_tls_client/BUILD.gn
+2 −2 pw_tls_client/docs.rst
+25 −8 pw_tokenizer/py/detokenize_test.py
+24 −15 pw_tokenizer/py/pw_tokenizer/detokenize.py
+8 −0 pw_toolchain/static_analysis_toolchain.gni
+17 −0 pw_trace_tokenized/BUILD.bazel
+30 −1 pw_trace_tokenized/BUILD.gn
+24 −16 pw_trace_tokenized/docs.rst
+3 −7 pw_trace_tokenized/example/filter.cc
+100 −0 pw_trace_tokenized/example/linux_group_by_tid.cc
+0 −1 pw_trace_tokenized/example/public/pw_trace_tokenized/example/trace_to_file.h
+5 −8 pw_trace_tokenized/example/trigger.cc
+30 −0 pw_trace_tokenized/linux_config_overrides.h
+13 −0 pw_trace_tokenized/public/pw_trace_tokenized/internal/trace_tokenized_internal.h
+3 −12 pw_trace_tokenized/public/pw_trace_tokenized/trace_callback.h
+44 −53 pw_trace_tokenized/trace.cc
+8 −13 pw_trace_tokenized/trace_test.cc
+1 −0 pw_varint/BUILD.gn
+1 −0 pw_varint/CMakeLists.txt
+1 −0 third_party/fuchsia/BUILD.bazel
+1 −0 third_party/fuchsia/BUILD.gn
+1 −0 third_party/fuchsia/CMakeLists.txt
+1 −0 third_party/fuchsia/copy.bara.sky
+13 −37 third_party/fuchsia/pigweed_adaptations.patch
+1 −0 third_party/fuchsia/repo/.clang-format
+4 −2 third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/function.h
+5 −0 third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/result.h
+78 −1 third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/result.h
+15 −0 third_party/fuchsia/repo/sdk/lib/fit/test/function_tests.cc
+50 −0 third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/functional.h
+6 −8 third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/type_traits.h

0 comments on commit 1976450

Please sign in to comment.