commit | 2ba9e9eb9b0bd5c3549fd56c030b5cfe060d7124 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Mon Jun 07 12:35:51 2021 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Mon Jun 07 12:38:02 2021 -0400 |
tree | 86b256391ec8dc6f759798d73aa72d9cd5628c89 | |
parent | 62464c65e48320bbcc9d3cb1e913ee28625ec36d [diff] |
Update to upstream revision d02279b46eb30b0f90a3ac18ec306b77a6d2e21e This updates googleurl standalone copy to the version from Mon Jun 7 15:26:19 2021 +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.