[roll] Roll third_party/pigweed pw_ring_buffer: Make iterator entry mutable Provide a distinction between iterator and const_iterator such that iterator contains a pw::ByteSpan buffer (mutable data) and const_iterator contains pw::ConstByteSpan buffer (const data). Enable copy constructors and stricter iterator equality checks: - Iterators not pointing to the end must also point to the same data in order to be considered equal. - Const iterators can be copied to other const iterators. - Const iterators cannot be copied to mutable iterators. - Mutable iterators can be copied to both mutable and const iterators. Original-BUG: b/406109661 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/280661 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Original-Revision: de2fc4187ae346aef11c6ee1e204a89ef03d3e5e GitOrigin-RevId: c8f92a7def637280c0cc7d50e516eee24f1dc161 Change-Id: I2d512c53a7356c652008b20ee01565224a4bce00
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.