1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Userland/Tests
Linus Groh e265054c12 Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
This is basically just for consistency, it's quite strange to see
multiple AK container types next to each other, some with and some
without the namespace prefix - we're 'using AK::Foo;' a lot and should
leverage that. :^)
2021-02-26 16:59:56 +01:00
..
AK AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00
Kernel Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LibC Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
LibGfx Tests: Add Tests/LibGfx/image-decoder tests 2021-02-01 13:40:15 +01:00
LibM LibM: Implement nextafter() and nexttoward() 2021-02-05 12:27:23 +01:00
UserspaceEmulator Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CMakeLists.txt AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00