summaryrefslogtreecommitdiff
path: root/Userland/Libraries/CMakeLists.txt
AgeCommit message (Expand)Author
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