1. 06f98fc build: Fix missing void parameters in C by Wyatt Hepler · 3 years, 3 months ago
  2. 3520967 pw_status: Remove update_style.py by Wyatt Hepler · 3 years, 4 months ago
  3. 070dd8c pw_status: Remove all-caps aliases by Wyatt Hepler · 3 years, 6 months ago
  4. 6d181e9 pw_status: Deprecate the all-caps aliases by Wyatt Hepler · 3 years, 4 months ago
  5. f276c6b pw_status: Use new functions instead of variables by Wyatt Hepler · 3 years, 6 months ago
  6. b7302cb pw_status: Script updates; fix deprecation message by Wyatt Hepler · 3 years, 4 months ago
  7. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 4 months ago
  8. 5a53dfd pw_status: Introduce pw::OkStatus() by Wyatt Hepler · 3 years, 4 months ago
  9. f61adbd pw_kvs: Make kvs compile with C++14 by Rob Oliver · 3 years, 5 months ago
  10. 8ce9013 pw_build: Support specifying mypy/pylint config by Wyatt Hepler · 3 years, 6 months ago
  11. d109398 pw_status: Read/write bytes for update_style.py by Wyatt Hepler · 3 years, 6 months ago
  12. a17fbdd pw_status: Remove implicit conversion to pw_Status by Wyatt Hepler · 3 years, 6 months ago
  13. 1217abb pw_status: Add Status::code() method by Wyatt Hepler · 3 years, 6 months ago
  14. 5083907 pw_status: Functions for checking the status code by Wyatt Hepler · 3 years, 8 months ago
  15. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 3 years, 7 months ago
  16. 01a85d6 Python: Generate BUILD.gn files for Python packages by Wyatt Hepler · 3 years, 7 months ago
  17. 3b4047d Python: Add py.typed files per PEP 561 by Wyatt Hepler · 3 years, 7 months ago
  18. d7dc655 pw_build: pw_python_package and mypy fixes by Wyatt Hepler · 3 years, 7 months ago
  19. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 3 years, 7 months ago
  20. 2cbb313 pw_status: [[nodiscard]] functions, comment update by Wyatt Hepler · 3 years, 8 months ago
  21. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 3 years, 8 months ago
  22. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 8 months ago
  23. bb57d9c pw_status: Docs update by Wyatt Hepler · 3 years, 8 months ago
  24. de4bb23 pw_status: Tool for migrating Status constants by Wyatt Hepler · 3 years, 8 months ago
  25. 352fcbc pw_status: Functions for creating statuses by Wyatt Hepler · 3 years, 8 months ago
  26. 2afeb0e pw_status: Workaround for macro-constant collision by Wyatt Hepler · 3 years, 8 months ago
  27. 1748f65 pw_hdlc_lite: HdlcRpcClient class by Wyatt Hepler · 3 years, 8 months ago
  28. c4dc864 pw_status: Minor update for PW_TRY macros by David Rogers · 3 years, 8 months ago
  29. b6b14b8 pw_status: Add TRY macros by David Rogers · 3 years, 8 months ago
  30. 7e3f1d9 GN build: No longer add public to sources by Wyatt Hepler · 3 years, 10 months ago
  31. d3d1cb0 pw_status: Python package by Wyatt Hepler · 3 years, 11 months ago
  32. a99220e Rename duplicate source files by Michael Spang · 4 years ago
  33. 82bbce4 Remove legacy_target.gni by Armando Montanez · 4 years ago
  34. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years ago
  35. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years ago
  36. b63aa6e pw_status: Add comments about C++ version of enum by Wyatt Hepler · 4 years ago
  37. 0681948 Many changes to support stricter deps by Rob Mohr · 4 years, 1 month ago
  38. a0ba54f Roll GN to 239533d by Rob Mohr · 4 years, 3 months ago
  39. f707880 pw_status: StatusWithSize constants by Wyatt Hepler · 4 years, 3 months ago
  40. 50f7077 Remove StatusWithSize implicit conversions by Wyatt Hepler · 4 years, 3 months ago
  41. 4da1fcb pw_kvs: Initial commit of new KVS design by Wyatt Hepler · 4 years, 4 months ago
  42. 2119240 GN build: Override built-in targets by Wyatt Hepler · 4 years, 4 months ago
  43. 421a810 pw_status: C version of Status by Wyatt Hepler · 4 years, 4 months ago
  44. 61def0a Bazel: Move include paths to libraries by Wyatt Hepler · 4 years, 5 months ago
  45. 0fbcdfc Basic CMake build by Wyatt Hepler · 4 years, 5 months ago
  46. ee3e02f Expand docs for a few modules by Wyatt Hepler · 4 years, 6 months ago
  47. 1a96094 Fix copyright notices by Wyatt Hepler · 4 years, 6 months ago
  48. 97b967a unit_test: allow targets to specify their own test main by Paul Mathieu · 4 years, 6 months ago
  49. a454c68 Define pw_test_group template by Alexei Frolov · 4 years, 6 months ago
  50. c278750 Move loads to beginning of BUILD files. by Rob Mohr · 4 years, 6 months ago
  51. c70366e Simplify bazel build. by Rob Mohr · 4 years, 6 months ago
  52. e8fbe6a Add license metadata to bazel files. by Rob Mohr · 4 years, 6 months ago
  53. 0dae2d6 Use EXPECT_STREQ instead of EXPECT_EQ by Wyatt Hepler · 4 years, 6 months ago
  54. cf185b4 Update bazel for pw_status and pw_string changes. by Rob Mohr · 4 years, 6 months ago
  55. 463359c Fix the namespace for the pw_status tests by Wyatt Hepler · 4 years, 6 months ago
  56. 75e5fc9 Add pw_string to bazel build. by Rob Mohr · 4 years, 6 months ago
  57. be98ead Add bazel build system files. by Rob Mohr · 4 years, 6 months ago
  58. b667928 pw_status: StatusWithSize class by Wyatt Hepler · 4 years, 6 months ago
  59. c10c812 Add preprocessor and unit_test modules by Alexei Frolov · 4 years, 7 months ago
  60. 1a82c14 Initial Pigweed modules by Alexei Frolov · 4 years, 7 months ago