1. eb90ca5 pw_string: use data() for pointer arithmetic by Armando Montanez · 2 years, 2 months ago
  2. fdf1cd4 pw_string: Extend CMake support by Ewout van Bekkum · 2 years, 4 months ago
  3. b8f3ad2 Zephyr implementation of pw_rpc and dependencies by Yuval Peress · 2 years, 7 months ago
  4. 30c5d38 pw_string: Remove WriteBytes() return value by Armando Montanez · 2 years, 6 months ago
  5. 1cbc49a pw_string: Improve StringBuilder hex support by Armando Montanez · 2 years, 6 months ago
  6. e555900 pw_string: Fix undefined behavior by Wyatt Hepler · 2 years, 6 months ago
  7. 4d33a9d pw_{metric,string}: Remove implicit double promotions by Tri Pho · 2 years, 7 months ago
  8. 77d8571 OWNERS: Add throughout tree by Rob Mohr · 2 years, 7 months ago
  9. d1ca56c overall: Adding `IgnoreError()` where Status was discarded by Adrien Larbanet · 3 years ago
  10. f91e763 workspace: Updates Bazel build files to work in CI by Nathaniel Brough · 2 years, 10 months ago
  11. 40a9c3f bazel: Rename BUILD to BUILD.bazel by Akira Baruah · 3 years ago
  12. 5fc2541 bazel: Remove unnecessary license comments by Rob Mohr · 2 years, 11 months ago
  13. 626a9b8 Add feature tests for C++20 constexpr and consteval by Michael Spang · 3 years ago
  14. 10663e2 *: Run buildifier on BUILD files by Rob Mohr · 3 years ago
  15. f89f137 pw_string: redo pw::string::Length by Ewout van Bekkum · 3 years, 1 month ago
  16. c2e9d88 pw_string: add pw::string::Copy methods by Ewout van Bekkum · 3 years, 1 month ago
  17. 8bd4fb0 pw_build: Support specifying final link dependencies by Wyatt Hepler · 3 years, 1 month ago
  18. 123b5ff pw_assert, pw_string, pw_trace_tokenized: Formatting by Rob Mohr · 3 years, 1 month ago
  19. a77e5e7 Fixes for GCC 10 compatibility by Wyatt Hepler · 3 years, 1 month ago
  20. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 2 months ago
  21. 659a5c5 pw_string: Add EXPECT calls for static analyzer by Prashanth Swaminathan · 3 years, 3 months ago
  22. 89dd053 pw_string: Fix dead initialization in tests by Prashanth Swaminathan · 3 years, 3 months ago
  23. 0435efe pw_string: Update docs & test operator<< overload by Wyatt Hepler · 3 years, 3 months ago
  24. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 3 years, 4 months ago
  25. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 4 months ago
  26. f61adbd pw_kvs: Make kvs compile with C++14 by Rob Oliver · 3 years, 5 months ago
  27. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 3 years, 7 months ago
  28. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 3 years, 7 months ago
  29. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 3 years, 8 months ago
  30. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 8 months ago
  31. 7e3f1d9 GN build: No longer add public to sources by Wyatt Hepler · 3 years, 10 months ago
  32. 0693c38 pw_string: Add ByteSpan StringBuilder constructor by Armando Montanez · 3 years, 10 months ago
  33. 593d0d5 pw_hex_dump: Create module by Armando Montanez · 3 years, 11 months ago
  34. 6d1a6c6 pw_span: Move pw_string, pw_unit_test to std::span by Wyatt Hepler · 4 years ago
  35. c0af554 pw_string: Print pw_Status like pw::Status by Wyatt Hepler · 4 years ago
  36. 82bbce4 Remove legacy_target.gni by Armando Montanez · 4 years ago
  37. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years ago
  38. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years ago
  39. 044065e roll: clang by Rob Mohr · 4 years ago
  40. 1f1c251 Allow-list unsigned integer overflows. by Aaron Green · 4 years, 1 month ago
  41. 0681948 Many changes to support stricter deps by Rob Mohr · 4 years, 1 month ago
  42. 725b85b pw_bloat: Remove .rst from generated size reports by Alexei Frolov · 4 years, 2 months ago
  43. a2a63d3 pw_string: Fix ToString for scoped enumerations by Wyatt Hepler · 4 years, 2 months ago
  44. 0054a9b Docs: Add missing RST docs by Armando Montanez · 4 years, 2 months ago
  45. 3c4e5de Add or expand docs.rst by Wyatt Hepler · 4 years, 3 months ago
  46. ba1bb1f Add a few missing README.md files by Wyatt Hepler · 4 years, 3 months ago
  47. a0ba54f Roll GN to 239533d by Rob Mohr · 4 years, 3 months ago
  48. f707880 pw_status: StatusWithSize constants by Wyatt Hepler · 4 years, 3 months ago
  49. 50f7077 Remove StatusWithSize implicit conversions by Wyatt Hepler · 4 years, 3 months ago
  50. fc35b26 pw_string: Remove problematic test by Wyatt Hepler · 4 years, 4 months ago
  51. 2596fe5 pw_string: Rename va_list Format to FormatVaList by Wyatt Hepler · 4 years, 4 months ago
  52. dddc4fd Initial Windows GN build by Alexei Frolov · 4 years, 4 months ago
  53. 2119240 GN build: Override built-in targets by Wyatt Hepler · 4 years, 4 months ago
  54. 706a5ae pw_string: Add tests missing from test group by Wyatt Hepler · 4 years, 4 months ago
  55. 311c620 pw_varint: use std::byte instead of uint8_t by Alexei Frolov · 4 years, 4 months ago
  56. 61def0a Bazel: Move include paths to libraries by Wyatt Hepler · 4 years, 5 months ago
  57. 0fbcdfc Basic CMake build by Wyatt Hepler · 4 years, 5 months ago
  58. c1d0b26 string: main is already defined in pw_test template by Paul Mathieu · 4 years, 5 months ago
  59. 9971393 Add a few files that were missing from the build by Wyatt Hepler · 4 years, 5 months ago
  60. ee3e02f Expand docs for a few modules by Wyatt Hepler · 4 years, 6 months ago
  61. becb431 Apply pw format to the repository by Wyatt Hepler · 4 years, 6 months ago
  62. 416af48 Config bazel for pw_bloaty and size_report. by Rob Mohr · 4 years, 6 months ago
  63. 956ea9d pw_string: Fix test for limited snprintfs by Wyatt Hepler · 4 years, 6 months ago
  64. 3895a12 Fix bazel build. by Rob Mohr · 4 years, 6 months ago
  65. 1a96094 Fix copyright notices by Wyatt Hepler · 4 years, 6 months ago
  66. 30b42ef Bazel build fixes. by Rob Mohr · 4 years, 6 months ago
  67. fe85de2 pw_string: start docs; StringBuilder size report by Wyatt Hepler · 4 years, 6 months ago
  68. ce9b952 pw_string: StringBuilder utility class by Wyatt Hepler · 4 years, 6 months ago
  69. 38426d7 pw_string: Handle nullptr C strings by Wyatt Hepler · 4 years, 6 months ago
  70. 97b967a unit_test: allow targets to specify their own test main by Paul Mathieu · 4 years, 6 months ago
  71. 8a823ce Size report for pw::string::Format by Wyatt Hepler · 4 years, 6 months ago
  72. a454c68 Define pw_test_group template by Alexei Frolov · 4 years, 6 months ago
  73. c278750 Move loads to beginning of BUILD files. by Rob Mohr · 4 years, 6 months ago
  74. 8fc09da Make IntToString argument names consistent. by Rob Mohr · 4 years, 6 months ago
  75. c8dd7fd Add missing format_test dep. by Rob Mohr · 4 years, 6 months ago
  76. 905d628 Add pw_status dep to to_string_test. by Rob Mohr · 4 years, 6 months ago
  77. c70366e Simplify bazel build. by Rob Mohr · 4 years, 6 months ago
  78. e2dc6d1 Safer snprintf / vsnprintf functions by Wyatt Hepler · 4 years, 6 months ago
  79. 190fecc Hexadecimal printing function by Wyatt Hepler · 4 years, 6 months ago
  80. e8fbe6a Add license metadata to bazel files. by Rob Mohr · 4 years, 6 months ago
  81. 3674935 pw_string: Add missing string_view include by Keir Mierle · 4 years, 6 months ago
  82. cf185b4 Update bazel for pw_status and pw_string changes. by Rob Mohr · 4 years, 6 months ago
  83. 58823c1 pw_string: ToString function by Wyatt Hepler · 4 years, 6 months ago
  84. 75e5fc9 Add pw_string to bazel build. by Rob Mohr · 4 years, 6 months ago
  85. 48db4d6 Start the pw_string module by Wyatt Hepler · 4 years, 6 months ago