serenity/Userland
Rodrigo Tobar 9199f0836a LibSymbolication: Make Symbol comparable
All its members are comparable themselves, so this can be defaulted.
Making it comparable will allow us, among other things, to check if a
list of symbols (i.e., the result of calling the symbolicate functions)
is equal or not to another, which in turn will allow us to avoid
refreshing the SystemMonitor's Stack tab when successive symbolicated
stacks are the same.
2021-10-15 22:10:03 -07:00
..
Applets ResourceGraph: Use /proc/stat instead of /proc/all for CPU usage stats 2021-10-07 21:09:38 +02:00
Applications SystemMonitor: Save refresh frequency to a config file 2021-10-13 20:44:37 +03:00
Demos LibGUI: Support drag-to-reorder in TabWidget 2021-10-07 12:19:27 +02:00
DevTools UserspaceEmulator: Handle PerfEvent syscalls 2021-10-06 17:35:29 +00:00
DynamicLoader
Games 2048: Let user decide if he wants to continue the game 2021-10-05 13:27:57 +03:30
Libraries LibSymbolication: Make Symbol comparable 2021-10-15 22:10:03 -07:00
Services LibWeb: Introduce simple scrollable overflow, size ICB to viewport 2021-10-14 23:22:59 +02:00
Shell Shell: Raise an error if an execute node ends up trying to run nothing 2021-10-11 10:56:01 +03:30
Utilities js: Implement pretty-printing of ShadowRealm 2021-10-14 00:41:41 +01:00
CMakeLists.txt