mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 12:55:08 +00:00
![]() `static const` variables can be computed and initialized at run-time during initialization or the first time a function is called. Change them to `static constexpr` to ensure they are computed at compile-time. This allows some removal of `strlen` because the length of the `StringView` can be used which is pre-computed at compile-time. |
||
---|---|---|
.. | ||
CatDog | ||
Cube | ||
Eyes | ||
Fire | ||
LibGfxDemo | ||
LibGfxScaleDemo | ||
Mandelbrot | ||
ModelGallery | ||
Mouse | ||
Screensaver | ||
Starfield | ||
VirGLDemo | ||
WidgetGallery | ||
CMakeLists.txt |