ladybird/Userland
sin-ack 60f6bc902b Userland: Convert command line arguments to String/StringView
StringView was used where possible. Some utilities still use libc
functions which expect null-terminated strings, so String objects were
used there instead.
2022-07-12 23:11:35 +02:00
..
Applets Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
Applications Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
Demos WidgetGallery: Repair GML layout on BasicsTab 2022-07-04 11:15:40 +02:00
DevTools DevTools/HackStudio: Fix 'enabled' property of 'build' and 'run' buttons 2022-07-12 11:56:23 +01:00
DynamicLoader LibC+Kernel: Prevent string functions from calling themselves 2022-05-12 13:12:37 +02:00
Games Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
Libraries LibJS: Emit StringViews for ErrorType instances 2022-07-12 23:11:35 +02:00
Services Kernel+SystemServer: Make KCOVDevice a character device 2022-07-10 14:57:55 +02:00
Shell Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
Utilities Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00