commit | 4c7645efc761b5480c0feaa9d213411fd6a71c0c | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Thu Dec 03 20:35:38 2020 -0500 |
committer | Victor Vasiliev <vasilvv@google.com> | Thu Dec 03 20:35:38 2020 -0500 |
tree | f58558622a11db2bff8ebcc790914cda89aa8b1d | |
parent | 1374385eb59e9d3f08b4baf6c488cf5b00a70cac [diff] |
Update googleurl to the latest version from Chromium The version used is 51d0fb56d0f3cbb4be624aba1148411a1bde1554 from Fri Dec 4 00:14:56 2020 +0000
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.