commit | 3be2749c606bb6bdfedaba7f78a9fb94eca9697e | [log] [tgz] |
---|---|---|
author | Yifan Yang <needyyang@google.com> | Fri Jul 24 18:47:31 2020 +0000 |
committer | Victor Vasiliev <vasilvv@google.com> | Fri Jul 24 15:57:35 2020 -0400 |
tree | f229a29cae724b535ce85148c03e388007e1a80d | |
parent | 855bc29ba0e87bcfab974b249702b6a76a04929e [diff] |
update the googleurl readme to reflect support for c++14 or later versions Signed-off-by: Yifan Yang <needyyang@google.com>
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.