1. 0f98763 pw_bloat: Rename pw_size_report -> pw_size_diff by Alexei Frolov · 2 years, 7 months ago
  2. 75ba9d2 bazel: Fix BUILD.bazel files for a few modules by Ted Pudlik · 2 years, 7 months ago
  3. 63b83f7 pw_span: Replace pw_polyfill.span deps with pw_span by Wyatt Hepler · 2 years, 9 months ago
  4. 6c5df35 pw_span: Switch from std::span to pw::span by Wyatt Hepler · 2 years, 9 months ago
  5. fa778ef pw_build: Cover more modules with Soong by karthik bharadwaj · 2 years, 9 months ago
  6. 1c974a1 pw_span: Explicitly specify pw_span dependencies in GN by Wyatt Hepler · 2 years, 9 months ago
  7. 4c4f6df pw_build: Add -Wextra-semi to internal_strict_warnings by Ben Lawson · 2 years, 9 months ago
  8. 3950de4 pw_bytes: Use c++20-friendly pointer operations on spans by Dennis Kormalev · 2 years, 9 months ago
  9. 36c56d1 pw_bytes: Use std::endian as pw::endian when it is available by Wyatt Hepler · 2 years, 9 months ago
  10. 3be713d pw_bytes: Replace std::endian with pw::endian by Wyatt Hepler · 2 years, 9 months ago
  11. 75eac72 pw_bytes: "mibi" -> "mebi"; cleanup by Wyatt Hepler · 2 years, 9 months ago
  12. ed6629af pw_polyfill: Move std::endian polyfill to pw::endian by Wyatt Hepler · 2 years, 9 months ago
  13. 00c321b pw_polyfill: Split up polyfill include paths by Wyatt Hepler · 2 years, 9 months ago
  14. 64aef08 C++20 compatibility fixes by Wyatt Hepler · 2 years, 10 months ago
  15. 5f9fba7 pw_bytes: Support reading partial values for ReadInOrder by Wyatt Hepler · 2 years, 11 months ago
  16. 04f7e41 pw_bytes: Add functions for specifying byte units by RJ Ascani · 3 years, 1 month ago
  17. d0cca89 bazel: Add missing bazel deps and includes by Ted Pudlik · 3 years, 1 month ago
  18. 984921a pw_bytes: Extend CMake support by Ewout van Bekkum · 3 years, 2 months ago
  19. b8f3ad2 Zephyr implementation of pw_rpc and dependencies by Yuval Peress · 3 years, 3 months ago
  20. 5fa58f6 pw_bytes: Avoid memcpy to nullptr, even if zero-length by Wyatt Hepler · 3 years, 4 months ago
  21. 793fb44 pw_bytes/byte_builder: do not memcpy empty spans by Ewout van Bekkum · 3 years, 4 months ago
  22. 77d8571 OWNERS: Add throughout tree by Rob Mohr · 3 years, 4 months ago
  23. 43f2439 pw_bytes/byte_builder: remove stale comment by Ewout van Bekkum · 3 years, 7 months ago
  24. b182bf0 pw_bytes: Run buildifier by Rob Mohr · 3 years, 7 months ago
  25. 2a5f4da pw_bytes: add helper user defined literals by Ewout van Bekkum · 3 years, 7 months ago
  26. 40a9c3f bazel: Rename BUILD to BUILD.bazel by Akira Baruah · 3 years, 8 months ago
  27. 5fc2541 bazel: Remove unnecessary license comments by Rob Mohr · 3 years, 9 months ago
  28. 626a9b8 Add feature tests for C++20 constexpr and consteval by Michael Spang · 3 years, 9 months ago
  29. a1113be workspace: Adding bazel build formatter/linter by Nathaniel Brough · 4 years ago
  30. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 4 years ago
  31. f40762d pw_bytes: Fix static analysis complaint in test by Prashanth Swaminathan · 4 years, 1 month ago
  32. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 4 years, 2 months ago
  33. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 4 years, 2 months ago
  34. 2debeb6 pw_kvs: Alternate ConvertsToSpan implementation by Wyatt Hepler · 4 years, 3 months ago
  35. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 4 years, 4 months ago
  36. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 4 years, 5 months ago
  37. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 4 years, 5 months ago
  38. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 4 years, 6 months ago
  39. 3cd2cd4 pw_bytes: Endian reading function by Wyatt Hepler · 4 years, 6 months ago
  40. bfb669d pw_hdlc_lite: Encode full HDLC frames by Wyatt Hepler · 4 years, 6 months ago
  41. 05ca54c pw_bytes: Functions for converting endianness by Wyatt Hepler · 4 years, 6 months ago
  42. ecf1923 pw_polyfill: Support std::endian from <bit> by Wyatt Hepler · 4 years, 6 months ago
  43. e467579 misc: Size report binary fixes by Alexei Frolov · 4 years, 6 months ago
  44. f20ef8e pw_bytes: Added code for Size Report by shaneajg · 4 years, 7 months ago
  45. 6b3a6c9 pw_bytes: Utilities for building byte arrays by Wyatt Hepler · 4 years, 7 months ago
  46. 5c15f0d pw_bytes: Added iterator value-retrieval methods by shaneajg · 4 years, 9 months ago
  47. 0158ad7 pw_bytes: ByteSpan and ConstByteSpan aliases by Wyatt Hepler · 4 years, 9 months ago
  48. 9fe4cec pw_bytes: Added an iterator class by shaneajg · 4 years, 9 months ago
  49. 3181d18 pw_bytes: Added an ordered put method for values by shaneajg · 4 years, 9 months ago
  50. 9c19db4 pw_bytes: Module for bytes manipulation. by shaneajg · 4 years, 9 months ago