[roll] Roll fuchsia [kernel][ktl] Introduce <ktl/utility.h> <utility> isn't the grab-bag we first thought of it as: it's not very big and doesn't seem to feature kernel-unfriendly stuff. Since we've already started treating <ktl/move.h> as a <ktl/utility.h> with its inclusion of std::forward, and that we've also started putting other <utility>-defined things in other headers (e.g., std::exchange in <ktl/algorithm.h>), there is a reasonable need for a proper <ktl/utility.h>. This change introduces that (effectively renaming <ktl/move.h>). A follow-on change will migrate the stuff in the other headers that don't belong, as well consolidating the current standalone headers that do (e.g., <ktl/integer_sequence.h>). Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261584 Original-Revision: fcb3170a8b36578ab5cf0540e38a197d25f1ed41 GitOrigin-RevId: 9066ee5aa66bd79190e36e9e2fb9d70725d6a520 Change-Id: I605f82189d8aaf8497934dc05afe2eb39a48ff10
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.