commit | d255b4a1c87925d9d018ca1a7b2c08bb10f17ef6 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Sat Nov 05 04:48:34 2022 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Sat Nov 05 04:48:34 2022 -0400 |
tree | 960d809279fe368576ee4f076574b2fa5e30f188 | |
parent | 4fbe8b11777d491480c7f2f82ede923cb77dc755 [diff] |
Update googleurl to the version from Sat Nov 5 08:06:16 2022 This is corresponding to the Chromium commit 9880a0d69c8b70d4cd18f6705afcc4f73aba0b9b. In this CL, I have also finally mocked out raw_ptr with a typedef, since it keeps breaking every roll, and supporting it seems untenable. Change-Id: Ia9b0c01d961a9586e1642df3dc27ce4573f6d484
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.