1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 03:50:59 +00:00
serenity/Kernel/Graphics/Console
sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*)
Each of these strings would previously rely on StringView's char const*
constructor overload, which would call __builtin_strlen on the string.
Since we now have operator ""sv, we can replace these with much simpler
versions. This opens the door to being able to remove
StringView(char const*).

No functional changes.
2022-07-12 23:11:35 +02:00
..
BootFramebufferConsole.cpp Kernel: Set up an initial boot framebuffer console 2022-02-04 21:34:12 +01:00
BootFramebufferConsole.h Kernel: Set up an initial boot framebuffer console 2022-02-04 21:34:12 +01:00
Console.h Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
ContiguousFramebufferConsole.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ContiguousFramebufferConsole.h Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
GenericFramebufferConsole.cpp Kernel/Console: Fix gaps between background glyph color 2022-06-11 12:19:29 +01:00
GenericFramebufferConsole.h Kernel/Console: Tidy up code a little 2022-06-09 22:06:46 +02:00
TextModeConsole.cpp Kernel: Use original Console m_x and m_y in Text based implementations 2022-03-19 13:39:59 +00:00
TextModeConsole.h Kernel: Use original Console m_x and m_y in Text based implementations 2022-03-19 13:39:59 +00:00
VGAConsole.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
VGAConsole.h Kernel/Graphics: Remove VGA folder and its content 2022-07-12 19:54:48 +01:00