commit | a0524ded5f6361c79b5bdef917611b372013a2bf | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue May 03 15:37:47 2022 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue May 03 15:37:47 2022 -0400 |
tree | eed0722f27b687f4b8f900eb12a3bd0da1e823f9 | |
parent | b2ea374619603afe0a000878a35fdaa4c68cf861 [diff] |
Update googleurl to 9cf3e054c83f943c3bf8a87e6f75cab19b3e08c1 The upstream Chromium revision is of Fri Apr 29 00:14:16 2022 +0000 Change-Id: I91e2af9b25b0489738b8a0126630abae1c06fda2
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.