summaryrefslogtreecommitdiff
path: root/Userland/Libraries/CMakeLists.txt
AgeCommit message (Expand)Author
2022-09-17LibIDL+WrapperGenerator: Move IDL code into a librarySam Atkins
2022-09-16Everywhere: Fully remove the separate LibM directoryTim Schumacher
2022-09-05LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folderTimothy Flynn
2022-09-05Everywhere: Fully remove the separate LibDl directoryTim Schumacher
2022-07-21Kernel+LibPartition: Move DiskPartitionMetadata into LibPartitionSamuel Bowman
2022-07-19Everywhere: Fully remove the separate LibPthread directoryTim Schumacher
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-04-15LookupServer: Move DNS related code into new LibDNS libraryTom
2022-04-06LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamicallyStephan Unverwerth
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur
2022-01-23LibEDID: Add a library to parse EDID blobsTom
2022-01-08LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generatorTimothy Flynn
2021-12-24LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU libraryStephan Unverwerth
2021-11-22LibMain: Add a new library for more ergonomic userspace entry functionsAndreas Kling
2021-10-21Libraries: Add LibDeviceTree for manipulating OpenFirmware Device TreesAndrew Kaster
2021-08-31Libraries: Add LibDSPkleines Filmröllchen
2021-08-26Userland: Introduce ConfigServer and LibConfigAndreas Kling
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-07-29LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfxAndrew Kaster
2021-07-26LibUnicode: Introduce a Unicode library for interacting with UCD filesTimothy Flynn
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy
2021-06-18Userland/Libraries: Add LibUSBDB libraryJesse Buhagiar
2021-06-11LibIMAP: Add a new IMAP client and support NOOPx-yl
2021-06-06LibVideo: Scaffold LibVideo and implement simplistic Matroska parserFalseHonesty
2021-05-27Userland: Port UBSAN implementation to userspaceAndrew Kaster
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-22Userland: Rename LibSymbolClient => LibSymbolicationAndreas Kling
2021-05-21Solitaire: Move cards functionality into LibCardsGunnar Beutner
2021-05-10LibPDF: Create basic object structureMatthew Olsson
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur
2021-05-08LibGL: Implement a basic OpenGL 1.x compatible libraryJesse Buhagiar
2021-04-25LibC+LibELF: Implement more fully-features dlfcn functionalityGunnar Beutner
2021-04-20LibSQL: Introduce a SQL library with a tokenizerTimothy Flynn
2021-04-18LibWebSocket: Add a new websocket libraryDexesTTP
2021-03-23Libraries: Rename LibTar to LibArchiveIdan Horowitz
2021-03-01LibTest + test-js: Add initial skelaton of LibTest and migrate code there.Brian Gianforcaro
2021-02-07LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntaxAndreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-04LibSymbolClient: Add helper library for interfacing with SymbolServerAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling