1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers
sin-ack 59218007a3 IPCCompiler: Use string hashes for IPC endpoint magic
This patch removes the IPC endpoint numbers that needed to be specified
in the IPC files.  Since the string hash is a (hopefully) collision free
number that depends on the name of the endpoint, we now use that
instead. :^)
2021-04-25 09:29:49 +02:00
..
Cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Shell Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
AutoCompleteEngine.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
AutoCompleteEngine.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClientConnection.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ClientConnection.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt HackStudio/LanguageServers: Move some components out of Cpp 2021-03-04 11:21:43 +01:00
FileDB.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
FileDB.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LanguageClient.ipc IPCCompiler: Use string hashes for IPC endpoint magic 2021-04-25 09:29:49 +02:00
LanguageServer.ipc IPCCompiler: Use string hashes for IPC endpoint magic 2021-04-25 09:29:49 +02:00