commit | ef6a4f8b2f5a418313cfae6471ed9734b5fcea91 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue May 02 12:22:33 2023 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue May 02 12:22:33 2023 -0400 |
tree | 3ed9f6839932d6fde0f30c4b389eb8c7a6ee8020 | |
parent | b81400689e9be1555f819d17d84de1a299b24879 [diff] |
Update googleurl Roll up to the Chromium revision 678f1196b00e9e6a384e59a98b94509f71be3cd6 from Tue May 2 15:12:32 2023 +0000. Change-Id: Ia24c2ac8e8817a739d06b282d2dc4fd8c5aa9b4a
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++17" //...
(C++17 is replacible with later C++ versions)polyfill/
as appropriate.