commit | 92aeac8c275f2251a47be42f60f2498f8b1585fe | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Mon Mar 16 20:10:06 2020 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Mon Mar 16 20:10:06 2020 -0400 |
tree | d7b5bd50655c740764aacd18539daa2101f84af9 | |
parent | d7fd3aeb2321402d0ecab305db6a33e618610a4a [diff] |
Update googleurl to the latest version This updates googleurl to the bfe9d19846d916ccc17fb8c5d9e1d256fc77a243 revision of upstream from Mon Mar 16 23:52:37 2020 +0000.
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, -std=c++14
and -fno-strict-aliasing
compile flags are required.
For questions, contact proto-quic@chromium.org.