aboutsummaryrefslogtreecommitdiff
path: root/pw_kvs
AgeCommit message (Expand)Author
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
2021-04-12Re-enable asserts in headersAlexei Frolov
2021-04-12Fixes for GCC 10 compatibilityWyatt Hepler
2021-04-01style: update non-type template args to kCamelCaseEwout van Bekkum
2021-03-12pw_log: Separate shortened macro name headersWyatt Hepler
2021-02-06pw_kvs: Add attributes on unused variables for debugPrashanth Swaminathan
2021-02-05pw_toolchain: ARM clang toolchainArmando Montanez
2021-02-03pw_kvs: Fix static analysis failure in unittestPrashanth Swaminathan
2021-01-21pw_kvs: Add KVS size reportDavid Rogers
2021-01-21pw_span: Provide <span> through pw_polyfillWyatt Hepler
2021-01-12pw_status: Use new functions instead of variablesWyatt Hepler
2021-01-11pw_status: Replace Status::Ok() with OkStatus()Wyatt Hepler
2021-01-08pw_kvs: Make kvs compile with C++14Rob Oliver
2021-01-08pw_kvs: Replace string_view with custom typeRob Oliver
2020-12-11pw_kvs: Alternate ConvertsToSpan implementationWyatt Hepler
2020-11-12pw_status: Remove implicit conversion to pw_StatusWyatt Hepler
2020-11-04CMake: Revamp CMake buildWyatt Hepler
2020-10-30pw_kvs: add to docsDavid Rogers
2020-10-16pw_build: add "-Wundef" to strict_warningsEwout van Bekkum
2020-10-16pw_kvs: Apply config pattern; configure log levelWyatt Hepler
2020-10-15BUILD.gn files: Improve import formattingWyatt Hepler
2020-10-14pw_kvs: Count erases + HeavyMaintenanceDavid Rogers
2020-10-13pw_kvs: de-inline FlashPartition constructorPaul Mathieu
2020-10-01docs: Make labels consistent; remove boilerplateWyatt Hepler
2020-09-30pw_status: Update Status::CODE to Status::Code()Wyatt Hepler
2020-09-22pw_kvs: FlashPartition add erased_memory_content()David Rogers
2020-09-15pw_status: Minor update for PW_TRY macrosDavid Rogers
2020-09-14pw_status: Add TRY macrosDavid Rogers
2020-09-09pw_checksum: Rename CRC-16-CCITT filesWyatt Hepler
2020-09-09pw_checksum: CRC classes; Update CRC-16-CCITT nameWyatt Hepler
2020-08-18Remove constexpr from functions that assertArmando Montanez
2020-08-15pw_kvs: Move log defines earlierKeir Mierle
2020-08-11pw_bytes: Utilities for building byte arraysWyatt Hepler
2020-08-10pw_kvs: Update build for test KVS and partitionDavid Rogers
2020-08-08pw_kvs: add move ctor to FlashPartitionEwout van Bekkum
2020-08-07pw_kvs: Add test_key_value_storeDavid Rogers
2020-08-06pw_kvs: Add alignment check to FlashPartitionDavid Rogers
2020-08-03pw_kvs: Update all KVS magics to be random numbersDavid Rogers
2020-07-30pw_kvs: Fix alignent init in FlashPartitionDavid Rogers
2020-07-21pw_kvs: Add KVS method to get max size key-valueDavid Rogers
2020-07-15pw_kvs: Fix sectors testDavid Rogers
2020-07-14pw_kvs: Add tests for FlashPartitionDavid Rogers