build: Remove dependencies on fmtlibWith C++23, we can replace fmt::format with std::format and fmt::printwith stdplus::print. This allows us to migrate to std::print once thesupport is available
build: Remove dependencies on fmtlibWith C++23, we can replace fmt::format with std::format and fmt::printwith stdplus::print. This allows us to migrate to std::print once thesupport is available.Change-Id: I790901fb3b96d815275a3919e1fb90973189fc02Signed-off-by: Willy Tu <wltu@google.com>
show more ...
iwyu: Cleanup include headersTriggered iwyu and add/remove used headers.Change-Id: Iadbdb459563b3c89baf2d56f90a540342d020cd5Signed-off-by: Willy Tu <wltu@google.com>
meson: Fix build with 0.57.1Meson doesn't like that we are symlinking subprojects outside thesubproject directory. If we invert the links we are able to build again.We also need to fix any proje
meson: Fix build with 0.57.1Meson doesn't like that we are symlinking subprojects outside thesubproject directory. If we invert the links we are able to build again.We also need to fix any projects passing arguments which they don'tactually accept.Change-Id: Ie7adf82afabc1becc85c36b3cc632e8ebd4cae5bSigned-off-by: William A. Kennington III <wak@google.com>