commit | 6454dd5f16cbaecd2fd29d6b03fb3ebb6b768b43 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue Aug 02 00:54:29 2022 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue Aug 02 00:54:29 2022 -0400 |
tree | 314a7441770ee082bb9c613b8f13ecce1b005716 | |
parent | 63e8e4518ef9b0064960498fe85d4ba897ec6b15 [diff] |
Update googleurl to e18f5d8d2d81b4b81b88b169267f2b13c128ab21 This is the Chromium version from Tue Aug 2 04:36:47 2022 +0000 Change-Id: I493e33ee8470a7a4b46703ac7987a0749c9c1d33
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.