commit | 92d3305a433f92eda66f69a70fbc72231fb350d5 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Thu May 05 10:49:23 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 05 10:50:10 2022 -0700 |
tree | ca7bcd63d054d90a18a48531993c5671a6b087ef | |
parent | 776ba8b51c97ec809d1db3a79841568479f40986 [diff] |
Fixes for C++20 support. * Use ABSL_CONST_INIT on definitions, not just declarations. * std::string::reserve() (with no args) is deprecated. I think this use was just a bug. * Structs with user-declared constructors are no longer aggregates. Provide a full constructor. * std::iterator is gone. Bug: chromium:1284275 PiperOrigin-RevId: 446760317
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:
To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:
To contribute to QUICHE, follow instructions at CONTRIBUTING.md.
QUICHE is only supported on little-endian platforms.