third_party.pigweed.src/pw_kvs
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_kvs pw_kvs: Make Key an alias for string_view 2024-04-18 22:16:35 +00:00
pw_kvs_private pw_kvs: Follow new module docs guidelines 2024-02-21 22:10:00 +00:00
size_report *: Use new TODO style 2023-09-18 18:39:27 +00:00
alignment_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
alignment.cc pw_span: Switch from std::span to pw::span 2022-06-29 00:15:46 +00:00
BUILD.bazel bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
BUILD.gn pw_bytes: Check for integer overflow 2024-02-03 00:27:21 +00:00
checksum_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
checksum.cc pw_span: Switch from std::span to pw::span 2022-06-29 00:15:46 +00:00
CMakeLists.txt pw_bytes: Check for integer overflow 2024-02-03 00:27:21 +00:00
converts_to_span_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
docs.rst pw_docgen: Single-source the module metadata 2024-03-14 23:01:57 +00:00
entry_cache_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
entry_cache.cc TODO: Use git blame to assign many TODOs 2022-11-03 23:17:04 +00:00
entry_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
entry.cc pw_span: Switch from std::span to pw::span 2022-06-29 00:15:46 +00:00
fake_flash_memory.cc pw_span: Switch from std::span to pw::span 2022-06-29 00:15:46 +00:00
fake_flash_test_key_value_store.cc *: Use new TODO style 2023-09-18 18:39:27 +00:00
fake_flash_test_logical_sector_partition.cc pw_kvs: Add FlashPartitionWithLogicalSectors 2023-10-06 02:05:59 +00:00
fake_flash_test_partition.cc pw_kvs: Expand flash tests of alignment and write size 2021-07-13 00:18:07 +00:00
flash_memory.cc pw_kvs/flash_partition: Add EndOfWrittenData() 2024-01-24 02:59:53 +00:00
flash_partition_stream_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
flash_partition_test.cc pw_kvs/flash_partition: Add EndOfWrittenData() 2024-01-24 02:59:53 +00:00
flash_partition_with_stats.cc clang-tidy: readability-container-size-empty 2021-10-28 19:10:34 +00:00
format.cc pw_kvs: Support multiple entry formats 2020-03-05 17:36:45 -08:00
key_test.cc pw_kvs: Make Key an alias for string_view 2024-04-18 22:16:35 +00:00
key_value_store_binary_format_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
key_value_store_fuzz_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
key_value_store_initialized_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
key_value_store_map_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
key_value_store_put_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
key_value_store_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
key_value_store_wear_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
key_value_store.cc *: Use new TODO style 2023-09-18 18:39:27 +00:00
OWNERS all_modules: Update OWNERS files to match styling 2022-11-06 22:58:43 +00:00
sectors_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00
sectors.cc pw_kvs: Remove usage of pw_log/shorter.h API 2023-09-07 22:45:05 +00:00
test_key_value_store_test.cc pw_{kvs,libc,log}: Use unit test framework 2023-12-07 02:33:10 +00:00