commit | e6c272102e0554e02c1bb317edff927ee56c7d0b | [log] [tgz] |
---|---|---|
author | Dan Zhang <danzh@google.com> | Wed Aug 27 20:36:28 2025 +0000 |
committer | Dan Zhang <danzh@google.com> | Thu Aug 28 14:08:08 2025 +0000 |
tree | ba03d7fb252eb01eec18adc72dec27460e15a02b | |
parent | 20ce402c60e54bbcd9296f46fcc607b5553a1afb [diff] |
Prepare for mirroring googleurl in Github by providing a CONTRIBUTING.md and fixing License. Change-Id: I390f06c1e279af2c12f3d1c47a555dc8b239e326 Bug: b/441353521
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++20 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++20" //...
(C++20 is replacible with later C++ versions)polyfill/
as appropriate.