1. bad6d27 pw_status: Enforce [[nodiscard]] on pw::Status in upstream Pigweed by Wyatt Hepler · 2 years, 3 months ago
  2. db965a3 Define new toolchains for Pigweed upstream use by Wyatt Hepler · 2 years, 4 months ago
  3. 444f6d0 pw_trace_tokenized: Add a missing dependency in CMakeLists.txt by Yuanyao Zhong · 2 years, 6 months ago
  4. 39d8c5c pw_rpc: Remove deprecated methods and aliases by Alexei Frolov · 2 years, 6 months ago
  5. 8e756e3 pw_rpc: Remove deprecated ServerContext& argument by Wyatt Hepler · 2 years, 6 months ago
  6. f1fdc5b pw_trace_tokenized: Fix a data format bug in get_trace.py by Yuanyao (YY) Zhong · 2 years, 7 months ago
  7. 94f7910 pw_trace_tokenized: Fixes ubsan caught bugs by Ewout van Bekkum · 2 years, 6 months ago
  8. 77d8571 OWNERS: Add throughout tree by Rob Mohr · 2 years, 7 months ago
  9. 10ec2bd clang-tidy: readability-container-size-empty by Ted Pudlik · 2 years, 7 months ago
  10. f0e9205 pw_trace_tokenized: Modify CMakeLists.txt for build by Yuanyao (YY) Zhong · 2 years, 7 months ago
  11. e41081a pw_snapshot: Add field for trace data by Armando Montanez · 2 years, 8 months ago
  12. 38dd043 pw_trace_tokenized: Add tick rate to decoder by Rob Oliver · 2 years, 9 months ago
  13. 2489aa6 pw_trace_tokenized: Add DeringAndViewRawBuffer by Rob Oliver · 2 years, 9 months ago
  14. 7f8941f pw_presubmit: Add cfg+toml to sources build check by Anthony DiGirolamo · 2 years, 9 months ago
  15. d14a0ee python: setup.py -> setup.cfg by Anthony DiGirolamo · 2 years, 10 months ago
  16. d1ca56c overall: Adding `IgnoreError()` where Status was discarded by Adrien Larbanet · 3 years ago
  17. 889d27b pw_trace_tokenized: Add missing python deps by Armando Montanez · 2 years, 10 months ago
  18. a352d57 pw_build: Prepare for Pylint update by Wyatt Hepler · 2 years, 10 months ago
  19. 40a9c3f bazel: Rename BUILD to BUILD.bazel by Akira Baruah · 3 years ago
  20. 5fc2541 bazel: Remove unnecessary license comments by Rob Mohr · 2 years, 11 months ago
  21. 9e51656 pw_docs: Fixup minor typos, add clarifications by Shiva Rajagopal · 3 years ago
  22. 123b5ff pw_assert, pw_string, pw_trace_tokenized: Formatting by Rob Mohr · 3 years, 1 month ago
  23. a1113be workspace: Adding bazel build formatter/linter by Nathaniel Brough · 3 years, 3 months ago
  24. 06f98fc build: Fix missing void parameters in C by Wyatt Hepler · 3 years, 3 months ago
  25. 8104e8f Silence unused argument warnings by Armando Montanez · 3 years, 3 months ago
  26. 752d7d3 pw_protobuf_compiler: Decouple proto packaging from directory by Wyatt Hepler · 3 years, 3 months ago
  27. 1752e2e pw_trace_tokenized: Add missing python deps by Armando Montanez · 3 years, 3 months ago
  28. 63afc00 pw_preprocessor: Remove uses of the PW_UNUSED macro by Wyatt Hepler · 3 years, 3 months ago
  29. 9d66337 pw_trace: Add basic RPCs to get trace by Rob Oliver · 3 years, 3 months ago
  30. 830d5d1 pw_chrono: Improve SystemClock C API by Ewout van Bekkum · 3 years, 4 months ago
  31. 438caa0 pw_build: Make GN Python installation more robust by Wyatt Hepler · 3 years, 4 months ago
  32. f276c6b pw_status: Use new functions instead of variables by Wyatt Hepler · 3 years, 6 months ago
  33. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 4 months ago
  34. 8ce9013 pw_build: Support specifying mypy/pylint config by Wyatt Hepler · 3 years, 6 months ago
  35. a17fbdd pw_status: Remove implicit conversion to pw_Status by Wyatt Hepler · 3 years, 6 months ago
  36. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 3 years, 7 months ago
  37. 1502a40 pw_trace_tokenized: use steady_clock, not system_clock by Ewout van Bekkum · 3 years, 7 months ago
  38. f69f069 pw_trace: fix clear on enable by Robert Oliver · 3 years, 7 months ago
  39. 5077c7c pw_trace: improve locks by Robert Oliver · 3 years, 7 months ago
  40. 19468fb pw_trace: Make the module configurable by Robert Oliver · 3 years, 7 months ago
  41. 01a85d6 Python: Generate BUILD.gn files for Python packages by Wyatt Hepler · 3 years, 7 months ago
  42. 3b4047d Python: Add py.typed files per PEP 561 by Wyatt Hepler · 3 years, 7 months ago
  43. d7dc655 pw_build: pw_python_package and mypy fixes by Wyatt Hepler · 3 years, 7 months ago
  44. 787ce97 pw_trace_tokenized: add tickrate to python script by Paul Mathieu · 3 years, 7 months ago
  45. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 3 years, 7 months ago
  46. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 3 years, 8 months ago
  47. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 8 months ago
  48. bd33812 pw_varint: expose kMaxVarint{32,64}SizeBytes by Ewout van Bekkum · 3 years, 8 months ago
  49. 0a9129c pw_trace_tokenized: Dump trace buffer to log by Prashanth Swaminathan · 3 years, 8 months ago
  50. eb3304c pw_preprocessor: Rename macro_arg_count.h by Wyatt Hepler · 3 years, 9 months ago
  51. d9a1b82 pw_tokenizer: Make LoadTokenDatabases public by Wyatt Hepler · 3 years, 9 months ago
  52. 0b374c2 pw_trace_tokenized: move py code to a library by Paul Mathieu · 3 years, 9 months ago
  53. 54d63ec pw_trace_tokenized: add trace buffer size GN arg by Paul Mathieu · 3 years, 9 months ago
  54. a4d8dce pw_trace_tokenized: Tokenize to the "trace" domain by Wyatt Hepler · 3 years, 9 months ago
  55. 7e3f1d9 GN build: No longer add public to sources by Wyatt Hepler · 3 years, 10 months ago
  56. 9da6af8 pw_trace: Initial tokenized trace python tool by Robert Oliver · 3 years, 10 months ago
  57. 0cc2075 pw_trace: tokenizer filter example by Robert Oliver · 3 years, 10 months ago
  58. 1914691 pw_trace: tokenizer trigger example by Robert Oliver · 3 years, 10 months ago
  59. 6d05de1 pw_trace: tokenizer basic example by Robert Oliver · 3 years, 10 months ago
  60. 81e6e3e pw_trace: Add buffer by Robert Oliver · 3 years, 11 months ago
  61. 21dcf27 pw_trace: Initial tokenized trace backend by Robert Oliver · 4 years ago