commit | 16f377fbdc9e9d4863de06995c2e5bd6b507f29e | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Wed Oct 26 22:42:15 2022 +0000 |
committer | Keith Smiley <keithbsmiley@gmail.com> | Wed Oct 26 22:46:41 2022 +0000 |
tree | d4da35520b5b3e914cc97c41d1018bc101a93548 | |
parent | fd287250b7f0d876478d88dd7641ba8a2e130bd2 [diff] |
Update bazel WORKSPACE This abseil update fixes some warnings with newer versions of clang and gcc, and now requires bazel_skylib. Change-Id: I3a30dda252260a2950a6bb46975840b627cc2d8a
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.