1. e4d7b69 pw_build: add "-Wundef" to strict_warnings by Ewout van Bekkum · 4 years ago
  2. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 4 years ago
  3. 6473c85 pw_tokenizer: Fix tests on Windows by Wyatt Hepler · 4 years ago
  4. 9eb1695 pw_tokenizer: Base64EncodedBufferSize function by Wyatt Hepler · 4 years ago
  5. cdafbb4 pw_tokenizer: Make Base64 encoding easier to use by Wyatt Hepler · 4 years ago
  6. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 4 years ago
  7. 7d9cc97 pw_tokenizer: Support database text replacements by Wyatt Hepler · 4 years, 6 months ago
  8. 6c4a192 pw_tokenizer: Update default Python hash length by Wyatt Hepler · 4 years ago
  9. bd33812 pw_varint: expose kMaxVarint{32,64}SizeBytes by Ewout van Bekkum · 4 years, 1 month ago
  10. eea0d77 Arduino Pigweed Target by Anthony DiGirolamo · 4 years, 2 months ago
  11. 5191f58 pw_preprocessor: Rename macro; reorganize header by Wyatt Hepler · 4 years, 2 months ago
  12. eb3304c pw_preprocessor: Rename macro_arg_count.h by Wyatt Hepler · 4 years, 1 month ago
  13. a8a5b40 pw_tokenizer: Remove unused compatibility aliases by Wyatt Hepler · 4 years, 1 month ago
  14. 7a5e4d6 pw_tokenizer: Update C naming style by Wyatt Hepler · 4 years, 1 month ago
  15. 7e58723 pw_tokenizer: Support tokenizing __func__ by Wyatt Hepler · 4 years, 1 month ago
  16. d9a1b82 pw_tokenizer: Make LoadTokenDatabases public by Wyatt Hepler · 4 years, 2 months ago
  17. 880cd68 pw_preprocessor: Improve macro arg handling by Wyatt Hepler · 4 years, 2 months ago
  18. 676b1d2 pw_tokenizer: domain and database creation support by Wyatt Hepler · 4 years, 2 months ago
  19. 6c331ae pw_polyfill: Update language feature support by Wyatt Hepler · 4 years, 2 months ago
  20. 42f41f7 pw_tokenizer: Multiple tokens from one macro by Keir Mierle · 4 years, 2 months ago
  21. 63e6cfd pw_tokenizer: Tool for detokenizing from serial by Wyatt Hepler · 4 years, 2 months ago
  22. 6736887 pw_log_tokenized: Tokenized logging updates by Wyatt Hepler · 4 years, 2 months ago
  23. 42d424a pw_tokenizer: Database template and Python updates by Wyatt Hepler · 4 years, 2 months ago
  24. a74f7b0 pw_tokenizer: GN integration for token databases by Wyatt Hepler · 4 years, 3 months ago
  25. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 4 months ago
  26. 0119710 pw_presubmit: Don't use setup.py test by Wyatt Hepler · 4 years, 4 months ago
  27. cb7691f pw_tokenizer: Fix iterator post-increment by Wyatt Hepler · 4 years, 4 months ago
  28. 2e55ee2 Add missing pw_* target types by Alexei Frolov · 4 years, 4 months ago
  29. ccc3ee1 Update Pigweed presubmit by Armando Montanez · 4 years, 4 months ago
  30. a99220e Rename duplicate source files by Michael Spang · 4 years, 4 months ago
  31. 82bbce4 Remove legacy_target.gni by Armando Montanez · 4 years, 4 months ago
  32. 4c0428a Define Linux clang target as toolchain by Alexei Frolov · 4 years, 4 months ago
  33. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years, 4 months ago
  34. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years, 4 months ago
  35. 844ff0f pw_build, pw_toolchain: Add default configs by Alexei Frolov · 4 years, 5 months ago
  36. bc5a269 pw_log: Add diagram and more explanations to docs by Keir Mierle · 4 years, 5 months ago
  37. 23f831d pw_tokenizer: Python tokenization domain support by Wyatt Hepler · 4 years, 5 months ago
  38. d58eef9 pw_tokenizer: Tokenization domains by Wyatt Hepler · 4 years, 5 months ago
  39. 6639c45 pw_tokenizer: Use facades for global handlers by Wyatt Hepler · 4 years, 5 months ago
  40. 9462e05 Python formatting fixes by Wyatt Hepler · 4 years, 5 months ago
  41. a8557ef Switch to wildcards for GN friend statements by Wyatt Hepler · 4 years, 5 months ago
  42. 8f53536 Fix OSS-Fuzz build breakage by karthik bharadwaj · 4 years, 5 months ago
  43. cb725c1 pw_log_tokenized: Tokenized backend for pw_log by Wyatt Hepler · 4 years, 5 months ago
  44. 888370d Enable -Wshadow by Armando Montanez · 4 years, 5 months ago
  45. 2ee244b pw_tokenizer: Add token_database_fuzzer by karthik bharadwaj · 4 years, 6 months ago
  46. 1f1c251 Allow-list unsigned integer overflows. by Aaron Green · 4 years, 6 months ago
  47. f5e984a pw_tokenizer: Support encoding tokenized arguments by Wyatt Hepler · 4 years, 6 months ago
  48. eabe9a2 pw_tokenizer: Add detokenize_fuzzer by karthik bharadwaj · 4 years, 6 months ago
  49. b3ae1dc pw_fuzzer: Support for additional OSS-Fuzz engines by Aaron Green · 4 years, 6 months ago
  50. d32daea pw_tokenizer: Documentation update by Wyatt Hepler · 4 years, 7 months ago
  51. 0681948 Many changes to support stricter deps by Rob Mohr · 4 years, 6 months ago
  52. 086ef1c docs: Various refinements ahead of launch by Keir Mierle · 4 years, 7 months ago
  53. 0054a9b Docs: Add missing RST docs by Armando Montanez · 4 years, 7 months ago
  54. bcc194b docs: Extend readme, more docs by Armando Montanez · 4 years, 7 months ago
  55. e0aef0a pw_presubmit: Enable mypy and get it passing by Wyatt Hepler · 4 years, 7 months ago
  56. ba1bb1f Add a few missing README.md files by Wyatt Hepler · 4 years, 7 months ago
  57. a46bf7d pw_tokenizer: Documentation & cleanup by Wyatt Hepler · 4 years, 9 months ago
  58. a0ba54f Roll GN to 239533d by Rob Mohr · 4 years, 8 months ago
  59. e79bf9e pw_tokenizer: Handle .a files with an extra \n by Wyatt Hepler · 4 years, 8 months ago
  60. 2fac125 Fix typos in comments by Wyatt Hepler · 4 years, 8 months ago
  61. e6b3f62 pw_tokenizer: Support archive files in elf_reader by Wyatt Hepler · 4 years, 9 months ago
  62. a6d5cc6 pw_tokenizer: Make C++11 compatible by Wyatt Hepler · 4 years, 9 months ago
  63. 2119240 GN build: Override built-in targets by Wyatt Hepler · 4 years, 9 months ago
  64. 44d5473 Various small docs fixes by Alexei Frolov · 4 years, 9 months ago
  65. 3c2e952 pw_tokenizer: C++ support for the Base64 format by Wyatt Hepler · 4 years, 9 months ago
  66. 89acf60 pw_tokenizer: CMake build by Wyatt Hepler · 4 years, 9 months ago
  67. bc25497 pw_tokenizer: Python package by Wyatt Hepler · 4 years, 9 months ago
  68. 80c6ee5 pw_tokenizer: Replace string literals with tokens by Wyatt Hepler · 4 years, 9 months ago