1. 1a96094 Fix copyright notices by Wyatt Hepler · 4 years, 11 months ago
  2. 5b6fa2a presubmit.py: Add several new presubmit checks by Wyatt Hepler · 4 years, 11 months ago
  3. 1322514 pw_presubmit: clang-format wrapper; misc by Wyatt Hepler · 4 years, 11 months ago
  4. 60394c2 Don't recreate existing presubmit venv. by Rob Mohr · 4 years, 11 months ago
  5. d672350 Add info about CIPD login. by Rob Mohr · 4 years, 11 months ago
  6. ab847d9 pw_module: Start the Pigweed meta-module by Keir Mierle · 4 years, 11 months ago
  7. 30b42ef Bazel build fixes. by Rob Mohr · 4 years, 11 months ago
  8. 8253ad8 Module to run subprocesses with captured output by Alexei Frolov · 4 years, 11 months ago
  9. b627b41 Add .pylintrc by Wyatt Hepler · 4 years, 11 months ago
  10. 79f0d9a Change Python3 CIPD package. by Rob Mohr · 4 years, 11 months ago
  11. e8e6e03 Add getting started instructions. by Rob Mohr · 4 years, 11 months ago
  12. ea9a66b Fix bazel build. by Rob Mohr · 4 years, 11 months ago
  13. 73d2972 pw_unit_test: Add logs to indicate test start/end by Armando Montanez · 4 years, 11 months ago
  14. 8663e9c Add evaluated string outputs to the test framework by Wyatt Hepler · 5 years ago
  15. fe85de2 pw_string: start docs; StringBuilder size report by Wyatt Hepler · 5 years ago
  16. 95ea1fe Followup from CL 2320. by Rob Mohr · 4 years, 11 months ago
  17. 91b4342 Update presubmit.py to use moved files. by Rob Mohr · 4 years, 11 months ago
  18. 3e1b5eb Reduce stm32f429i-disc1 test flake by Armando Montanez · 4 years, 11 months ago
  19. 2fe3b8d Add serial test runner for stm32f429i-disc1 by Armando Montanez · 5 years ago
  20. b82f995 pw_docgen: Fix paths, multiple sources by Wyatt Hepler · 4 years, 11 months ago
  21. 8ffcb91 Documentation for docgen by Alexei Frolov · 5 years ago
  22. 54f457f Rename pw_cmd to pw_cli by Keir Mierle · 4 years, 11 months ago
  23. b79e9e0 Add stub docs BUILD file. by Rob Mohr · 4 years, 11 months ago
  24. 3dbfcf0 Make test runner script a pw command plugin by Alexei Frolov · 4 years, 11 months ago
  25. f09afde pw_cmd: Switch plugin registry mechanism by Keir Mierle · 4 years, 11 months ago
  26. ce9b952 pw_string: StringBuilder utility class by Wyatt Hepler · 5 years ago
  27. 204b00d Update presubmit.py to use pw_presubmit by Wyatt Hepler · 4 years, 11 months ago
  28. 7f3000e pw_presubmit: Common tools for running presubmits by Wyatt Hepler · 5 years ago
  29. cacb877 Adding env_setup folder and initial setup script. by Rob Mohr · 4 years, 11 months ago
  30. 51798bd pw_cmd: Add automatic plugin loading by Keir Mierle · 4 years, 11 months ago
  31. 43cd863 pw_cmd: Convert 'pw' into Python module; tweaks by Keir Mierle · 4 years, 11 months ago
  32. 8403f0a Update test runner to run tests from metadata by Alexei Frolov · 5 years ago
  33. 38426d7 pw_string: Handle nullptr C strings by Wyatt Hepler · 5 years ago
  34. eb52d85 Add missing copyright headers by Armando Montanez · 4 years, 11 months ago
  35. 97b967a unit_test: allow targets to specify their own test main by Paul Mathieu · 4 years, 11 months ago
  36. 233504a pw_build: Shell escape printed commands by Wyatt Hepler · 5 years ago
  37. 458e8ef pw_cmd: Minor tweaks by Keir Mierle · 5 years ago
  38. 49caa10 Fix macOS build by adding bloaty config by Keir Mierle · 5 years ago
  39. a79cb6a Fix Bazel tests by Armando Montanez · 5 years ago
  40. ce2d8af Fix missing string_view include by Keir Mierle · 5 years ago
  41. d3ed0f4 Make default unit testing main use pw_dumb_io by Armando Montanez · 5 years ago
  42. 759ff77 Add WriteLine() to pw_dumb_io by Armando Montanez · 5 years ago
  43. 88726e8 pw_cmd: Support multiple build directories by Keir Mierle · 5 years ago
  44. 83d4248 pw_span: Update deduction guides by Wyatt Hepler · 5 years ago
  45. 1ce7f00 pw_cmd: Update code from incorrect rebase by Keir Mierle · 5 years ago
  46. 8a823ce Size report for pw::string::Format by Wyatt Hepler · 5 years ago
  47. 0e892b5 pw_bloat: Handle identical binaries by Wyatt Hepler · 5 years ago
  48. 32d86bb python_runner.py and pw_bloat updates by Wyatt Hepler · 5 years ago
  49. a454c68 Define pw_test_group template by Alexei Frolov · 5 years ago
  50. cf87283 pw_cmd: Start basic module with compile watcher by Keir Mierle · 5 years ago
  51. 2c1e56b docs: Initial checkin of style & embedded guides by Keir Mierle · 5 years ago
  52. 5c9ca40 Remove SUBDIRS from BUILD. (Apparently unused.) by Rob Mohr · 5 years ago
  53. c278750 Move loads to beginning of BUILD files. by Rob Mohr · 5 years ago
  54. cd59b7e Change 'size() == 0' to 'empty()'. by Rob Mohr · 5 years ago
  55. af7bd88 Add docstring to pigweed.bzl. by Rob Mohr · 5 years ago
  56. 8fc09da Make IntToString argument names consistent. by Rob Mohr · 5 years ago
  57. c8dd7fd Add missing format_test dep. by Rob Mohr · 5 years ago
  58. f8328f3 Move headers to hdrs for in pw_unit_test. by Rob Mohr · 5 years ago
  59. 905d628 Add pw_status dep to to_string_test. by Rob Mohr · 5 years ago
  60. 57211c2 Add pw_dumb_io to bazel build. by Rob Mohr · 5 years ago
  61. e6cbdf8 Add -Wnon-virtual-dtor. by Rob Mohr · 5 years ago
  62. 7b49619 Add virtual destructor to Test class. by Rob Mohr · 5 years ago
  63. df2b13b Add -use_header_modules. by Rob Mohr · 5 years ago
  64. 4f80334 Small Cortex-M4 toolchain tweaks by Armando Montanez · 5 years ago
  65. 0a57954 Force use of CIPD packages in presubmit.py. by Rob Mohr · 5 years ago
  66. c70366e Simplify bazel build. by Rob Mohr · 5 years ago
  67. 79ccb9f Remove "create_run_targets" from presubmit.py. by Rob Mohr · 5 years ago
  68. a69244e Add stm32f429i-disc1 target and pw_dumb_io by Armando Montanez · 5 years ago
  69. 68de071 Add pw_dumb_io with host backend by Armando Montanez · 5 years ago
  70. afe23d9 Minor formatting change in pigweed.bzl. by Rob Mohr · 5 years ago
  71. 0944784 Minor pw_bloat updates by Alexei Frolov · 5 years ago
  72. 007d66d Add pw_toolchain to bazel build. by Rob Mohr · 5 years ago
  73. 92a4247 Add virtual destructor to EventHandler. by Rob Mohr · 5 years ago
  74. e2dc6d1 Safer snprintf / vsnprintf functions by Wyatt Hepler · 5 years ago
  75. cfe3526 Move pw_bloat infinite loop into BloatThisBinary by Wyatt Hepler · 5 years ago
  76. 190fecc Hexadecimal printing function by Wyatt Hepler · 5 years ago
  77. a29c391 Expand and organize .gitignore by Wyatt Hepler · 5 years ago
  78. e8fbe6a Add license metadata to bazel files. by Rob Mohr · 5 years ago
  79. 7f519e2 Change presubmit.py to Python 3. by Rob Mohr · 5 years ago
  80. 3674935 pw_string: Add missing string_view include by Keir Mierle · 5 years ago
  81. 443bb9d Initial presubmit.py script. by Rob Mohr · 5 years ago
  82. 0efdb11 Add root docs directory by Alexei Frolov · 5 years ago
  83. 4c035b0 Integrate bloat reports into docgen by Alexei Frolov · 5 years ago
  84. e201676 Add pw_bloat module by Alexei Frolov · 5 years ago
  85. 09517ed Have targets set pw_unit_test_create_run_targets by Wyatt Hepler · 5 years ago
  86. cca0daf Clang toolchain Linux support by Wyatt Hepler · 5 years ago
  87. 0dae2d6 Use EXPECT_STREQ instead of EXPECT_EQ by Wyatt Hepler · 5 years ago
  88. cf185b4 Update bazel for pw_status and pw_string changes. by Rob Mohr · 5 years ago
  89. 5867191 pw_toolchain: Start host_clang toolchain by Keir Mierle · 5 years ago
  90. cb05581 Add pw_docgen to bazel build. by Rob Mohr · 5 years ago
  91. 58823c1 pw_string: ToString function by Wyatt Hepler · 5 years ago
  92. 463359c Fix the namespace for the pw_status tests by Wyatt Hepler · 5 years ago
  93. 75e5fc9 Add pw_string to bazel build. by Rob Mohr · 5 years ago
  94. 48db4d6 Start the pw_string module by Wyatt Hepler · 5 years ago
  95. be98ead Add bazel build system files. by Rob Mohr · 5 years ago
  96. e899dcf Start build target config files by Alexei Frolov · 5 years ago
  97. b667928 pw_status: StatusWithSize class by Wyatt Hepler · 5 years ago
  98. baaa2d6 Add pw_docgen module by Alexei Frolov · 5 years ago
  99. 917756d Add a stamp option to pw_python_script by Alexei Frolov · 5 years ago
  100. d1f98fa Script-runner script and pw_python_script template by Alexei Frolov · 5 years ago