1. 92511aa pw_watch: Fullscreen quit keybinding fix by Anthony DiGirolamo · 2 years, 3 months ago
  2. b7ed839 pw_watch: Fix watch_app styling for highlighting text and showing result by Elaine Hwang · 2 years, 3 months ago
  3. 6e31eaf pw_console: Log message selection fixes by Anthony DiGirolamo · 2 years, 4 months ago
  4. 67e1d80 pw_watch: Single log window fullscreen UI by Anthony DiGirolamo · 2 years, 4 months ago
  5. a84d964 pw_console: Log pane mouse selection and export by Anthony DiGirolamo · 2 years, 4 months ago
  6. e2dc38c pw_watch: add watch app to show build output by Elaine Hwang · 2 years, 7 months ago
  7. 3be4c9e pw_watch: Close with terminate() instead of kill() by Wyatt Hepler · 2 years, 8 months ago
  8. b888245 pw_watch: Exit cleanly on max inotify instances by Ashley Coleman · 2 years, 8 months ago
  9. d4a847e pw_watch: Don't search for build dirs; run gn gen if needed by Wyatt Hepler · 2 years, 9 months ago
  10. 7f8941f pw_presubmit: Add cfg+toml to sources build check by Anthony DiGirolamo · 2 years, 10 months ago
  11. d14a0ee python: setup.py -> setup.cfg by Anthony DiGirolamo · 2 years, 11 months ago
  12. 3c52fd3 pw_watch: Watch assembler source files by Scott James Remnant · 2 years, 11 months ago
  13. 9b3abb2 pw_watch: Add option to serve docs from a local webserver by Adam MacBeth · 2 years, 11 months ago
  14. 6a0a649 pw_watch: Add -j/--jobs to limit CPU core usage by Wyatt Hepler · 3 years ago
  15. 249497a pw_watch: Unpin watchdog as version 2.1.0 fixes the Mac behavior by Michael Spang · 3 years ago
  16. b191402 docs: Update Sphinx; remove Markdown; add CSS by Keir Mierle · 3 years, 2 months ago
  17. f241178 pw_watch: Properly handle deleted directories by Wyatt Hepler · 3 years, 2 months ago
  18. 9e08015 pw_watch: Automatically restart builds by default by Wyatt Hepler · 3 years, 2 months ago
  19. ea50056 pw_watch: Use Git to determine which paths to ignore by Wyatt Hepler · 3 years, 2 months ago
  20. f705151 pw_watch: Kill the build when a rebuild is requested by Wyatt Hepler · 3 years, 2 months ago
  21. 8592008 pw_watch: Fix watchdog version and ignore project dirs by Max Koopman · 3 years, 3 months ago
  22. 5f1f38c pw_watch: Suppress excessive logs from watchdog on MacOS by Max Koopman · 3 years, 3 months ago
  23. 41c9d67 pw_watch: Update watch_test.py to get it passing by Wyatt Hepler · 3 years, 4 months ago
  24. b041ecf pw_watch: Move watch_test.py out of pw_watch package by Wyatt Hepler · 3 years, 4 months ago
  25. 438caa0 pw_build: Make GN Python installation more robust by Wyatt Hepler · 3 years, 5 months ago
  26. dce986a pw_watch: Use os.fsdecode by Wyatt Hepler · 3 years, 6 months ago
  27. 5a4db08 pw_watch: Avoid internal utility functions by Wyatt Hepler · 3 years, 6 months ago
  28. 8ce9013 pw_build: Support specifying mypy/pylint config by Wyatt Hepler · 3 years, 6 months ago
  29. 00efe18 pw_watch: Rework arguments by Wyatt Hepler · 3 years, 7 months ago
  30. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 3 years, 8 months ago
  31. 2e3619d Python: Update mypy and pylint versions by Wyatt Hepler · 3 years, 8 months ago
  32. 01a85d6 Python: Generate BUILD.gn files for Python packages by Wyatt Hepler · 3 years, 8 months ago
  33. 3b4047d Python: Add py.typed files per PEP 561 by Wyatt Hepler · 3 years, 8 months ago
  34. d7dc655 pw_build: pw_python_package and mypy fixes by Wyatt Hepler · 3 years, 8 months ago
  35. d029886 pw_watch: ignore glob patterns in .gitignore by Anthony DiGirolamo · 3 years, 8 months ago
  36. da651f1 pw_watch: Don't restart on file changes by default by Wyatt Hepler · 3 years, 8 months ago
  37. 140c6ef pw_watch: Terminate interrupted builds by Wyatt Hepler · 3 years, 9 months ago
  38. ddd3446 pw_watch: Re-add removed legacy env watch excludes by Keir Mierle · 3 years, 9 months ago
  39. 89b44c5 pw_watch: Add missing commas by Rob Mohr · 3 years, 9 months ago
  40. 514892b pw_watch: Fix outdated excludes by Keir Mierle · 3 years, 9 months ago
  41. 7e7eeba pw_build: Add support for pw_python_wheels targets by Joe Ethier · 3 years, 10 months ago
  42. df2f190 pw_env_setup: make all Python code 3.7-compatible by Rob Mohr · 4 years ago
  43. 0119710 pw_presubmit: Don't use setup.py test by Wyatt Hepler · 4 years ago
  44. 7366d5a pw_watch: Update target/directory syntax by Armando Montanez · 4 years ago
  45. ccc3ee1 Update Pigweed presubmit by Armando Montanez · 4 years ago
  46. 98c2ef4 pw_watch: Remove recursive glob by Michael Spang · 4 years ago
  47. 6ec3c3b pw_cli: Add support for branding by Keir Mierle · 4 years ago
  48. 05d8ef2 pw_proto_compiler: Support inputs argument by Alexei Frolov · 4 years ago
  49. 8f65b42 pw watch: watch command outside pigweed by Chenghan · 4 years, 1 month ago
  50. c4c46b6 pw_watch: Watch specific subdirectories for inotify issue by Chenghan · 4 years, 1 month ago
  51. 9462e05 Python formatting fixes by Wyatt Hepler · 4 years, 1 month ago
  52. 8b649f5 pw_presubmit, pw_watch: pylint fixes by Rob Mohr · 4 years, 2 months ago
  53. 8a562a0 pw_cli: New pw plugin registration system by Wyatt Hepler · 4 years, 2 months ago
  54. 889837a pw_watch: Add missing EOFError handler by Keir Mierle · 4 years, 3 months ago
  55. 2c7657a pw_watch: Handle EOFError from Ctrl-Z on Windows by Keir Mierle · 4 years, 3 months ago
  56. e0aef0a pw_presubmit: Enable mypy and get it passing by Wyatt Hepler · 4 years, 3 months ago
  57. fd0c140 pw_watch: Update banner and add keyboard help by Keir Mierle · 4 years, 3 months ago
  58. cf8ffd0 pw_watch: Automatically re-run build on interrupt by Keir Mierle · 4 years, 3 months ago
  59. 9a53253 pw_watch: Clarify what thread the build runs on by Keir Mierle · 4 years, 3 months ago
  60. eddf412 pw_watch: Add proper debouncing; enter to build by Keir Mierle · 4 years, 4 months ago
  61. 436452f pw_watch: Watch for Markdown (*.md) file changes by Keir Mierle · 4 years, 4 months ago
  62. e567197 pw_watch: Watch for .cpp and .hpp changes by Keir Mierle · 4 years, 4 months ago
  63. 86027d1 pw_watch: Support specifying build targets by Wyatt Hepler · 4 years, 5 months ago
  64. 7dadcce pw_watch: Add emoji by Alexei Frolov · 4 years, 5 months ago
  65. 9b178ca Move watch outside of pw_cli. by Rob Mohr · 4 years, 5 months ago