aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-01pw_toolchain: Add missing {{arflags} to tool("alink")Michael Spang
2021-04-01style: update non-type template args to kCamelCaseEwout van Bekkum
2021-04-01pw_rpc: improve error handling for SendResponseMaksim Shmukler
2021-04-01pw_hdlc: Fix error handler for incorrect argumentMax Chen
2021-03-31pw_rpc: Reorganize Python console_tools moduleWyatt Hepler
2021-03-31docs/style_guide: revert stance on non-type template argsEwout van Bekkum
2021-03-31pw_watch: Kill the build when a rebuild is requestedWyatt Hepler
2021-03-30pw_presubmit: Adds Bazel support to presubmitNathaniel Brough
2021-03-30pw_rpc: Generate RPC definition stubs separatelyWyatt Hepler
2021-03-29docs: Add details about doc requirementsRob Mohr
2021-03-29pw_toolchain: Add missing map file outputMichael Spang
2021-03-29pw_containers: Add assertsWyatt Hepler
2021-03-29pw_rpc: Cancel streaming RPCs when abortedWyatt Hepler
2021-03-28roll: gnpigweed-roller
2021-03-25pw_build: Dependency fixesWyatt Hepler
2021-03-25pw_log_sink: Switch backing sink to multisinkPrashanth Swaminathan
2021-03-24pw_protobuf_compiler: Abbreviated proto subtargetsWyatt Hepler
2021-03-24pw_build: Support symlinks in mirror_tree.pyWyatt Hepler
2021-03-23pw_env_setup: Update cipd pinRob Mohr
2021-03-23pw_env_setup: Detect unsupported platformsRob Mohr
2021-03-23pw_env_setup: Grab renode from CIPDRob Mohr
2021-03-22pw_containers: Trivially destructible Vector<T>Wyatt Hepler
2021-03-22pw_env_setup: Better error message for CIPD downloadRob Mohr
2021-03-21roll: gnpigweed-roller
2021-03-21roll: host_toolspigweed-roller
2021-03-19pw_assert: Rename assert/check headersWyatt Hepler
2021-03-19pw_hdlc: Multibyte address supportAlexei Frolov
2021-03-19pw_build: Handle Windows artifacts in python_runner.pyWyatt Hepler
2021-03-19pw_persistent_ram: add Persistent size reportEwout van Bekkum
2021-03-19pw_persistent_ram: Adds initial Persistent objectEwout van Bekkum
2021-03-19build: Apply -Wstrict-prototypes to C codeWyatt Hepler
2021-03-18pw_build: Replace 'lint' with 'static_analysis' in pw_python_packageWyatt Hepler
2021-03-18pw_ring_buffer: Add BloatThisBinary callsPrashanth Swaminathan
2021-03-18pw_bloat: pull log & assert into BloatThisBinaryEwout van Bekkum
2021-03-18pw_build: Handle multiple artifacts in expressionsWyatt Hepler
2021-03-18CMake build: Change how third party libraries are includedWyatt Hepler
2021-03-17pw_tokenizer: Display as prefixed Base64 if decoding failsWyatt Hepler
2021-03-17pw_watch: Fix watchdog version and ignore project dirsMax Koopman
2021-03-17pw_log_tokenized, pw_metric: Use masked tokensWyatt Hepler
2021-03-17pw_build: Don't touch files unnecessarilyWyatt Hepler
2021-03-17pw_doctor: Improve error messageRob Mohr
2021-03-17pw_varint: Configurable encoding optionsAlexei Frolov
2021-03-16pw_build: Support building Python wheelsWyatt Hepler
2021-03-16pw_protobuf_compiler: Prevent using protoc outside default toolchainWyatt Hepler
2021-03-16pw_rpc: Merge pw_rpc protos into the pw_rpc packageWyatt Hepler
2021-03-16pw_multisink: Add multisink implementationPrashanth Swaminathan
2021-03-16pw_ring_buffer: Add method for acquiring preamblePrashanth Swaminathan
2021-03-16pw_tokenizer: Decode token databases as UTF-8Wyatt Hepler
2021-03-16pw_build: Optionally generate setup.py & nest protosWyatt Hepler
2021-03-15Fix incorrect documentationKevin Twidle