1. d9426a7 pw_unit_test: Fix first expected RPC response by Alexei Frolov · 3 years, 6 months ago
  2. e535acc pw_unit_test: Fix RPC timeout argument by Wyatt Hepler · 3 years, 6 months ago
  3. cc9d2e9 pw_rpc: Python client improvements by Wyatt Hepler · 3 years, 6 months ago
  4. 6531f3e pw_unit_test: Handle bad first response; timeouts by Wyatt Hepler · 3 years, 6 months ago
  5. 42664ba roll: goma-client by pigweed-roller · 3 years, 6 months ago
  6. a91eda4 roll: gn by pigweed-roller · 3 years, 6 months ago
  7. 9ec668e roll: host_tools by pigweed-roller · 3 years, 6 months ago
  8. acfc9d1 pw_sys_io_arduino: Fix broken while loop in WriteByte by Anthony DiGirolamo · 3 years, 6 months ago
  9. b6d5d7a pw_kvs: Add attributes on unused variables for debug by Prashanth Swaminathan · 3 years, 6 months ago
  10. c996863 pw_tokenizer: Add attributes on unused variables by Prashanth Swaminathan · 3 years, 6 months ago
  11. 28f8218 pw_allocator: Fix tests on ARM Clang build by Armando Montanez · 3 years, 6 months ago
  12. 84aee94 pw_cpu_exception_armv7m: Deprecate old naming by Armando Montanez · 3 years, 7 months ago
  13. 1ee925c pw_toolchain: ARM clang toolchain by Armando Montanez · 4 years, 1 month ago
  14. 01145c9 pw_rpc: Remove compatibility wrapper group by Wyatt Hepler · 3 years, 6 months ago
  15. b750f42 pw_toolchain: Move the bad_toolchain.py script by Wyatt Hepler · 3 years, 7 months ago
  16. fdaa2ec pw_sync: add missing C headers by Ewout van Bekkum · 3 years, 6 months ago
  17. d517afc pw_protobuf_compiler: Support standalone external protos by Wyatt Hepler · 3 years, 6 months ago
  18. a2970c5 pw_build: Python Mypy updates by Wyatt Hepler · 3 years, 6 months ago
  19. 9174147 pw_protobuf_compiler: Avoid duplicate protobuf Python packages by Wyatt Hepler · 3 years, 6 months ago
  20. ee8b0f6 pw_unit_test: Fix possible nullptr dereference by Prashanth Swaminathan · 3 years, 6 months ago
  21. be29ad9 pw_minimal_cpp_stdlib: Fix array alignment in test by Prashanth Swaminathan · 3 years, 6 months ago
  22. 7925430 pw_kvs: Fix static analysis failure in unittest by Prashanth Swaminathan · 3 years, 6 months ago
  23. 15bbbae pw_malloc_freelist: Avoid memory leak in unittest by Prashanth Swaminathan · 3 years, 6 months ago
  24. f40762d pw_bytes: Fix static analysis complaint in test by Prashanth Swaminathan · 3 years, 6 months ago
  25. fe5b4a7 pw_thread_threadx: adds yield, id, and sleep backends by Ewout van Bekkum · 3 years, 6 months ago
  26. d6d6d19 pw_thread: add explicit yield requirement to sleep by Ewout van Bekkum · 3 years, 6 months ago
  27. c092a25 pw_hdlc: add on_read_error callback to read_and_process_data by Maksim Shmukler · 3 years, 6 months ago
  28. 5876558 pw_fuzzer: Add dedicated toolchain and target for fuzzing by Ali Zhang · 3 years, 7 months ago
  29. a9ca999 pw_cpu_exception_cortex_m: Move armv7m->cortex_m by Armando Montanez · 3 years, 7 months ago
  30. 03d2281 pw_presubmit: Support submodule hook installation by Wyatt Hepler · 3 years, 6 months ago
  31. 10945aa pw_rpc: Remove generated Python packet proto by Alexei Frolov · 3 years, 8 months ago
  32. 325319f arduino: Add baremetal sync backend by Prashanth Swaminathan · 3 years, 6 months ago
  33. 282c5c9 pw_package: Update nanopb to 0.4.4 by Rob Mohr · 3 years, 6 months ago
  34. 1df2e5b pw_tokenizer: Disable linker script when fuzzing by Wyatt Hepler · 3 years, 7 months ago
  35. 6554c14 pw_protobuf_compiler: Support proto3 optional fields by Wyatt Hepler · 3 years, 7 months ago
  36. ef0b472 roll: goma-client by pigweed-roller · 3 years, 6 months ago
  37. 830d5d1 pw_chrono: Improve SystemClock C API by Ewout van Bekkum · 3 years, 7 months ago
  38. cddc5cd pw_rpc: Timeouts in Python pw_rpc client by Wyatt Hepler · 3 years, 7 months ago
  39. eb34a63 pw_toolchain: Add toolchain options for cortex-m0plus by Max Koopman · 3 years, 7 months ago
  40. dc4510a pw_fuzzer: Clean up build files by Ali Zhang · 3 years, 7 months ago
  41. 2da13fa noexcept: add some noexcepts when mirroring the STL by Ewout van Bekkum · 3 years, 7 months ago
  42. 749342b pw_thread_freertos: add FreeRTOS backends pw::this_thread by Ewout van Bekkum · 3 years, 7 months ago
  43. e3b5603 pw_thread: adds the initial pw_thread module by Ewout van Bekkum · 3 years, 8 months ago
  44. 49a4a82 pw_log_sink: Synchronous log backend by Prashanth Swaminathan · 3 years, 7 months ago
  45. 514bab8 pw_rpc: Re-acquire response buffer if Channel::Send() fails by Alexei Frolov · 3 years, 7 months ago
  46. 5039a81 pw_hdlc: Add wire-encoded frame parser by Alexei Frolov · 3 years, 7 months ago
  47. 5af57d1 pw_router: Add module and static router implementation by Alexei Frolov · 3 years, 7 months ago
  48. 658d8bd third_party/freertos: remove non-common header by Ewout van Bekkum · 3 years, 7 months ago
  49. f002bfb pw_hdlc: Record and log raw bytes while decoding by Wyatt Hepler · 3 years, 7 months ago
  50. b47155f pw_toolchain: Fix pylint findings by Armando Montanez · 3 years, 7 months ago
  51. 84e80e3 third_party/googletest: Add googletest BUILD.gn file by Kevin Zeng · 3 years, 7 months ago
  52. b0bb849 pw_containers: FlatMap class by Kevin Zeng · 3 years, 7 months ago
  53. 32edf12 pw_protobuf_compiler: Protobuf type annotations by Wyatt Hepler · 3 years, 8 months ago
  54. 620b3e0 pw_build: python_test_deps for Python packages by Wyatt Hepler · 3 years, 7 months ago
  55. 98f7c71 pw_package: Use CIPD packages for arduino cores by Anthony DiGirolamo · 3 years, 7 months ago
  56. acbd070 pw_sync_baremetal: Add scaffolding for baremetal by Prashanth Swaminathan · 3 years, 7 months ago
  57. 293e1c1 pw_toolchain: Fix alink tool for Windows by Duda, Lukasz · 3 years, 7 months ago
  58. 70c630d pw_toolchain: Fix cp command for Windows by Duda, Lukasz · 3 years, 7 months ago
  59. 3520967 pw_status: Remove update_style.py by Wyatt Hepler · 3 years, 7 months ago
  60. ac2f461 pw_presubmit: Skip lines with > in commit message check by Wyatt Hepler · 3 years, 7 months ago
  61. 78e8e5f Revert "pw_toolchain: Fix copying on Windows" by Michael Spang · 3 years, 7 months ago
  62. 1b8e48c Revert "pw_toolchain: Fix long command lines on Windows" by Michael Spang · 3 years, 7 months ago
  63. 6a10636 pw_fuzzer: Restore fuzzer by Keir Mierle · 3 years, 7 months ago
  64. 9891ced pw_env_setup: Document environment variables by Rob Mohr · 3 years, 7 months ago
  65. 97a068c pw_span: Restrict visibility by Wyatt Hepler · 3 years, 7 months ago
  66. 383be05 pw_package: Arduino core installers and teensy presubmit by Anthony DiGirolamo · 3 years, 9 months ago
  67. 438caa0 pw_build: Make GN Python installation more robust by Wyatt Hepler · 3 years, 7 months ago
  68. 1e1d481 CMake: Set PW_ROOT environment variable if unset by Wyatt Hepler · 3 years, 7 months ago
  69. 32a9c5a pw_toolchain: Use llvm-ar for host_clang toolchains by Ali Zhang · 3 years, 7 months ago
  70. 4b3fcb5 pw_toolchain: Fix copying on Windows by Michael Spang · 3 years, 7 months ago
  71. a2c4d1d pw_kvs: Add KVS size report by David Rogers · 3 years, 7 months ago
  72. b931c83 pw_toolchain: Fix long command lines on Windows by Michael Spang · 3 years, 7 months ago
  73. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 3 years, 7 months ago
  74. 80baa7d pw_rpc: Wrapper for unary responses by Wyatt Hepler · 3 years, 8 months ago
  75. 4a4efe1 docs: Update MacOS prerequisites to require XCode by Prashanth Swaminathan · 3 years, 7 months ago
  76. 6964c35 roll: goma-client by pigweed-roller · 3 years, 7 months ago
  77. 6e37004 roll: gn by pigweed-roller · 3 years, 7 months ago
  78. e172737 roll: host_tools by pigweed-roller · 3 years, 7 months ago
  79. 4376aa6 pw_env_setup: Delete requirements.txt by Rob Mohr · 3 years, 7 months ago
  80. 4d1e6aa pw_build: Support pw_python_requirements targets by Wyatt Hepler · 3 years, 7 months ago
  81. dcd7230 Python: Install Python packages in default build by Wyatt Hepler · 3 years, 7 months ago
  82. 44cd952 pw_hdlc: Calculate frame size before writing by Alexei Frolov · 3 years, 7 months ago
  83. d22abc1 pw_env_setup: Switch to 3pp protoc by Rob Mohr · 3 years, 7 months ago
  84. 36a37d5 pw_arduino_build: Fix missing files from setup.py by Anthony DiGirolamo · 3 years, 8 months ago
  85. 14f3a06 pw_arduino_build: Teensy and stm32duino fixes by Anthony DiGirolamo · 3 years, 8 months ago
  86. b5931be pw_cli: Fix PW_PLUGINS by Rob Mohr · 3 years, 7 months ago
  87. ff592ce pw_cli: Script for generating 'Requires:' CLs by Rob Mohr · 3 years, 8 months ago
  88. b4935f0 pw_cpu_exception_armv7m: Fix CFSR field typo by Armando Montanez · 3 years, 7 months ago
  89. cddab2d pw_cpu_exception: On-device exception analyzer by Armando Montanez · 3 years, 7 months ago
  90. 59aa278 Docs: Update C naming conventions by Armando Montanez · 3 years, 7 months ago
  91. 92a6404 pw_env_setup: Allow disabling spinner by Rob Mohr · 3 years, 7 months ago
  92. 070dd8c pw_status: Remove all-caps aliases by Wyatt Hepler · 3 years, 9 months ago
  93. 6d181e9 pw_status: Deprecate the all-caps aliases by Wyatt Hepler · 3 years, 7 months ago
  94. f276c6b pw_status: Use new functions instead of variables by Wyatt Hepler · 3 years, 9 months ago
  95. b7302cb pw_status: Script updates; fix deprecation message by Wyatt Hepler · 3 years, 7 months ago
  96. d3e5cb7 s/pw_hdlc_lite/pw_hdlc/g by Alexei Frolov · 3 years, 7 months ago
  97. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 7 months ago
  98. 5a53dfd pw_status: Introduce pw::OkStatus() by Wyatt Hepler · 3 years, 7 months ago
  99. 9e6c202 pw_presubmit: Check for files in the CMake build by Wyatt Hepler · 3 years, 7 months ago
  100. f908035 roll: gn by pigweed-roller · 3 years, 7 months ago