third_party.pigweed.src/pw_stream
Ted Pudlik bfaf596d3e
Some checks are pending
bazel-noenv / bazel-build-test (push) Waiting to run
lintformat / lintformat (push) Waiting to run
bazel: Roll out incompatible_with_mcu
This change was automatically generated by running the following script:

    #!/bin/bash
    STRING="target_compatible_with = select(TARGET_COMPATIBLE_WITH_HOST_SELECT),"
    REPLACEMENT="target_compatible_with = incompatible_with_mcu(),"

    for p in `git grep -l "$STRING"`; do
      echo "Replacing in $p"
      sed -i "s/$STRING/$REPLACEMENT/g" $p
    done

    # Add loads of incompatible_with_mcu to every package, and then remove them if
    # anywhere they're unused..
    /usr/bin/buildozer 'new_load //pw_build:compatibility.bzl incompatible_with_mcu' //...:__pkg__
    /usr/bin/buildozer 'fix unusedLoads' //...:__pkg__

Bug: 348008794
Change-Id: Ie94c34fdbbbf3bd56301dda86e8d0203d6ecd2aa
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/216852
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Taylor Cramer <cramertj@google.com>
Commit-Queue: Ted Pudlik <tpudlik@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
2024-07-02 17:13:50 +00:00
..
public/pw_stream docs: Add pw_status table for API references 2024-04-17 21:33:11 +00:00
rust bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
Android.bp pw_toolchain: Define as cc_static_library 2024-03-26 23:47:58 +00:00
backends.rst docs: Nest backends under respective facades in sitenav 2024-02-08 21:36:09 +00:00
BUILD.bazel bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
BUILD.gn docs: Nest backends under respective facades in sitenav 2024-02-08 21:36:09 +00:00
CMakeLists.txt pw_{digital_io,protobuf,stream}: Use pw::internal::SiblingCast 2024-01-30 22:08:01 +00:00
docs.rst docs: Nest backends under respective facades in sitenav 2024-02-08 21:36:09 +00:00
interval_reader_test.cc
interval_reader.cc
Kconfig
memory_stream_test.cc
memory_stream.cc
mpsc_stream_test.cc *: Remove remaining usages of legacy thread entry 2024-04-26 23:49:43 +00:00
mpsc_stream.cc pw_stream: Fix include in mpsc_stream 2024-06-10 16:03:10 +00:00
null_stream_test.cc
OWNERS
seek_test.cc
socket_stream_test.cc
socket_stream.cc
std_file_stream_test.cc
std_file_stream.cc
stream_test.cc