commit | f8b82c668b56aabd8e84c4fd8908e40539920e6c | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Wed Jul 06 12:14:03 2022 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Wed Jul 06 12:14:03 2022 -0400 |
tree | 4c29dd00224bc7385877c42cbf2dc0e639103166 | |
parent | 643329026355a2ea6c076e125a508eeffd16ee58 [diff] |
Update googleurl to a2e9430da59b678c058131fee8aa04370b1f8eed This uses the latest Chromium version from Wed Jul 6 15:47:16 2022 +0000 Change-Id: I100fa197b5967a1d1098e851f1059e7e30916b24
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.