commit | 74ab14378d5ec3759e981ed055425924c77413c8 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue Nov 02 15:24:12 2021 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue Nov 02 15:24:12 2021 -0400 |
tree | 7b75905f2984e3b3965585797a638d33e9f5af29 | |
parent | 561705e0066ff11e6cb97b8092f1547835beeb92 [diff] |
Update googleurl to the latest version from Chromium Version used is 222c2227273db27cb5724809c986923147fab4bd from Tue Nov 2 18:13:07 2021 +0000. Change-Id: I9a0f35bb724137f99bc3b76439055fa6cc80aef4
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++14" //...
(C++14 is replacible with later C++ versions)polyfill/
as appropriate.