commit | 20ce402c60e54bbcd9296f46fcc607b5553a1afb | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Mon Nov 25 14:36:58 2024 -0500 |
committer | David Benjamin <davidben@google.com> | Mon Nov 25 14:36:58 2024 -0500 |
tree | 05af9896d0bfa65f049439b021163efdd38b3c10 | |
parent | 481d8a95e38efb9eb2142bb12bbba08a5d5613b0 [diff] |
Switch to Bazel 7 and bzlmod The MODULE.bazel.lock file is automatically generated when running a build. Newer Bazel versions make it much, much more compact, but I've stuck with 7.0.0 to match what QUICHE ended up needing to use. Change-Id: I405f900085c387c625698bdb2b5d61a115d0005a
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.