commit | ddc36d1a327d68b99ce5bd89a36a8deb997cbfec | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Wed Nov 02 13:25:19 2022 -0700 |
committer | Keith Smiley <keithbsmiley@gmail.com> | Wed Nov 02 15:32:32 2022 -0700 |
tree | f4791ce22c5f047974867a3a252a691e8c28d37f | |
parent | fd287250b7f0d876478d88dd7641ba8a2e130bd2 [diff] |
Add safe_conversions_arm_impl.h to BUILD file Change-Id: I630e9cb6b19faf1a2b779fd693bef1a9bc637296
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.