commit | 890e9025fb208e44b4b5936177a0e3fcec4e97ff | [log] [tgz] |
---|---|---|
author | Tom Bergan <tombergan@fuchsia.infra.roller.google.com> | Fri Nov 05 23:22:49 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Nov 05 16:24:14 2021 -0700 |
tree | b6c7bcb99041724caa4af3558f6589921bc32ea1 | |
parent | 14d931808827b90725973b57eddf724c594ac677 [diff] |
[roll] Roll fuchsia [uuid] Replace std::regex with re2::RE2 See RFC-0105 for background: https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0105_regular_expression_libraries For the most part this is purely mechanical, with a few exceptions: - By default, RE2 does not match against invalid UTF8. If the source strings may be invalid UTF8 (e.g., if they can contain '\0'), the RE2 object must be created in Latin1 mode. - RE2 is not copyable or movable. Original-Bug: 77811 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/603047 Original-Revision: c11e9d90ceb497f2bcfe0fbe8a59921464e1c089 GitOrigin-RevId: 8476556bff50a7638d70cdf173d65115387323a8 Change-Id: Ic176fbdcdd8e17e35c1fd20ad18f44875a68f4ba
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 via the IRC channel #fuchsia
on Freenode.
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
.