ladybird/Userland
Daniel Bertalan cd55b817cf LibJS: Use AK::abs in TimeZone
This fixes a `-Wabsolute-value` warning emitted because of our use of
`abs()` on arguments of type `long long`.
2021-07-14 13:12:25 +02:00
..
Applets Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Applications Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools UserpaceEmulator: Handle possibly unaligned IO 2021-07-14 11:26:34 +04:30
DynamicLoader LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
Games Breakout: Only paint areas that needs to be updated 2021-07-12 12:26:15 +02:00
Libraries LibJS: Use AK::abs in TimeZone 2021-07-14 13:12:25 +02:00
Services WindowServer: Don't use GNU-style designator 2021-07-14 13:12:25 +02:00
Shell Shell: Add unalias builtin 2021-07-13 11:57:11 +04:30
Utilities Utilities: Add an implementation of 'comm' 2021-07-14 14:13:25 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00