1. 7f8941f pw_presubmit: Add cfg+toml to sources build check by Anthony DiGirolamo · 2 years, 11 months ago
  2. afb861c pw_build: Generate setup.cfg files by Anthony DiGirolamo · 2 years, 11 months ago
  3. d14a0ee python: setup.py -> setup.cfg by Anthony DiGirolamo · 3 years ago
  4. dd64671 pw_tokenizer: Support alternate prefix in protos by Armando Montanez · 3 years ago
  5. df019ba pw_env_setup: Update Python to 3.9 by Rob Mohr · 3 years ago
  6. b6b90d0 pw_fuzzer: Adds Bazel support by Nathaniel Brough · 3 years, 2 months ago
  7. 40a9c3f bazel: Rename BUILD to BUILD.bazel by Akira Baruah · 3 years, 1 month ago
  8. 5fc2541 bazel: Remove unnecessary license comments by Rob Mohr · 3 years ago
  9. 4277b8e pw_tokenizer: Accept str or bytes in detokenize.py by Wyatt Hepler · 3 years, 1 month ago
  10. ecbdb69 pw_base64/pw_i2c/pw_tokenizer: Inclusive language by Rob Mohr · 3 years, 1 month ago
  11. da057f7 pw_build: Remove instancing of pools across toolchains by Michael Spang · 3 years, 1 month ago
  12. c8b9390 Remove absolute paths from build command lines by Michael Spang · 3 years, 1 month ago
  13. 8e32da7 pw_tokenizer: List the setup.py in a BUILD.gn by Wyatt Hepler · 3 years, 1 month ago
  14. de20d74 pw_tokenizer: Tokenization options for proto by Wyatt Hepler · 3 years, 1 month ago
  15. ebbce4c pw_log_tokenized: Log metadata updates by Wyatt Hepler · 3 years, 1 month ago
  16. 5f53d27 pw_tokenizer: Move Base64 functions to class by Wyatt Hepler · 3 years, 1 month ago
  17. 81244f0 pw_tokenizer: Use inclusive language by Rob Mohr · 3 years, 2 months ago
  18. de972b8 pw_tokenizer: Fix doc reference to script by Keir Mierle · 3 years, 2 months ago
  19. c2d5781 workspace: Switches Bazel builds to using facades by Nathaniel Brough · 3 years, 3 months ago
  20. a77e5e7 Fixes for GCC 10 compatibility by Wyatt Hepler · 3 years, 3 months ago
  21. b847615 docs: Link to docs & code search in README.md by Wyatt Hepler · 3 years, 3 months ago
  22. bcf0735 pw_tokenizer: Custom tokenization macro support by Wyatt Hepler · 3 years, 3 months ago
  23. 7c8b339 pw_tokenizer: Move encode_args.h header to make it public by Wyatt Hepler · 3 years, 3 months ago
  24. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 3 months ago
  25. 7df6664 pw_tokenizer: Display as prefixed Base64 if decoding fails by Wyatt Hepler · 3 years, 4 months ago
  26. d313c22 pw_tokenizer: Decode token databases as UTF-8 by Wyatt Hepler · 3 years, 4 months ago
  27. 7faecc9 pw_tokenizer: pw_tokenizer_database args update by Wyatt Hepler · 3 years, 4 months ago
  28. 4b62b89 pw_tokenizer: Support masking tokens by Wyatt Hepler · 3 years, 4 months ago
  29. 2868e07 pw_tokenizer: Allow globs in GN database template by Wyatt Hepler · 3 years, 4 months ago
  30. 63c9bee pw_tokenizer: Support 256-byte hashes in C by Wyatt Hepler · 3 years, 4 months ago
  31. 63afc00 pw_preprocessor: Remove uses of the PW_UNUSED macro by Wyatt Hepler · 3 years, 5 months ago
  32. c996863 pw_tokenizer: Add attributes on unused variables by Prashanth Swaminathan · 3 years, 5 months ago
  33. 1df2e5b pw_tokenizer: Disable linker script when fuzzing by Wyatt Hepler · 3 years, 5 months ago
  34. 383be05 pw_package: Arduino core installers and teensy presubmit by Anthony DiGirolamo · 3 years, 7 months ago
  35. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 3 years, 6 months ago
  36. 1013aee pw_tokenizer: Show collisions in database reports by Wyatt Hepler · 3 years, 7 months ago
  37. 8ce9013 pw_build: Support specifying mypy/pylint config by Wyatt Hepler · 3 years, 7 months ago
  38. 1ed189b pw_tokenizer: Add entries rather than strings to databases by Wyatt Hepler · 3 years, 8 months ago
  39. 73439f7 pw_tokenizer: Apply linker script in CMake by Wyatt Hepler · 3 years, 8 months ago
  40. a7e4977 pw_tokenizer: tail -f functionality for detokenize by Wyatt Hepler · 3 years, 8 months ago
  41. 878bd19 pw_hdlc_lite: HdlcRpcClient fixes by Wyatt Hepler · 3 years, 8 months ago
  42. 8e4e030 pw_tokenizer: Allow database updates from multiple toolchains by Wyatt Hepler · 3 years, 8 months ago
  43. b507917 pw_arduino_build: Update Teensyduino core by Anthony DiGirolamo · 3 years, 8 months ago
  44. 8107cd1 pw_tokenizer: Improve Base64 detokenization by Wyatt Hepler · 3 years, 8 months ago
  45. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 3 years, 8 months ago
  46. 3a8df98 pw_tokenizer: Add the linker sections automatically by Wyatt Hepler · 3 years, 8 months ago
  47. 0b485fb pw_tokenizer: Improve database parsing error messages by Wyatt Hepler · 3 years, 8 months ago
  48. 656fac6 pw_tokenizer: C version of hash function by Wyatt Hepler · 3 years, 8 months ago
  49. 2e3619d Python: Update mypy and pylint versions by Wyatt Hepler · 3 years, 8 months ago
  50. d9084f3 pw_tokenizer: pw_tokenizer_database fix for no-targets case by Wyatt Hepler · 3 years, 8 months ago
  51. e938b02 pw_tokenizer: Do not require input databases by Wyatt Hepler · 3 years, 8 months ago
  52. a6e4ef3 pw_tokenizer: Update Python for tokenized entry format by Wyatt Hepler · 3 years, 8 months ago
  53. eb020a1 pw_tokenizer: Store tokens along with strings by Wyatt Hepler · 3 years, 8 months ago
  54. 26632bc pw_tokenizer: Remove the Vector overload for Base64 encoding by Wyatt Hepler · 3 years, 9 months ago
  55. e1a9412 pw_presubmit: Run Python presubmit steps in GN by Wyatt Hepler · 3 years, 8 months ago
  56. 01a85d6 Python: Generate BUILD.gn files for Python packages by Wyatt Hepler · 3 years, 9 months ago
  57. 3b4047d Python: Add py.typed files per PEP 561 by Wyatt Hepler · 3 years, 9 months ago
  58. d7dc655 pw_build: pw_python_package and mypy fixes by Wyatt Hepler · 3 years, 9 months ago
  59. e0575f7 pw_build: Facade and configuration tweaks and docs by Wyatt Hepler · 3 years, 9 months ago
  60. c8e05a4 pw_build: Rename pw_python_script to pw_python_action by Wyatt Hepler · 3 years, 9 months ago
  61. 51ded74 pw_build: Rename python_script.gni to python_action.gni by Wyatt Hepler · 3 years, 9 months ago
  62. b16dfd3 pw_build: pw_python_package template by Wyatt Hepler · 3 years, 9 months ago
  63. 86632c7 pw_tokenizer: Make the module configurable by Wyatt Hepler · 3 years, 9 months ago
  64. e4d7b69 pw_build: add "-Wundef" to strict_warnings by Ewout van Bekkum · 3 years, 9 months ago
  65. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 3 years, 9 months ago
  66. 6473c85 pw_tokenizer: Fix tests on Windows by Wyatt Hepler · 3 years, 9 months ago
  67. 9eb1695 pw_tokenizer: Base64EncodedBufferSize function by Wyatt Hepler · 3 years, 9 months ago
  68. cdafbb4 pw_tokenizer: Make Base64 encoding easier to use by Wyatt Hepler · 3 years, 9 months ago
  69. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 3 years, 9 months ago
  70. 7d9cc97 pw_tokenizer: Support database text replacements by Wyatt Hepler · 4 years, 3 months ago
  71. 6c4a192 pw_tokenizer: Update default Python hash length by Wyatt Hepler · 3 years, 9 months ago
  72. bd33812 pw_varint: expose kMaxVarint{32,64}SizeBytes by Ewout van Bekkum · 3 years, 10 months ago
  73. eea0d77 Arduino Pigweed Target by Anthony DiGirolamo · 4 years ago
  74. 5191f58 pw_preprocessor: Rename macro; reorganize header by Wyatt Hepler · 3 years, 11 months ago
  75. eb3304c pw_preprocessor: Rename macro_arg_count.h by Wyatt Hepler · 3 years, 10 months ago
  76. a8a5b40 pw_tokenizer: Remove unused compatibility aliases by Wyatt Hepler · 3 years, 10 months ago
  77. 7a5e4d6 pw_tokenizer: Update C naming style by Wyatt Hepler · 3 years, 10 months ago
  78. 7e58723 pw_tokenizer: Support tokenizing __func__ by Wyatt Hepler · 3 years, 10 months ago
  79. d9a1b82 pw_tokenizer: Make LoadTokenDatabases public by Wyatt Hepler · 3 years, 11 months ago
  80. 880cd68 pw_preprocessor: Improve macro arg handling by Wyatt Hepler · 3 years, 11 months ago
  81. 676b1d2 pw_tokenizer: domain and database creation support by Wyatt Hepler · 3 years, 11 months ago
  82. 6c331ae pw_polyfill: Update language feature support by Wyatt Hepler · 4 years ago
  83. 42f41f7 pw_tokenizer: Multiple tokens from one macro by Keir Mierle · 4 years ago
  84. 63e6cfd pw_tokenizer: Tool for detokenizing from serial by Wyatt Hepler · 4 years ago
  85. 6736887 pw_log_tokenized: Tokenized logging updates by Wyatt Hepler · 4 years ago
  86. 42d424a pw_tokenizer: Database template and Python updates by Wyatt Hepler · 4 years ago
  87. a74f7b0 pw_tokenizer: GN integration for token databases by Wyatt Hepler · 4 years ago
  88. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 1 month ago
  89. 0119710 pw_presubmit: Don't use setup.py test by Wyatt Hepler · 4 years, 1 month ago
  90. cb7691f pw_tokenizer: Fix iterator post-increment by Wyatt Hepler · 4 years, 1 month ago
  91. 2e55ee2 Add missing pw_* target types by Alexei Frolov · 4 years, 1 month ago
  92. ccc3ee1 Update Pigweed presubmit by Armando Montanez · 4 years, 1 month ago
  93. a99220e Rename duplicate source files by Michael Spang · 4 years, 1 month ago
  94. 82bbce4 Remove legacy_target.gni by Armando Montanez · 4 years, 1 month ago
  95. 4c0428a Define Linux clang target as toolchain by Alexei Frolov · 4 years, 1 month ago
  96. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years, 1 month ago
  97. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years, 1 month ago
  98. 844ff0f pw_build, pw_toolchain: Add default configs by Alexei Frolov · 4 years, 2 months ago
  99. bc5a269 pw_log: Add diagram and more explanations to docs by Keir Mierle · 4 years, 2 months ago
  100. 23f831d pw_tokenizer: Python tokenization domain support by Wyatt Hepler · 4 years, 2 months ago