aboutsummaryrefslogtreecommitdiff
path: root/pw_kvs
AgeCommit message (Expand)Author
2022-07-14pw_kvs: Trim more code when deleted key cleanup is disabledWyatt Hepler
2022-07-11pw_kvs, pw_router: GN formattingRob Mohr
2022-07-08pw_kvs: Minor adjustments for -Weffc++Wyatt Hepler
2022-06-29Replace some pwbug/### TODOs with b/###Rob Mohr
2022-06-29pw_span: Switch from std::span to pw::spanWyatt Hepler
2022-06-28pw_kvs: Make deleted key cleanup an optional featureWyatt Hepler
2022-06-24pw_span: Explicitly specify pw_span dependencies in GNWyatt Hepler
2022-06-23pw_kvs: Add value_type to KeyDennis Kormalev
2022-06-23pw_build: Add -Wextra-semi to internal_strict_warningsBen Lawson
2022-06-08pw_toolchain: Introduce C++ standard target traitWyatt Hepler
2022-06-06pw_kvs: Fix up dependency and include errorsEwout van Bekkum
2022-06-02pw_kvs: Remove deleted keys as part of heavy maintenancedrempel
2022-06-01C++14 toolchainWyatt Hepler
2022-05-31C++20 compatibility fixesWyatt Hepler
2022-05-26pw_string: Split pw_string into multiple targetsWyatt Hepler
2022-05-17gtest: Fix up various tests to pass upstream googletestEwout van Bekkum
2022-05-16pw_kvs: Fix post-increment for EntryCacheWyatt Hepler
2022-04-14pw_{stream,blob,kvs}: Add Tell for StdFileStreamSikkaTheCoder
2022-03-18pw_kvs: Fix iterator post-increment operatorWyatt Hepler
2022-03-10pw_kvs: Set default GargbageCollectOnWrite to kAsManySectorsNeededDavid Rogers
2022-03-02pw_kvs: Disable pw_stream classes for C++14Wyatt Hepler
2022-02-16Generate the dir_* build args and lists of modulesWyatt Hepler
2022-02-15pw_kvs/FlashPartition: Add stream read and writeDavid Rogers
2022-01-08pw_build: Add module configuration support for CMakeEwout van Bekkum
2021-12-20formatting: Fix C++ formatting after clang rollRob Mohr
2021-11-16pw_kvs: Avoid undefined behavior in checksumTed Pudlik
2021-11-09pw_blob_store: do large aligned writes in single flash writeDavid Rogers
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-10-28clang-tidy: readability-inconsistent-declaration-parameter-nameTed Pudlik
2021-10-28clang-tidy: readability-container-size-emptyTed Pudlik
2021-10-28clang-tidy: Fix and enforce additional checksTed Pudlik
2021-10-28clang-tidy: Enable misc-unused-using-declsTed Pudlik
2021-10-20pw_blob_store & pw_kvs: Use Borrowable<KeyValueStore>Ewout van Bekkum
2021-10-13pw_kvs::flash: Update logs for flash operationsDavid Rogers
2021-08-16overall: Adding `IgnoreError()` where Status was discardedAdrien Larbanet
2021-08-12misc: Update non-type template parameter styleWyatt Hepler
2021-07-29workspace: Updates Bazel build files to work in CINathaniel Brough
2021-07-20pw_kvs: Remove unused fake flash partitionDavid Rogers
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-07-13pw_kvs: Expand flash tests of alignment and write sizeDavid Rogers
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-06-01pw_kvs: Restore implicitly deleted constructorArmando Montanez
2021-05-22pw_kvs: Use inclusive languageRob Mohr
2021-05-13pw_string: redo pw::string::LengthEwout van Bekkum
2021-05-12pw_docs: Fixup minor typos, add clarificationsShiva Rajagopal
2021-05-11pw_presubmit: Disable broken, enable fixedWyatt Hepler
2021-04-30pw_assert: Switch to the new header namesWyatt Hepler
2021-04-20pw_kvs: Restructure KVS fuzz testsDavid Rogers
2021-04-18workspace: Adding bazel build formatter/linterNathaniel Brough
2021-04-14pw_kvs: Minor varaiable naming cleanupDavid Rogers