1. b19b53d pw_unit_test: Make py run_tests() return bool by Armando Montanez · 3 years, 11 months ago
  2. 8cc1102 pw_unit_test: Python module for running tests over RPC by Alexei Frolov · 3 years, 11 months ago
  3. 8ce9013 pw_build: Support specifying mypy/pylint config by Wyatt Hepler · 3 years, 11 months ago
  4. 8024679 pw_unit_test: Add RPC service by Alexei Frolov · 4 years ago
  5. fbe68ff pw_unit_test: Add configurable deps to tests by Alexei Frolov · 4 years ago
  6. 69dccfd pw_unit_test: Add library targets by Alexei Frolov · 4 years ago
  7. ea02de8 pw_unit_test: Use canonical labels for group names by Wyatt Hepler · 4 years ago
  8. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 4 years ago
  9. 01a85d6 Python: Generate BUILD.gn files for Python packages by Wyatt Hepler · 4 years ago
  10. 3b4047d Python: Add py.typed files per PEP 561 by Wyatt Hepler · 4 years ago
  11. d7dc655 pw_build: pw_python_package and mypy fixes by Wyatt Hepler · 4 years ago
  12. f012dd4 pw_unit_test: Rename lambda args to avoid shadowing by Alexei Frolov · 4 years ago
  13. c8e05a4 pw_build: Rename pw_python_script to pw_python_action by Wyatt Hepler · 4 years ago
  14. 51ded74 pw_build: Rename python_script.gni to python_action.gni by Wyatt Hepler · 4 years ago
  15. e4d7b69 pw_build: add "-Wundef" to strict_warnings by Ewout van Bekkum · 4 years ago
  16. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 4 years ago
  17. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 4 years, 1 month ago
  18. 38c398d Generate build targets for all optimization levels by Wyatt Hepler · 4 years, 3 months ago
  19. 199045a Expand build system docs by Alexei Frolov · 4 years, 2 months ago
  20. 7e7eeba pw_build: Add support for pw_python_wheels targets by Joe Ethier · 4 years, 3 months ago
  21. 4116dbd Remove nested namespace in pw_unit_test by karthik bharadwaj · 4 years, 3 months ago
  22. 7e3f1d9 GN build: No longer add public to sources by Wyatt Hepler · 4 years, 3 months ago
  23. 8224a64 pw_build: Update path and target resolution by Wyatt Hepler · 4 years, 3 months ago
  24. 27f69f0 pw_build: Restructure as Python package by Wyatt Hepler · 4 years, 3 months ago
  25. 4e6a472 pw_unit_test: Detect missing sources when disabled by Wyatt Hepler · 4 years, 4 months ago
  26. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 4 months ago
  27. 6d1a6c6 pw_span: Move pw_string, pw_unit_test to std::span by Wyatt Hepler · 4 years, 4 months ago
  28. 0119710 pw_presubmit: Don't use setup.py test by Wyatt Hepler · 4 years, 4 months ago
  29. a761e32 Update docs by Armando Montanez · 4 years, 4 months ago
  30. 6aa8eb0 pw_unit_test: Support target specified main() by Michael Spang · 4 years, 5 months ago
  31. cdba516 pw_build, pw_unit_test: Artifacts in separate dirs by Michael Spang · 4 years, 5 months ago
  32. 524ead4 pw_build: Always set the output_dir in pw targets by Michael Spang · 4 years, 5 months ago
  33. 4c0428a Define Linux clang target as toolchain by Alexei Frolov · 4 years, 5 months ago
  34. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years, 5 months ago
  35. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years, 5 months ago
  36. c4725d7 pw_log: Add compile-time log filtering by Keir Mierle · 4 years, 5 months ago
  37. bcac2c9 pw_unit_test: Add enable_if flag to test groups by Alexei Frolov · 4 years, 5 months ago
  38. 68fde05 pw_unit_test: Filter "" from disabled test deps by Wyatt Hepler · 4 years, 6 months ago
  39. 2eb3288 pw_unit_test: Fix python test runners for Windows by Armando Montanez · 4 years, 6 months ago
  40. dfe3c61 Specify facade names; enable_if option for pw_test by Wyatt Hepler · 4 years, 6 months ago
  41. 888370d Enable -Wshadow by Armando Montanez · 4 years, 6 months ago
  42. 8a562a0 pw_cli: New pw plugin registration system by Wyatt Hepler · 4 years, 6 months ago
  43. 0681948 Many changes to support stricter deps by Rob Mohr · 4 years, 7 months ago
  44. 3d92e81 Docs: Add target docs by Armando Montanez · 4 years, 7 months ago
  45. 0054a9b Docs: Add missing RST docs by Armando Montanez · 4 years, 8 months ago
  46. ea39552 pw_unit_test: Start documentation by Alexei Frolov · 4 years, 8 months ago
  47. 8b8c346 pw_cli: Make process.py faster by Wyatt Hepler · 4 years, 8 months ago
  48. e0aef0a pw_presubmit: Enable mypy and get it passing by Wyatt Hepler · 4 years, 8 months ago
  49. f7a5a74 Rename pw_dumb_io to pw_sys_io by Armando Montanez · 4 years, 8 months ago
  50. a0ba54f Roll GN to 239533d by Rob Mohr · 4 years, 8 months ago
  51. fc80d92 pw_unit_test: Add support for SetUp / TearDown by Wyatt Hepler · 4 years, 9 months ago
  52. 4879f74 pw_kvs: Fix shadowing, increase kMaxUsableSectors by Armando Montanez · 4 years, 9 months ago
  53. cad29b4 pw_unit_test: Support ASSERT/EXPECT in test ctor by Wyatt Hepler · 4 years, 9 months ago
  54. 1c0e65e pw_unit_test: Support disabled tests by Wyatt Hepler · 4 years, 9 months ago
  55. 372c5bc Fix bazel formatting by Rob Mohr · 4 years, 9 months ago
  56. 5152d43 pw_build: Expand facade template by Alexei Frolov · 4 years, 9 months ago
  57. a6d5cc6 pw_tokenizer: Make C++11 compatible by Wyatt Hepler · 4 years, 9 months ago
  58. da0bccb pw_unit_test: pw_log unit test event handler by Keir Mierle · 4 years, 9 months ago
  59. 3ef4f9a Improve test runner logging by Alexei Frolov · 4 years, 9 months ago
  60. a55d4c7 pw_unit_test: Make partially C++11 compatible by Wyatt Hepler · 4 years, 9 months ago
  61. 2119240 GN build: Override built-in targets by Wyatt Hepler · 4 years, 9 months ago
  62. b4a95e2 pw_unit_test: Split main from framework in Bazel by Wyatt Hepler · 4 years, 10 months ago
  63. 61def0a Bazel: Move include paths to libraries by Wyatt Hepler · 4 years, 10 months ago
  64. f9c64d1 pw_unit_test: Add comment to unit test by Wyatt Hepler · 4 years, 10 months ago
  65. 0fbcdfc Basic CMake build by Wyatt Hepler · 4 years, 10 months ago
  66. b3fca3a pw_unit_test: Add FAIL/SUCCEED macros by Wyatt Hepler · 4 years, 10 months ago
  67. 06b2367 pw_unit_test: Minor improvements by Alexei Frolov · 4 years, 10 months ago
  68. 802c6e4 pw_unit_test: Move gtest.h into public_overrides/ by Alexei Frolov · 4 years, 10 months ago
  69. 21117d8 Run 'pw format --fix' on a few files. by Rob Mohr · 4 years, 10 months ago
  70. 028ee9f Lint fixes by Keir Mierle · 4 years, 11 months ago
  71. 8edfeae Rename help to short_help. by Rob Mohr · 4 years, 11 months ago
  72. becb431 Apply pw format to the repository by Wyatt Hepler · 5 years ago
  73. edf6f29 pw_unit_test: Create test running groups by Wyatt Hepler · 5 years ago
  74. 1a96094 Fix copyright notices by Wyatt Hepler · 5 years ago
  75. 30b42ef Bazel build fixes. by Rob Mohr · 5 years ago
  76. 8253ad8 Module to run subprocesses with captured output by Alexei Frolov · 5 years ago
  77. ea9a66b Fix bazel build. by Rob Mohr · 5 years ago
  78. 73d2972 pw_unit_test: Add logs to indicate test start/end by Armando Montanez · 5 years ago
  79. 8663e9c Add evaluated string outputs to the test framework by Wyatt Hepler · 5 years ago
  80. 54f457f Rename pw_cmd to pw_cli by Keir Mierle · 5 years ago
  81. 3dbfcf0 Make test runner script a pw command plugin by Alexei Frolov · 5 years ago
  82. 8403f0a Update test runner to run tests from metadata by Alexei Frolov · 5 years ago
  83. 97b967a unit_test: allow targets to specify their own test main by Paul Mathieu · 5 years ago
  84. a79cb6a Fix Bazel tests by Armando Montanez · 5 years ago
  85. d3ed0f4 Make default unit testing main use pw_dumb_io by Armando Montanez · 5 years ago
  86. a454c68 Define pw_test_group template by Alexei Frolov · 5 years ago
  87. c278750 Move loads to beginning of BUILD files. by Rob Mohr · 5 years ago
  88. f8328f3 Move headers to hdrs for in pw_unit_test. by Rob Mohr · 5 years ago
  89. 7b49619 Add virtual destructor to Test class. by Rob Mohr · 5 years ago
  90. c70366e Simplify bazel build. by Rob Mohr · 5 years ago
  91. 92a4247 Add virtual destructor to EventHandler. by Rob Mohr · 5 years ago
  92. e8fbe6a Add license metadata to bazel files. by Rob Mohr · 5 years ago
  93. 09517ed Have targets set pw_unit_test_create_run_targets by Wyatt Hepler · 5 years ago
  94. 5867191 pw_toolchain: Start host_clang toolchain by Keir Mierle · 5 years ago
  95. be98ead Add bazel build system files. by Rob Mohr · 5 years ago
  96. 917756d Add a stamp option to pw_python_script by Alexei Frolov · 5 years ago
  97. d1f98fa Script-runner script and pw_python_script template by Alexei Frolov · 5 years ago
  98. 2b0e008 pw_unit_test: Clang fixes by Keir Mierle · 5 years ago
  99. 925fb8f Build and run unit tests through GN by Alexei Frolov · 5 years ago
  100. 243e32a pw_unit_test: Make simple runner look like GTest by Keir Mierle · 5 years ago