third_party.pigweed.src/pw_tokenizer
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
..
java/dev/pigweed/tokenizer
pool
public/pw_tokenizer pw_tokenizer: Add DecodeOptionallyTokenizedData 2024-04-24 21:03:05 +00:00
pw_tokenizer_private
pw_tokenizer_proto pw_tokenizer: Proto migration stage 1/5 2024-02-12 23:51:57 +00:00
py pw_build: Introduce pw_py_test to bazel 2024-06-10 22:25:45 +00:00
rust bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
size_report bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
ts
add_tokenizer_sections_to_default_script.ld pw_tokenizer: Fix link breakage on linux 2024-02-15 16:59:07 +00:00
Android.bp pw_build_android: Make Common Backends static 2024-04-08 23:52:31 +00:00
api.rst pw_tokenizer: Switch detokenize.h docs to Doxygen 2024-04-23 17:27:24 +00:00
argument_types_test_c.c pw_polyfill: Provide static_assert polyfill for C 2024-01-18 00:59:01 +00:00
argument_types_test.cc
base64_test.cc
base64.cc
BUILD.bazel bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
BUILD.gn pw_containers: Rename VariableLengthEntryQueue files 2024-02-26 22:03:58 +00:00
CMakeLists.txt pw_tokenizer: Add missing CMake dep 2024-04-19 19:33:35 +00:00
database.cmake
database.gni
decode_test.cc
decode.cc *: Replace string_view& with string_view 2024-04-22 20:42:22 +00:00
detokenization.rst pw_docgen: Single-source the module metadata 2024-03-14 23:01:57 +00:00
detokenize_fuzzer.cc
detokenize_test.cc pw_tokenizer: Add DecodeOptionallyTokenizedData 2024-04-24 21:03:05 +00:00
detokenize.cc pw_tokenizer: Add DecodeOptionallyTokenizedData 2024-04-24 21:03:05 +00:00
docs.rst pw_docgen: Single-source the module metadata 2024-03-14 23:01:57 +00:00
encode_args_test.cc
encode_args.cc
generate_decoding_test_data.cc pw_toolchain: Closer align the bazel arm-gcc flags with GN 2024-06-24 17:03:34 +00:00
get_started.rst pw_docgen: Single-source the module metadata 2024-03-14 23:01:57 +00:00
hash_test.cc
hash.cc
Kconfig
OWNERS
pw_tokenizer_linker_sections.ld pw_tokenizer: Fix link breakage on linux 2024-02-15 16:59:07 +00:00
pw_tokenizer_zephyr.ld pw_tokenizer: Fix link breakage on linux 2024-02-15 16:59:07 +00:00
simple_tokenize_test.cc
token_database_fuzzer.cc
token_database_test.cc
token_database.cc
token_databases.rst pw_docgen: Single-source the module metadata 2024-03-14 23:01:57 +00:00
tokenization.rst docs: Fix code-block indentation 2024-03-19 18:35:45 +00:00
tokenize_c99_test_entry_point.cc
tokenize_c99_test.c pw_containers: Rename VariableLengthEntryQueue 2024-02-26 22:04:56 +00:00
tokenize_test_c.c
tokenize_test.cc
tokenize.cc