commit | 615bc8c895bab41c47fad4a116e1eb77de23762e | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue Sep 05 12:57:55 2023 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue Sep 05 12:57:55 2023 -0400 |
tree | 54183c42d094c53de709a7a3ef0b940f4c010a4f | |
parent | dfe8ef6164f8b4e3e9a9cbe8521bb81359918393 [diff] |
Update googleurl with the latest code from upstream This updates to Chromium revision 08e460691f1e6de2b7432b527c71f0de94553643 from Tue Sep 05 16:36:25 2023 Change-Id: If47cb6c0c87f2926735d5680b652a7e1b71f7dab
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.