ladybird/Userland/Libraries
2021-11-11 09:20:35 +01:00
..
LibArchive Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibAudio Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibC LibC: Track capacity in terms of AtExitEntry's, not bytes 2021-11-11 09:20:35 +01:00
LibCards LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
LibChess Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibCompress Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibConfig
LibCore Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibCoredump Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibCpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibCrypt
LibCrypto LibCrypto: Pass AK::Bytes by value 2021-11-11 01:27:46 +01:00
LibDebug Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibDesktop Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibDeviceTree
LibDiff Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibDl
LibDSP LibDSP: Optimize note processing 2021-11-11 09:19:17 +01:00
LibELF Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibFileSystemAccessClient Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibGemini Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibGfx Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibGL LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
LibGUI Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibHTTP Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
LibImageDecoderClient Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibIMAP Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibIPC Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibJS Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibKeyboard LibKeyboard: Use ErrorOr<T> for CharacterMap::fetch_system_map() 2021-11-08 00:35:27 +01:00
LibLine Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibM
LibMarkdown Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibPCIDB
LibPDF Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibProtocol
LibPthread
LibRegex Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibSanitizer
LibSQL AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
LibSymbolication AK: Use ErrorOr<T> for MappedFile factories 2021-11-08 00:35:27 +01:00
LibSyntax
LibSystem
LibTest
LibTextCodec Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibThreading
LibTLS Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibUnicode Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibUSBDB
LibVideo Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LibVT Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00
LibWasm LibWasm: Remove traps caught by validation 2021-11-11 09:20:04 +01:00
LibWeb LibWeb: Implement WebAssembly::validate() 2021-11-11 09:20:04 +01:00
LibWebSocket Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
LibX86
CMakeLists.txt