ladybird/Userland
Martin Janiczek d4e4189a34 LibTest: Add the RandomRun abstraction
To be used later by generators and during shrinking.

The generators used in randomized tests will record the drawn random
bits into a RandomRun. This is a layer of indirection that will help us
automatically shrink any generated value without any user input. (Having
to provide manually defined shrinkers is a downside to many randomized /
property-based testing libraries like QuickCheck for Haskell.)
2023-10-26 17:26:52 -06:00
..
Applets LibGfx: Remove indexed palette formats from Bitmap and Painter 2023-10-12 07:39:05 +02:00
Applications Maps: Add favorites panel with favorite places management 2023-10-26 17:23:54 -06:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
DevTools AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
DynamicLoader DynamicLoader: Add an option to explicitly run an ELF executable binary 2023-10-16 12:09:04 +02:00
Games Minesweeper: Port to GML compilation 2023-10-24 21:47:18 +02:00
Libraries LibTest: Add the RandomRun abstraction 2023-10-26 17:26:52 -06:00
Services LibWeb/Painting: Introduce PaintingCommandExecutor 2023-10-26 11:02:04 +02:00
Shell Shell: Add support for escaping backslash in prompt sequence 2023-10-26 22:33:38 +03:30
Utilities Fuzzers: Add WOFF2 fuzzer 2023-10-24 13:45:01 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00