ladybird/Userland
Andreas Kling 0d515dea5d LibWeb: Allow specifying a custom C++ implementation for IDL attributes
The "ImplementedAs" extended attribute can now be specified on IDL
attributes to provide the name of a custom C++ implementation instead
of assuming it will have the same name as the attribute.
2021-03-08 11:50:36 +01:00
..
Applications FileManager: Disable view change actions when directory is unreadable 2021-03-07 16:19:36 +01:00
Demos Cube: Add an argument for the "frameless cube" option 2021-03-03 11:03:34 +01:00
DevTools Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
DynamicLoader LibC: Add x86_64 implementation of setjmp() and longjmp() 2021-02-25 16:27:12 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries LibWeb: Allow specifying a custom C++ implementation for IDL attributes 2021-03-08 11:50:36 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
Shell Shell: Don't blindly dereference the result of Parser::parse() 2021-03-08 09:28:15 +01:00
Tests Tests: Make syscall-fuzzer less brittle 2021-03-07 17:31:25 +01:00
Utilities Base: Add sysctl man page 2021-03-08 09:48:34 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00