- d1a1198 bazel: Remove license comments by Rob Mohr · 3 years, 3 months ago
- cc6101e pw_crypto: Add ECDSA verification based on Mbed TLS by Ali Zhang · 3 years, 4 months ago
- 40a9c3f bazel: Rename BUILD to BUILD.bazel by Akira Baruah · 3 years, 5 months ago
- 5fc2541 bazel: Remove unnecessary license comments by Rob Mohr · 3 years, 5 months ago
- df9a0c1 pw_status: Adds Bazel support for python by Nathaniel Brough · 3 years, 6 months ago
- 6493303 pw_snapshot, pw_status: Use inclusive language by Rob Mohr · 3 years, 6 months ago
- 86ec882 pw_status: Optionally add [[nodiscard]] to status by Wyatt Hepler · 3 years, 6 months ago
- 99f33f5 pw_status: Add Update() by Armando Montanez · 3 years, 6 months ago
- 3a260a2 pw_result: add PW_TRY_ASSIGN support by Ewout van Bekkum · 3 years, 7 months ago
- a1113be workspace: Adding bazel build formatter/linter by Nathaniel Brough · 3 years, 8 months ago
- 06f98fc build: Fix missing void parameters in C by Wyatt Hepler · 3 years, 8 months ago
- 3520967 pw_status: Remove update_style.py by Wyatt Hepler · 3 years, 10 months ago
- 070dd8c pw_status: Remove all-caps aliases by Wyatt Hepler · 4 years ago
- 6d181e9 pw_status: Deprecate the all-caps aliases by Wyatt Hepler · 3 years, 10 months ago
- f276c6b pw_status: Use new functions instead of variables by Wyatt Hepler · 4 years ago
- b7302cb pw_status: Script updates; fix deprecation message by Wyatt Hepler · 3 years, 10 months ago
- 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 10 months ago
- 5a53dfd pw_status: Introduce pw::OkStatus() by Wyatt Hepler · 3 years, 10 months ago
- f61adbd pw_kvs: Make kvs compile with C++14 by Rob Oliver · 4 years ago
- 8ce9013 pw_build: Support specifying mypy/pylint config by Wyatt Hepler · 4 years ago
- d109398 pw_status: Read/write bytes for update_style.py by Wyatt Hepler · 4 years ago
- a17fbdd pw_status: Remove implicit conversion to pw_Status by Wyatt Hepler · 4 years ago
- 1217abb pw_status: Add Status::code() method by Wyatt Hepler · 4 years ago
- 5083907 pw_status: Functions for checking the status code by Wyatt Hepler · 4 years, 1 month ago
- 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 4 years ago
- 01a85d6 Python: Generate BUILD.gn files for Python packages by Wyatt Hepler · 4 years, 1 month ago
- 3b4047d Python: Add py.typed files per PEP 561 by Wyatt Hepler · 4 years, 1 month ago
- d7dc655 pw_build: pw_python_package and mypy fixes by Wyatt Hepler · 4 years, 1 month ago
- d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 4 years, 1 month ago
- 2cbb313 pw_status: [[nodiscard]] functions, comment update by Wyatt Hepler · 4 years, 1 month ago
- f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 4 years, 1 month ago
- d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 4 years, 1 month ago
- bb57d9c pw_status: Docs update by Wyatt Hepler · 4 years, 1 month ago
- de4bb23 pw_status: Tool for migrating Status constants by Wyatt Hepler · 4 years, 1 month ago
- 352fcbc pw_status: Functions for creating statuses by Wyatt Hepler · 4 years, 1 month ago
- 2afeb0e pw_status: Workaround for macro-constant collision by Wyatt Hepler · 4 years, 1 month ago
- 1748f65 pw_hdlc_lite: HdlcRpcClient class by Wyatt Hepler · 4 years, 2 months ago
- c4dc864 pw_status: Minor update for PW_TRY macros by David Rogers · 4 years, 2 months ago
- b6b14b8 pw_status: Add TRY macros by David Rogers · 4 years, 2 months ago
- 7e3f1d9 GN build: No longer add public to sources by Wyatt Hepler · 4 years, 3 months ago
- d3d1cb0 pw_status: Python package by Wyatt Hepler · 4 years, 4 months ago
- a99220e Rename duplicate source files by Michael Spang · 4 years, 5 months ago
- 82bbce4 Remove legacy_target.gni by Armando Montanez · 4 years, 5 months ago
- fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years, 5 months ago
- edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years, 5 months ago
- b63aa6e pw_status: Add comments about C++ version of enum by Wyatt Hepler · 4 years, 6 months ago
- 0681948 Many changes to support stricter deps by Rob Mohr · 4 years, 7 months ago
- a0ba54f Roll GN to 239533d by Rob Mohr · 4 years, 8 months ago
- f707880 pw_status: StatusWithSize constants by Wyatt Hepler · 4 years, 8 months ago
- 50f7077 Remove StatusWithSize implicit conversions by Wyatt Hepler · 4 years, 9 months ago
- 4da1fcb pw_kvs: Initial commit of new KVS design by Wyatt Hepler · 4 years, 9 months ago
- 2119240 GN build: Override built-in targets by Wyatt Hepler · 4 years, 10 months ago
- 421a810 pw_status: C version of Status by Wyatt Hepler · 4 years, 10 months ago
- 61def0a Bazel: Move include paths to libraries by Wyatt Hepler · 4 years, 10 months ago
- 0fbcdfc Basic CMake build by Wyatt Hepler · 4 years, 10 months ago
- ee3e02f Expand docs for a few modules by Wyatt Hepler · 5 years ago
- 1a96094 Fix copyright notices by Wyatt Hepler · 5 years ago
- 97b967a unit_test: allow targets to specify their own test main by Paul Mathieu · 5 years ago
- a454c68 Define pw_test_group template by Alexei Frolov · 5 years ago
- c278750 Move loads to beginning of BUILD files. by Rob Mohr · 5 years ago
- c70366e Simplify bazel build. by Rob Mohr · 5 years ago
- e8fbe6a Add license metadata to bazel files. by Rob Mohr · 5 years ago
- 0dae2d6 Use EXPECT_STREQ instead of EXPECT_EQ by Wyatt Hepler · 5 years ago
- cf185b4 Update bazel for pw_status and pw_string changes. by Rob Mohr · 5 years ago
- 463359c Fix the namespace for the pw_status tests by Wyatt Hepler · 5 years ago
- 75e5fc9 Add pw_string to bazel build. by Rob Mohr · 5 years ago
- be98ead Add bazel build system files. by Rob Mohr · 5 years ago
- b667928 pw_status: StatusWithSize class by Wyatt Hepler · 5 years ago
- c10c812 Add preprocessor and unit_test modules by Alexei Frolov · 5 years ago
- 1a82c14 Initial Pigweed modules by Alexei Frolov · 5 years ago