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