commit | 481d8a95e38efb9eb2142bb12bbba08a5d5613b0 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Thu Nov 16 12:57:46 2023 -0500 |
committer | Victor Vasiliev <vasilvv@google.com> | Thu Nov 16 17:58:18 2023 +0000 |
tree | 343d9072b120def4ae116f4334ccfe1dede35d62 | |
parent | a0a9447f8fcb51232f0fdf3ca4e3c963880b127b [diff] |
Switch to C++20 and update googleurl from Chromium upstream Roll googleurl to the version 231d950fb5cecd889295c56244d77eb7b6ce50d1 from Thu Nov 16 17:52:53 2023 +0000 Change-Id: I474b633d0bc5f7b518b90bd27b470de0797e315c
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.