1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 16:52:18 +00:00
serenity/Userland/Services
Itamar 8a01167c7d AK: Add missing GenericTraits<NonnullRefPtr>
This enables us to use keys of type NonnullRefPtr in HashMaps and
HashTables.

This commit also includes fixes in various places that used
HashMap<T, NonnullRefPtr<U>>::get() and expected to get an
Optional<NonnullRefPtr<U>> and now get an Optional<U*>.
2021-05-08 18:10:56 +02:00
..
AudioServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
ChessEngine Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Clipboard Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
CrashDaemon Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DHCPClient Services: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
EchoServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
FileOperation Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImageDecoder Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
LaunchServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
LookupServer LookupServer: Remove some unnecessary "rc" temporaries 2021-05-06 13:37:46 +02:00
NotificationServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
RequestServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
SymbolServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
SystemServer Services: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Taskbar AK: Add missing GenericTraits<NonnullRefPtr> 2021-05-08 18:10:56 +02:00
TelnetServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
WebContent Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WebServer Services: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
WebSocket Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WindowServer AK: Add missing GenericTraits<NonnullRefPtr> 2021-05-08 18:10:56 +02:00
CMakeLists.txt Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00