commit | dfe8ef6164f8b4e3e9a9cbe8521bb81359918393 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue Aug 01 21:11:21 2023 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue Aug 01 21:11:21 2023 -0400 |
tree | 40f3b134260f7052599056ef8901910b54517005 | |
parent | 5573f9aa120f3fbd378ca1b2565bbf7d223cd542 [diff] |
Update googleurl to the latest version from Chromium Updates to the revision 2c56a1e7c31195a6942f0f998f0b7fbb3099e1d5 from Wed Aug 2 00:55:29 2023 +0000 Change-Id: Ie449129673f41f0dfa85101139622881734896d8
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.