commit | b81400689e9be1555f819d17d84de1a299b24879 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue Feb 07 19:48:35 2023 -0500 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue Feb 07 19:48:35 2023 -0500 |
tree | 10b4903566cd210acd7213dcb0d86905b3e48b1c | |
parent | c34a16ffe985cddc050190be059015cc11112cb6 [diff] |
Update googleurl from upstream This updates googleurl to use the Chromium upstream version 70f03f8a864da80522f06826d9a985af57699b5e from Wed Feb 8 00:23:59 2023 +0000. Change-Id: I951d632f26d01f3226d2f2a34487804f5592ea8f
This is a copy of Chrome's URL parsing library, adapted to work with Bazel. It is meant to be used by QUICHE, but can be also used by other projects that use Bazel.
In order to be used successfully, C++14 or later and -fno-strict-aliasing
compile flag are required.
For questions, contact proto-quic@chromium.org.
In order to update this copy to the latest version of googleurl in Chromium, run the following commands in the root of the checkout:
copybara copy.bara.sky import <path-to-chrome>/src --folder-dir .
bazel test --cxxopt="-std=c++17" //...
(C++17 is replacible with later C++ versions)polyfill/
as appropriate.