commit | dd4080fec0b443296c0ed0036e1e776df8813aa7 | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Thu Nov 03 10:49:43 2022 -0700 |
committer | Keith Smiley <keithbsmiley@gmail.com> | Thu Nov 03 10:49:43 2022 -0700 |
tree | 35524be5238594b0e82b0067e3943a425e83c639 | |
parent | 181000d91fd05992fba45fbc9bdc5e7235d583ea [diff] |
Add missing safe_math_arm_impl header Change-Id: I25826d97615d540b04494b46e8abc4a209146ae3
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.