commit | 76b6e11fba3eb12b840bea31a88c0aa838c990ab | [log] [tgz] |
---|---|---|
author | pigweed-integration-roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> | Tue Jun 15 23:10:03 2021 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 15 23:17:08 2021 +0000 |
tree | d294b675a3a3ed0f4b0dacd571b0678b8f21c61b | |
parent | f47ba18661e1128e2514795b50a867bcbad75d4f [diff] |
[roll third_party/pigweed] pw_containers: Allow derived Item<T> for IntrusiveList - Update IntrusiveList to support declaring an IntrusiveList with classes that derive from another class that inherits from Item<T>. - Support comparing const and non-const iterators. - Add tests, including some compilation failure tests. - Make some Item member functions private. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/48721 third_party/pigweed Rolled-Commits: 3700f8ba3d11281..b6884d7bd73e48b Roller-URL: https://ci.chromium.org/b/8844317641071140000 Cq-Cl-Tag: roller-builder:pigweed-experimental-roller Cq-Cl-Tag: roller-bid:8844317641071140000 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ie6bddc37c194c69be19320f8004aaee5d3958220 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/49140 Reviewed-by: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> Commit-Queue: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com>
This repository contains experimental pigweed modules.
Clone this repo with --recursive
to get all required submodules.
git clone --recursive https://pigweed.googlesource.com/pigweed/experimental
This will pull the Pigweed source repository into third_party/pigweed
. If you already cloned but forgot to --recursive
run git submodule update --init
to pull all submodules.