commit | efb28f194211024a1f4a984fa731ad828cd3e396 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue Aug 31 15:01:06 2021 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue Aug 31 15:01:06 2021 -0400 |
tree | 10f813b21b8d873ae28677ea87632961ca05d9ac | |
parent | 578e68d9ae4c25e37bc0d23460f3e2f183fe526a [diff] |
Update googleurl from Chromium upstream Uses revision c0807c09e6ff496fd42d13a6189214ca83051cec from Tue Aug 31 18:40:50 2021
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.