.. |
LibArchive
|
118d381091
LibArchive: Stop null-terminating StringView tar file header fields
|
3 years ago |
LibAudio
|
49b087f3cd
LibAudio+Userland: Use new audio queue in client-server communication
|
3 years ago |
LibC
|
02c18bf6de
LibC: Stub out posix_memalign()
|
3 years ago |
LibCards
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
LibChess
|
35af46ee62
LibChess: Change UCI::Command::Type to enum class
|
3 years ago |
LibCompress
|
9afc7d5379
LibCompress: Change DeflateSpecialCodeLengths to constexpr variables
|
3 years ago |
LibConfig
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibCore
|
4d2e18fb07
LibCore: Output invalid DateTime::to_string() specifiers as literals
|
3 years ago |
LibCoredump
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibCpp
|
f4cca20972
LibCpp: Parse inheritance
|
3 years ago |
LibCrypt
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibCrypto
|
a6e465fba2
LibCrypto: Implement custom BitStringView for ASN.1 decoder
|
3 years ago |
LibDNS
|
49de4d5f33
LibDNS: Remove the 'DNS' prefix from the various type and class names
|
3 years ago |
LibDSP
|
cd21e03225
AK+Everywhere: Add sincos and use it in some places
|
3 years ago |
LibDebug
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibDesktop
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibDeviceTree
|
644928314a
Libraries: Add LibDeviceTree for manipulating OpenFirmware Device Trees
|
3 years ago |
LibDiff
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibDl
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibEDID
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibELF
|
33d19a562f
LibELF: Look up symbols in all global modules
|
3 years ago |
LibFileSystemAccessClient
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
3 years ago |
LibGL
|
65d4fb7649
LibGL: Set W-coordinate to 1 in `glRect*`
|
3 years ago |
LibGPU
|
c9f44c746a
LibGL+LibSoftGPU: Add `GL_ADD` Texture Environment
|
3 years ago |
LibGUI
|
ded5ba1f87
LibGUI+Applications: Give SettingsWindow tabs a string ID
|
3 years ago |
LibGemini
|
c4134e9794
LibCore+Everywhere: Make Core::Stream read_until() return Bytes
|
3 years ago |
LibGfx
|
62baf25f0b
LibGfx: Avoid signed comparison in find_largest_image
|
3 years ago |
LibHTTP
|
c4134e9794
LibCore+Everywhere: Make Core::Stream read_until() return Bytes
|
3 years ago |
LibIMAP
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibIPC
|
fc7d231b00
LibIPC: Allow transporting a SharedCircularQueue over IPC
|
3 years ago |
LibImageDecoderClient
|
d88da82e28
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
|
3 years ago |
LibJS
|
e815d3f9ce
LibJS: De-duplicate ClassFieldDefinition Records
|
3 years ago |
LibKeyboard
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibLine
|
dd5fb7b32a
LibLine: Reset next suggestion index when resetting suggestions
|
3 years ago |
LibM
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibMain
|
f7f0195fae
LibMain: Statically link LibMain
|
3 years ago |
LibMarkdown
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibPCIDB
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibPDF
|
5136c5ae1a
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
|
3 years ago |
LibProtocol
|
3b1e063d30
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
3 years ago |
LibPthread
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibRegex
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibSQL
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibSanitizer
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibSoftGPU
|
e1a6966863
LibSoftGPU: Check for bottom edge in top-left rule in `Device`
|
3 years ago |
LibSymbolication
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibSyntax
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibSystem
|
21a5fb0fa2
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
|
3 years ago |
LibTLS
|
fa18c283dc
LibTLS: Cleanup of verify_chain and verify_certificate_pair
|
3 years ago |
LibTest
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibTextCodec
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibThreading
|
a53c00f1df
Libraries: Use default constructors/destructors in LibThreading
|
3 years ago |
LibTimeZone
|
ea814a3ce6
LibTimeZone: Parse and generate time zone coordinate data
|
3 years ago |
LibUSBDB
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibUnicode
|
1f2542247f
LibUnicode: Upgrade to CLDR version 41.0.0
|
3 years ago |
LibVT
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
LibVideo
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibWasm
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
LibWeb
|
95541d7064
LibWeb: Fix various spec comment inconsistencies
|
3 years ago |
LibWebSocket
|
d564cf1e89
LibCore+Everywhere: Make Core::Stream read_line() return StringView
|
3 years ago |
LibX86
|
f602bbf135
LibX86+disasm: Use an output format closer to objdump
|
3 years ago |
LibXML
|
67357fe984
LibXML: Add a fairly basic XML parser
|
3 years ago |
CMakeLists.txt
|
be4a4144f2
LookupServer: Move DNS related code into new LibDNS library
|
3 years ago |