1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:54:58 +00:00
serenity/Userland/Libraries/LibEDID
Andrew Kaster 7ab37ee22c Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
A lot of places were relying on AK/Traits.h to give it strnlen, memcmp,
memcpy and other related declarations.

In the quest to remove inclusion of LibC headers from Kernel files, deal
with all the fallout of this included-everywhere header including less
things.
2023-01-21 10:43:59 -07:00
..
CMakeLists.txt Everywhere: Explicitly link all binaries against the LibC target 2022-11-01 14:49:09 +00:00
Definitions.h LibEDID: Export common structures into a header file 2022-05-05 20:55:57 +02:00
DMT.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DMT.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
EDID.cpp Everywhere: Remove string.h include from AK/Traits.h and resolve fallout 2023-01-21 10:43:59 -07:00
EDID.h Everywhere: Use C++ concepts instead of requires clauses 2022-12-09 11:25:30 +00:00
VIC.cpp LibEDID: Store EDID version instead of allocating on each getter call 2022-02-16 22:21:37 +01:00
VIC.h LibEDID: Add a library to parse EDID blobs 2022-01-23 22:45:21 +00:00