1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Userland
Gunnar Beutner c4d0b0cd6b Userland: Don't explicitly call Vector<T>::is_null()
This method always returns false so there's no reason for calling it.
2021-05-16 17:49:42 +02:00
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications Userland: Don't explicitly call Vector<T>::is_null() 2021-05-16 17:49:42 +02:00
Demos Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
DevTools LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine 2021-05-16 16:39:21 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Solitaire: Add key combo to dump the state of the layout 2021-05-16 16:37:51 +02:00
Libraries Userland: Don't explicitly call Vector<T>::is_null() 2021-05-16 17:49:42 +02:00
Services AK+Userland: Fix some compiler warnings and make variables const-ref 2021-05-16 17:49:42 +02:00
Shell Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Utilities AK+Userland: Fix some compiler warnings and make variables const-ref 2021-05-16 17:49:42 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00