1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:18:12 +00:00
serenity/Userland
Gunnar Beutner 97d7450571 LibELF: Remove VERIFY() calls and let control flow return to the caller
This way we get better error messages for unresolved symbols because
the caller logs the file and symbol names.
2021-04-19 12:00:40 +02:00
..
Applets Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff() 2021-04-17 01:27:29 +02:00
Applications FontEditor+LibGfx: Allow user to specify if a specific glyph is present 2021-04-18 22:10:25 +02:00
Demos Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
DevTools HackStudio: Add ability to set hardware watchpoints on variables 2021-04-18 17:02:40 +02:00
DynamicLoader LibC+LibELF: Implement support for the dl_iterate_phdr helper 2021-04-18 10:55:25 +02:00
Games Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Libraries LibELF: Remove VERIFY() calls and let control flow return to the caller 2021-04-19 12:00:40 +02:00
Services LibJS: Implement console.assert() 2021-04-18 18:28:17 +02:00
Shell Shell/Tests: Replace 'type f -f' with 'type -f f' 2021-04-19 10:07:58 +02:00
Tests Tests: Fix test-math expected values 2021-04-18 21:41:17 +02:00
Utilities Userland/test: Handle '!' being used as a string 2021-04-19 10:07:58 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00