1. 03d14dc pw_tokenizer: Message parser for undecoded messages by Wyatt Hepler · 2 years, 3 months ago
  2. ff9933f pw_system: Use AutoUpdatingDetokenizer by Wyatt Hepler · 2 years, 2 months ago
  3. 5f2a9a5 pw_tokenizer: Avoid undefined behavior in test generation code by Wyatt Hepler · 2 years, 2 months ago
  4. 844c3cb pw_tokenizer: Support tokenization in a macro argument by Wyatt Hepler · 2 years, 4 months ago
  5. c5c8b27 cmake: Improve CMake support across multiple modules by Ewout van Bekkum · 2 years, 4 months ago
  6. 0a2c9d7 pw_tokenizer: Optional tokenization without args by Armando Montanez · 2 years, 4 months ago
  7. 1bf0fb3 pw_tokenizer: Database from JSON by Armando Montanez · 2 years, 4 months ago
  8. 64110f5 Fix the bazel build by Ted Pudlik · 2 years, 4 months ago
  9. 36a1ef7 pw_tokenizer: Variable length hash by Armando Montanez · 2 years, 4 months ago
  10. 515a5b2 pw_tokenizer: Recursive tokenized proto message by Armando Montanez · 2 years, 4 months ago
  11. c67146e pw_build: Add module configuration support for CMake by Ewout van Bekkum · 2 years, 5 months ago
  12. be7f7f2 formatting: Fix C++ formatting after clang roll by Rob Mohr · 2 years, 5 months ago
  13. 070ebff Replace ssize_t with ptrdiff_t in Pigweed code by Wyatt Hepler · 2 years, 5 months ago
  14. 4b1c30d pw_tokenizer: Add linker script section for FreeRTOS by Wyatt Hepler · 2 years, 5 months ago
  15. 77d8571 OWNERS: Add throughout tree by Rob Mohr · 2 years, 7 months ago
  16. 33f1512 [pw_tokenizer] Add missing include to tokenize_string.h by Erik Gilling · 2 years, 7 months ago
  17. 6d642e4 clang-tidy: Fix and enforce additional checks by Ted Pudlik · 2 years, 7 months ago
  18. af0aa54 pw_tokenizer: Cast std::span<T>::size_type to size_t by Wyatt Hepler · 2 years, 7 months ago
  19. 7d33916 pw_polyfill: Remove -included language_features.h by Wyatt Hepler · 2 years, 7 months ago
  20. 0132da5 pw_polyfill: Remove code related to C++11 support by Wyatt Hepler · 2 years, 7 months ago
  21. fff3c7c pw_polyfill: Move std::to_array to pw::containers::to_array by Wyatt Hepler · 2 years, 9 months ago
  22. 559dd97 pw_log: Fix log proto Bazel deps by Armando Montanez · 2 years, 8 months ago
  23. 7f8941f pw_presubmit: Add cfg+toml to sources build check by Anthony DiGirolamo · 2 years, 9 months ago
  24. afb861c pw_build: Generate setup.cfg files by Anthony DiGirolamo · 2 years, 9 months ago
  25. d14a0ee python: setup.py -> setup.cfg by Anthony DiGirolamo · 2 years, 10 months ago
  26. dd64671 pw_tokenizer: Support alternate prefix in protos by Armando Montanez · 2 years, 10 months ago
  27. df019ba pw_env_setup: Update Python to 3.9 by Rob Mohr · 2 years, 10 months ago
  28. b6b90d0 pw_fuzzer: Adds Bazel support by Nathaniel Brough · 3 years ago
  29. 40a9c3f bazel: Rename BUILD to BUILD.bazel by Akira Baruah · 3 years ago
  30. 5fc2541 bazel: Remove unnecessary license comments by Rob Mohr · 2 years, 11 months ago
  31. 4277b8e pw_tokenizer: Accept str or bytes in detokenize.py by Wyatt Hepler · 3 years ago
  32. ecbdb69 pw_base64/pw_i2c/pw_tokenizer: Inclusive language by Rob Mohr · 3 years ago
  33. da057f7 pw_build: Remove instancing of pools across toolchains by Michael Spang · 3 years ago
  34. c8b9390 Remove absolute paths from build command lines by Michael Spang · 3 years ago
  35. 8e32da7 pw_tokenizer: List the setup.py in a BUILD.gn by Wyatt Hepler · 3 years ago
  36. de20d74 pw_tokenizer: Tokenization options for proto by Wyatt Hepler · 3 years ago
  37. ebbce4c pw_log_tokenized: Log metadata updates by Wyatt Hepler · 3 years ago
  38. 5f53d27 pw_tokenizer: Move Base64 functions to class by Wyatt Hepler · 3 years ago
  39. 81244f0 pw_tokenizer: Use inclusive language by Rob Mohr · 3 years ago
  40. de972b8 pw_tokenizer: Fix doc reference to script by Keir Mierle · 3 years ago
  41. c2d5781 workspace: Switches Bazel builds to using facades by Nathaniel Brough · 3 years, 1 month ago
  42. a77e5e7 Fixes for GCC 10 compatibility by Wyatt Hepler · 3 years, 1 month ago
  43. b847615 docs: Link to docs & code search in README.md by Wyatt Hepler · 3 years, 1 month ago
  44. bcf0735 pw_tokenizer: Custom tokenization macro support by Wyatt Hepler · 3 years, 2 months ago
  45. 7c8b339 pw_tokenizer: Move encode_args.h header to make it public by Wyatt Hepler · 3 years, 1 month ago
  46. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 2 months ago
  47. 7df6664 pw_tokenizer: Display as prefixed Base64 if decoding fails by Wyatt Hepler · 3 years, 2 months ago
  48. d313c22 pw_tokenizer: Decode token databases as UTF-8 by Wyatt Hepler · 3 years, 2 months ago
  49. 7faecc9 pw_tokenizer: pw_tokenizer_database args update by Wyatt Hepler · 3 years, 2 months ago
  50. 4b62b89 pw_tokenizer: Support masking tokens by Wyatt Hepler · 3 years, 3 months ago
  51. 2868e07 pw_tokenizer: Allow globs in GN database template by Wyatt Hepler · 3 years, 2 months ago
  52. 63c9bee pw_tokenizer: Support 256-byte hashes in C by Wyatt Hepler · 3 years, 3 months ago
  53. 63afc00 pw_preprocessor: Remove uses of the PW_UNUSED macro by Wyatt Hepler · 3 years, 3 months ago
  54. c996863 pw_tokenizer: Add attributes on unused variables by Prashanth Swaminathan · 3 years, 4 months ago
  55. 1df2e5b pw_tokenizer: Disable linker script when fuzzing by Wyatt Hepler · 3 years, 4 months ago
  56. 383be05 pw_package: Arduino core installers and teensy presubmit by Anthony DiGirolamo · 3 years, 6 months ago
  57. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 3 years, 4 months ago
  58. 1013aee pw_tokenizer: Show collisions in database reports by Wyatt Hepler · 3 years, 5 months ago
  59. 8ce9013 pw_build: Support specifying mypy/pylint config by Wyatt Hepler · 3 years, 6 months ago
  60. 1ed189b pw_tokenizer: Add entries rather than strings to databases by Wyatt Hepler · 3 years, 6 months ago
  61. 73439f7 pw_tokenizer: Apply linker script in CMake by Wyatt Hepler · 3 years, 7 months ago
  62. a7e4977 pw_tokenizer: tail -f functionality for detokenize by Wyatt Hepler · 3 years, 6 months ago
  63. 878bd19 pw_hdlc_lite: HdlcRpcClient fixes by Wyatt Hepler · 3 years, 7 months ago
  64. 8e4e030 pw_tokenizer: Allow database updates from multiple toolchains by Wyatt Hepler · 3 years, 7 months ago
  65. b507917 pw_arduino_build: Update Teensyduino core by Anthony DiGirolamo · 3 years, 7 months ago
  66. 8107cd1 pw_tokenizer: Improve Base64 detokenization by Wyatt Hepler · 3 years, 7 months ago
  67. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 3 years, 7 months ago
  68. 3a8df98 pw_tokenizer: Add the linker sections automatically by Wyatt Hepler · 3 years, 7 months ago
  69. 0b485fb pw_tokenizer: Improve database parsing error messages by Wyatt Hepler · 3 years, 7 months ago
  70. 656fac6 pw_tokenizer: C version of hash function by Wyatt Hepler · 3 years, 7 months ago
  71. 2e3619d Python: Update mypy and pylint versions by Wyatt Hepler · 3 years, 7 months ago
  72. d9084f3 pw_tokenizer: pw_tokenizer_database fix for no-targets case by Wyatt Hepler · 3 years, 7 months ago
  73. e938b02 pw_tokenizer: Do not require input databases by Wyatt Hepler · 3 years, 7 months ago
  74. a6e4ef3 pw_tokenizer: Update Python for tokenized entry format by Wyatt Hepler · 3 years, 7 months ago
  75. eb020a1 pw_tokenizer: Store tokens along with strings by Wyatt Hepler · 3 years, 7 months ago
  76. 26632bc pw_tokenizer: Remove the Vector overload for Base64 encoding by Wyatt Hepler · 3 years, 7 months ago
  77. e1a9412 pw_presubmit: Run Python presubmit steps in GN by Wyatt Hepler · 3 years, 7 months ago
  78. 01a85d6 Python: Generate BUILD.gn files for Python packages by Wyatt Hepler · 3 years, 7 months ago
  79. 3b4047d Python: Add py.typed files per PEP 561 by Wyatt Hepler · 3 years, 7 months ago
  80. d7dc655 pw_build: pw_python_package and mypy fixes by Wyatt Hepler · 3 years, 7 months ago
  81. e0575f7 pw_build: Facade and configuration tweaks and docs by Wyatt Hepler · 3 years, 7 months ago
  82. c8e05a4 pw_build: Rename pw_python_script to pw_python_action by Wyatt Hepler · 3 years, 7 months ago
  83. 51ded74 pw_build: Rename python_script.gni to python_action.gni by Wyatt Hepler · 3 years, 7 months ago
  84. b16dfd3 pw_build: pw_python_package template by Wyatt Hepler · 3 years, 7 months ago
  85. 86632c7 pw_tokenizer: Make the module configurable by Wyatt Hepler · 3 years, 7 months ago
  86. e4d7b69 pw_build: add "-Wundef" to strict_warnings by Ewout van Bekkum · 3 years, 7 months ago
  87. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 3 years, 7 months ago
  88. 6473c85 pw_tokenizer: Fix tests on Windows by Wyatt Hepler · 3 years, 7 months ago
  89. 9eb1695 pw_tokenizer: Base64EncodedBufferSize function by Wyatt Hepler · 3 years, 7 months ago
  90. cdafbb4 pw_tokenizer: Make Base64 encoding easier to use by Wyatt Hepler · 3 years, 8 months ago
  91. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 3 years, 8 months ago
  92. 7d9cc97 pw_tokenizer: Support database text replacements by Wyatt Hepler · 4 years, 1 month ago
  93. 6c4a192 pw_tokenizer: Update default Python hash length by Wyatt Hepler · 3 years, 8 months ago
  94. bd33812 pw_varint: expose kMaxVarint{32,64}SizeBytes by Ewout van Bekkum · 3 years, 8 months ago
  95. eea0d77 Arduino Pigweed Target by Anthony DiGirolamo · 3 years, 10 months ago
  96. 5191f58 pw_preprocessor: Rename macro; reorganize header by Wyatt Hepler · 3 years, 9 months ago
  97. eb3304c pw_preprocessor: Rename macro_arg_count.h by Wyatt Hepler · 3 years, 9 months ago
  98. a8a5b40 pw_tokenizer: Remove unused compatibility aliases by Wyatt Hepler · 3 years, 9 months ago
  99. 7a5e4d6 pw_tokenizer: Update C naming style by Wyatt Hepler · 3 years, 9 months ago
  100. 7e58723 pw_tokenizer: Support tokenizing __func__ by Wyatt Hepler · 3 years, 9 months ago