serenity/Userland/Libraries
2023-01-26 09:57:14 -05:00
..
LibArchive LibCore: Return EBADF on unsupported stream operations 2023-01-19 11:41:56 +01:00
LibAudio AK: Remove InputBitStream and OutputBitStream 2023-01-21 00:45:33 +00:00
LibC LibC: Remove #ifdef KERNEL guard from stddef.h 2023-01-21 10:43:59 -07:00
LibCards LibCards: Use AK::shuffle() for shuffling new decks 2023-01-22 21:31:36 +00:00
LibChess
LibCodeComprehension
LibCompress Userland: Add missing Math.h and IntegralMath.h header includes 2023-01-19 11:29:48 +00:00
LibConfig
LibCore LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
LibCoredump LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
LibCpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
LibCrypt
LibCrypto Everywhere: Convert known short-strings to the infallible String factory 2023-01-20 14:24:12 -05:00
LibDebug LibDebug: Pass read_from_stream calls through read_value instead 2023-01-24 12:47:39 +00:00
LibDesktop AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
LibDeviceTree
LibDiff
LibDNS LibDNS: Pass write_to_stream calls through write_value instead 2023-01-24 12:47:39 +00:00
LibDSP
LibEDID Everywhere: Remove string.h include from AK/Traits.h and resolve fallout 2023-01-21 10:43:59 -07:00
LibELF Kernel+Libraries: Don't include limits.h from LibELF/Validation.h 2023-01-21 10:43:59 -07:00
LibFileSystemAccessClient LibFileSystemAccessClient: Add functions returning FSAC::File 2023-01-07 10:53:43 +00:00
LibGemini LibGemini: Disallow cases forbidden in the spec 2023-01-14 12:28:02 +01:00
LibGfx LibGfx: Add small convenience functions for Lines and AA Painter 2023-01-26 10:37:26 +00:00
LibGL Everywhere: Convert known short-strings to the infallible String factory 2023-01-20 14:24:12 -05:00
LibGLSL Everywhere: Convert known short-strings to the infallible String factory 2023-01-20 14:24:12 -05:00
LibGPU Userland: Add missing Math.h and IntegralMath.h header includes 2023-01-19 11:29:48 +00:00
LibGUI LibGUI: Mimic a user click when calling Button::click() 2023-01-21 14:49:46 +01:00
LibHTTP AK: Remove FileStream 2023-01-21 14:43:56 +01:00
LibIDL
LibImageDecoderClient LibGfx: Re-work the abstractions of sending image for decoding over IPC 2023-01-20 15:13:31 +00:00
LibIMAP
LibIPC LibIPC: Decode messages using Core::Stream internally 2023-01-15 23:06:31 -05:00
LibJS LibJS+LibLocale: Port Intl.NumberFormat to String 2023-01-24 16:23:50 -05:00
LibKeyboard AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
LibLine LibLine: Do a whole bunch of internal error propagation 2023-01-16 21:04:48 +00:00
LibLocale LibJS+LibLocale: Port Intl.NumberFormat to String 2023-01-24 16:23:50 -05:00
LibMain
LibManual
LibMarkdown
LibPartition
LibPCIDB
LibPDF LibPDF: Load Type1C fonts when found 2023-01-25 15:40:11 +01:00
LibProtocol AK: Remove FileStream 2023-01-21 14:43:56 +01:00
LibRegex AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
LibSanitizer
LibSoftGPU LibSoftGPU: Remove workaround for i686 depth comparison 2023-01-09 12:55:41 +01:00
LibSQL LibSQL: Don't interpret AK::Error codes as SQL error codes 2023-01-26 10:43:30 +00:00
LibSymbolication LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
LibSyntax
LibSystem
LibTest AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
LibTextCodec LibTextCodec: Add a MacRoman decoder 2023-01-24 14:37:20 +00:00
LibThreading
LibTimeZone
LibTLS LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated 2023-01-15 01:00:20 +00:00
LibUnicode AK+LibUnicode: Provide Unicode-aware caseless String matching 2023-01-18 14:43:40 +00:00
LibUSBDB
LibVideo LibVideo/VP9: Move TreeSelection class to TreeParser.cpp 2023-01-24 14:55:51 +00:00
LibVirtGPU Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h 2023-01-21 10:43:59 -07:00
LibVT Everywhere: Use ElapsedTimer::elapsed_time() for comparisons 2023-01-07 14:51:04 +01:00
LibWasm LibWasm: Use Core::Stream to read values in the bytecode interpreter 2023-01-25 17:10:05 +03:30
LibWeb LibWeb: Use available space in FFC remaining space calculations 2023-01-26 12:34:56 +01:00
LibWebSocket
LibWebView AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
LibX86
LibXML LibXML+LibWeb: Avoid implicit cast from StringView{}->DeprecatedString 2023-01-08 12:15:46 +01:00
CMakeLists.txt