aboutsummaryrefslogtreecommitdiff
path: root/pw_bytes
AgeCommit message (Expand)Author
2022-08-05bazel: Fix BUILD.bazel files for a few modulesTed Pudlik
2022-06-29pw_span: Replace pw_polyfill.span deps with pw_spanWyatt Hepler
2022-06-29pw_span: Switch from std::span to pw::spanWyatt Hepler
2022-06-24pw_build: Cover more modules with Soongkarthik bharadwaj
2022-06-24pw_span: Explicitly specify pw_span dependencies in GNWyatt Hepler
2022-06-23pw_build: Add -Wextra-semi to internal_strict_warningsBen Lawson
2022-06-21pw_bytes: Use c++20-friendly pointer operations on spansDennis Kormalev
2022-06-13pw_bytes: Use std::endian as pw::endian when it is availableWyatt Hepler
2022-06-13pw_bytes: Replace std::endian with pw::endianWyatt Hepler
2022-06-09pw_bytes: "mibi" -> "mebi"; cleanupWyatt Hepler
2022-06-09pw_polyfill: Move std::endian polyfill to pw::endianWyatt Hepler
2022-06-09pw_polyfill: Split up polyfill include pathsWyatt Hepler
2022-05-31C++20 compatibility fixesWyatt Hepler
2022-04-28pw_bytes: Support reading partial values for ReadInOrderWyatt Hepler
2022-02-17pw_bytes: Add functions for specifying byte unitsRJ Ascani
2022-02-04bazel: Add missing bazel deps and includesTed Pudlik
2022-01-20pw_bytes: Extend CMake supportEwout van Bekkum
2021-12-17Zephyr implementation of pw_rpc and dependenciesYuval Peress
2021-11-15pw_bytes: Avoid memcpy to nullptr, even if zero-lengthWyatt Hepler
2021-11-05pw_bytes/byte_builder: do not memcpy empty spansEwout van Bekkum
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-08-24pw_bytes/byte_builder: remove stale commentEwout van Bekkum
2021-08-09pw_bytes: Run buildifierRob Mohr
2021-08-04pw_bytes: add helper user defined literalsEwout van Bekkum
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-06-12Add feature tests for C++20 constexpr and constevalMichael Spang
2021-04-18workspace: Adding bazel build formatter/linterNathaniel Brough
2021-04-01style: update non-type template args to kCamelCaseEwout van Bekkum
2021-02-03pw_bytes: Fix static analysis complaint in testPrashanth Swaminathan
2021-01-21pw_span: Provide <span> through pw_polyfillWyatt Hepler
2021-01-11pw_status: Replace Status::Ok() with OkStatus()Wyatt Hepler
2020-12-11pw_kvs: Alternate ConvertsToSpan implementationWyatt Hepler
2020-11-04CMake: Revamp CMake buildWyatt Hepler
2020-10-15BUILD.gn files: Improve import formattingWyatt Hepler
2020-10-01docs: Make labels consistent; remove boilerplateWyatt Hepler
2020-09-30pw_status: Update Status::CODE to Status::Code()Wyatt Hepler
2020-09-17pw_bytes: Endian reading functionWyatt Hepler
2020-09-10pw_hdlc_lite: Encode full HDLC framesWyatt Hepler
2020-09-09pw_bytes: Functions for converting endiannessWyatt Hepler
2020-09-09pw_polyfill: Support std::endian from <bit>Wyatt Hepler
2020-09-08misc: Size report binary fixesAlexei Frolov
2020-08-27pw_bytes: Added code for Size Reportshaneajg
2020-08-11pw_bytes: Utilities for building byte arraysWyatt Hepler
2020-06-29pw_bytes: Added iterator value-retrieval methodsshaneajg
2020-06-26pw_bytes: ByteSpan and ConstByteSpan aliasesWyatt Hepler
2020-06-24pw_bytes: Added an iterator classshaneajg
2020-06-19pw_bytes: Added an ordered put method for valuesshaneajg
2020-06-16pw_bytes: Module for bytes manipulation.shaneajg