ladybird/Userland/Applications/SpaceAnalyzer
Lenny Maiorani 1dd70a6f49 Applications: Change static constexpr variables to constexpr
Function-local `static constexpr` variables can be `constexpr`. This
can reduce memory consumption, binary size, and offer additional
compiler optimizations.
2022-02-28 13:54:27 +01:00
..
CMakeLists.txt Applications: Port SpaceAnalyzer to LibMain 2022-02-10 10:23:51 +00:00
main.cpp Applications: Change static constexpr variables to constexpr 2022-02-28 13:54:27 +01:00
SpaceAnalyzer.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
TreeMapWidget.cpp Applications: Change static constexpr variables to constexpr 2022-02-28 13:54:27 +01:00
TreeMapWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00